@import url(https://fonts.googleapis.com/css?family=Old+Standard+TT:400,700);

body{
     font-family: Georgia, serif;
     background: #fff;
     background: url("../bin/images/paper-background.jpg") ;
     background-size: 100%;
     height: 100%;
     background-attachment: scroll;
     overflow-x: scroll;
     padding: 0;
     margin: 0;
     overflow: scroll;
     height: 100%;
     width: 100%;
}

table {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 80%;
}

td, th {
    
    text-align: left;
    padding: 8px;
}

.main {
  display: flex;
  justify-content: center;
}

.container {
  width: 100%;
  margin: 0;
  padding:  0;
  position: static;
  border-bottom: solid;
  background: url(../bin/images/woord.jpg);
  background-size: 100% 100%;
  color: #ce631c;
  margin-top: 0;
}

.container h1 {
  font-size: 50px;
  text-align: left;
  padding-left: 30px;
  margin-bottom: 0;
  padding: 10px;
  margin-top: 0;
}

.container-1 {
  width: 600px;
  height: 700px;
  margin: 0;
  padding:  0;
  position: static;
  border: solid;
  background: url(../bin/images/woord.jpg);
  background-size: 100% 100%;
  color: #ce631c;
  margin-top: 0;
  padding-left: 30px;
  overflow-y: scroll;
}

.container-1 input[type="text"], input[type="password"], select, textarea {
  font-family: "Roboto", sans-serif;
    outline: 0;
    background: #f2f2f2;
    width: 95%;
    border: 0;
    margin: 5px 0 15px;
    margin-top: 5%;
    padding: 15px;
    box-sizing: border-box;
    font-size: 14px;
    z-index: 1;
    border-width: 10px;
    border-radius: 10px;
}

.container-1 input[type="submit"], button {
  font-family: "Roboto", sans-serif;
    outline: 0;
    background: #f2f2f2;
    text-transform: uppercase;
    width: 100px;
    border: 0;
    margin: 0 0 15px;
    margin-top: 5%;
    padding: 15px;
    box-sizing: border-box;
    font-size: 14px;
    z-index: 1;
    border-width: 10px;
    border-radius: 10px;
}

.container-1 button:hover, input[type="submit"]:hover{
  font-family: "Roboto", sans-serif;
    text-transform: uppercase;
  background: #ef561e;
  color: black;
}