.clearfix:after{
    content: '';
    display: table-cell;
    clear: both;
}

html {
    font-size: 100%;
	scroll-behavior: smooth;
}
html, body {
    height: 100%;
    margin:0;
    width: 100%;
}

.loginBackground {
    position: fixed;
    display: block;
    height: 100vh;
    width: 100%;
        z-index: -999999;
}

.loginBackground img{
    display: block;
    object-fit: cover;
    height: 100vh;
    width: 100%;
}

.loginBackground::after{
    content: " ";
    display: block;
    position: absolute;
    background-color: rgba(255,255,255,0.2);
    width: 100%;
    height: 100vh;
    top: 0;
}

.headerLogo{
    background-color: #623e49;
    height: 80px;
    position: relative;
}

.headerLogo img{
    display: block;    
    width: 150px;
    margin : 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    }

.wrapper{
    padding: 10px;
        position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    max-width: 350px;
    width: 100%;
}

/*login-form*/

    #login form {
   
    padding-top: 15px;
    padding-bottom: 15px;
/*border-bottom : 1px solid #ccc;
border-top : 1px solid #ccc;*/
margin-bottom: 10px;
}

.navbar-form, .error {
    margin-right: initial;
    margin-left: initial;
    background-color: #fff;
        padding: 20px 20px 15px 20px;
}

.form-control {
    border-color: #623e49;
    color: #623e49;
}

.btn-success {
    color: #ffffff;
    background-color: #fd704b;
    background-color: rgba(253, 112, 75, 1);
    border: none;
    margin: 15px auto 0 auto;
    display: block;
    }

   .btn-success:hover, .btn-success:focus, .btn-success:active {    
    background-color: rgba(253, 112, 75, 0.8);
    border: none;
    border-color: rgba(253, 112, 75, 0.6);

    }
.login-error{
    top:0;
    left:0;
    position: fixed;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.7);
    z-index: 9999999;
}

.error-content{
    position: absolute;
    left:50%;
    top:50%;
    transform:translate(-50%,-50%);
    width:250px;
    background:white;
    padding:20px;
    border-radius: 5px;
    text-align: center;
    color: #623e49;
}

.error-content p{
    text-align: left;
} 

#popup-close{
    padding:6px 10px;
    display:inline-block;
    border-radius: 4px;
    cursor: pointer;
    color: #ffffff;
    background-color: #fd704b;
    background-color: rgba(253, 112, 75, 1);
    border: none;
    margin: 15px auto 0 auto;
}

#popup-close:hover {
    background-color: rgba(253, 112, 75, 0.8);
}

#resetPassword, #loginPage{
    margin-top: 10px;
    width: 100%;
    display: block;
    text-align: center;
    font-size: 13px;
    color: #623e49;
}
