body {
    font-family: Arial, sans-serif;
    font-weight: 400;
    font-size: 14px;
    min-height: 100vh;
}
::-webkit-scrollbar {
    display: none;
    }
.wrapper {
    width: 960px;
    margin: 0 auto;
}
.container {
    width:100%;
    height: 100%;
    padding: 20px;
    padding-top: 45px;
    padding-bottom: 160px;
    overflow:scroll;
}
#login-container{
    background-image:url(https://www.duurzaam-vastgoed.nl/images/background.jpg);
    background-repeat: no-repeat;
    height: 100vh;
    overflow:hidden;
    background-size: cover;
    
}
.container a {
    color: #454545;
}
.container table {
    font-size: 11px;
    margin-top: 20px;
    overflow: scroll;
}
.container table thead td {
    background-color: #f5f5f5;
    padding: 4px 10px;
}
.container table tbody td {
    padding: 4px 10px;
}
.container .box {
    border-top: 1px solid #ddd;
    padding-top: 10px;
    margin-top: 30px;
}
.container input {
    
    border: 0;
    padding: 5px 10px;
}


/* overview */
.overview-table img {
    width: 40px;
    height: 40px;
}

/* feedback boxes */
.feedback {
    padding: 30px;
    margin-bottom: 10px;
}
.feedback.success {
    color: #558f2d;
    background-color: #ddf2c0;
}
.feedback.error {
    color: #ff7272;
    background-color: #ffe5e5;
}
.feedback.info {
    color: #00529B;
    background-color: #BDE5F8;
}

.header_right_box {
    float: right;
}

/* login screen */
.login-page-box {
    display: table;
    width: 100%;
}
.login-page-box .table-wrapper {
    display: table-row;
}
div#login-box{
    width:400px;
    min-height: 400px;
    float: none;
    margin-left: auto;
    margin-right: auto;
}

div#error-feedback{
    text-align: center;
}
span.invalid-feedback{
    color: red;

}
input#registration_token.form-control{
    width: 300px;
    border-radius: 5px;
    border-width:2px;
    background-color:white;
    border-style: solid;
    border-color: #006496;
}
input#email.form-control{
    width: 300px;
    border-radius: 5px;
    border-width:2px;
    background-color:white;
    border-style: solid;
    border-color: #006496;
}
input#password.form-control{
    width: 300px;
    border-width:2px;
    background-color:white;
    border-radius: 5px;
    border-style: solid;
    border-color: #006496;
}
div.form-group.row{
    float:none;
    width:300px;
    height:50px;
}
div.row.justify-content-center {
     float:none;
     height: 50px;
     width:400px;
     margin:auto;   
}
div.container {
    float:none;
}
#login-box {
    float:none;
    
    margin-left:auto;
    margin-right: auto;
    margin-top: 100px;
    color: #777;
    background-color: rgba(244, 243, 241, 0.8);
    padding: 20px 50px 45px 50px;
    width: 49%;
    box-sizing: border-box;
    font-weight: 400;
    text-transform: uppercase;
}
.login-box h2 {
    color: #252525;
}
div#login-box {
    float:none;
    border-radius: 30px;
}
.login-box input[type="text"],
.login-box input[type="password"] {
    font-family: Arial, sans-serif;
    color: #252525;
    background-color: #ffffff;
    padding: 15px 20px;
    margin-bottom: 10px;
    display: block;
    width: 100%;
    box-sizing: border-box; /* modern way to say width:100% without padding */
    /*text-transform: uppercase;*/
}
.login-box input[type="submit"] {
    color: #777;
    background-color: transparent;
    border: 2px solid #777;
    padding: 15px 20px;
    margin-bottom: 10px;
    display: block;
    width: 100%;
    box-sizing: border-box; /* modern way to say width:100% without padding */
    text-transform: uppercase;
}
.login-box input[type="submit"]:hover {
    color: #fff;
    border-color: #252525;
    background-color: #252525;
}
.login-box .remember-me-label {
    display: block;
    margin-bottom: 10px;
}
.login-box .link-forgot-my-password {
    display: block;
    text-align: right;
}
.login-box .link-forgot-my-password a {
    color: #777;
    text-decoration: none;
}
.login-box .link-forgot-my-password a:hover {
    text-decoration: underline;
}
.login-box ::-webkit-input-placeholder { color: #777; opacity: 0.5; }
.login-box ::-moz-placeholder { color: #777; opacity: 0.5; }
.login-box :-ms-input-placeholder { color: #777; opacity: 0.5; }
.login-box input:-moz-placeholder { color: #777; opacity: 0.5; }


}

.transform-active {
  padding: 0px;
  height: 0px;
}
footer#footer3{
    height:0px;
    padding:0px;
    -webkit-transition: all 2s ease;  
    -moz-transition: all 2s ease;  
    -o-transition: all 2s ease;  
    -ms-transition: all 2s ease;  
    transition: all 2s ease;
}
footer#footer2{
    height:160px;
    padding:30px;
    -webkit-transition: all 2s ease;  
  -moz-transition: all 2s ease;  
  -o-transition: all 2s ease;  
  -ms-transition: all 2s ease;  
  transition: all 2s ease;
}
.transform {
  -webkit-transition: all 2s ease;  
  -moz-transition: all 2s ease;  
  -o-transition: all 2s ease;  
  -ms-transition: all 2s ease;  
  transition: all 2s ease;
}
@keyframes footerhide {
    from {height: 160px; padding: 30px;}
    to {height: 0px; padding: 0px;}
}
div.footer_button_holder{
    width: 100px;
    float:none;
    height: 10px;
    background-color: rgba(156, 156, 156, 1);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    margin:auto;
}

.register-box {
    display: table-cell;
    color: #fff;
    background-color: #252525;
    padding: 20px 50px 45px 50px;
    width: 49%;
    box-sizing: border-box;
    font-weight: 400;
    margin: 0;
    text-transform: uppercase;
}
.register-box h2 {
    color: #fff;
}
.register-box a {
    width: 100%;
    display: block;
    box-sizing: border-box;
    background-color: transparent;
    border: 2px solid #fff;
    padding: 15px 20px;
    margin-bottom: 10px;
    text-decoration: none;
    text-align: center;
    color: #fff;
}
.register-box a:hover {
    background-color: #ffffff;
    color: #252525;
}

/* error page */
.red-text {
    color: red;
}