body{
    font-family: Inter, sans-serif !important;
}

.outer_box{
    display: flex;
    /* height: 100vh; */
    justify-content: center;
    align-items: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.login-box{
    /* width: 50%;
    margin: 90px 400px; */
    width: 600px;
    background: #fff;
    padding: 20px 20px 10px 20px;
    border-radius: 5px;
    border: 1px solid #dcdcdc;
    border-top: 1px solid #dcdcdc;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.login-logo{
    margin-bottom: 0px;
}
/* new css*/

.login-page{
    background-color: #f1f5f9 !important;
}

.btn-primary:hover{
    background-color: #000;
    color: #fff;
}

.username{
    margin-bottom: 6px;
    margin-top: 10px;

}

.Password{
    margin-top: 20px;
}

.login-box label{
    font-weight: 700;
}

.login-logo{
    display: flex;
    justify-content: center;
}

.login-logo img{
    width: 60%;
}

.login-box-msg, .register-box-msg {
    font-weight: 700;
    text-decoration: underline;
    font-size: 18px;
    padding-bottom: 10px;
}


.container {
    /* min-height: 100%; */
    width: 100%;
    position: relative;
    background: #f6f6f6;
    overflow: hidden;
    padding: 0;
}

#header {
    min-height: 0px;
    background: #FFFFFF;
    border-bottom: 1px solid #d8d8d8;
    margin: 0;
    padding: 0;
    box-shadow: 0px 0px 3px #ccc;
}

#header img {
    width: 60%;
    margin-left: 16px;
}

#header .container-fluid {
    padding: 0;
}

.navbar-brand {
    float: left;
    height: 60px;
    padding: 9px 15px;
    font-size: 18px;
    line-height: 20px;
}

.password_box,
.username_box{
    display: flex;
}

.password_box input,
.username_box input{
    border-radius: 0px 5px 5px 0px;
}

.password_box span,
.username_box span{
    padding: 9px 20px 0px 10px;
}

.login-button .fa{
margin-right: 10px;
}

.login-button{
    border-radius: 5px !important;
    margin-top: 15px;
    background-color: #1e91cf;
    border-color: #197bb0;
}

.login-button:active,
.login-button:focus,
.login-button:hover{
    color: #fff;
    background-color: #1872a2 !important;
    border-color: #12567a !important;
    outline: none;
}

.login-heading{
    color: #4c4d5a;
    border-color: #dcdcdc;
    background: #f6f6f6;
    text-shadow: 0 -1px 0 rgba(50, 50, 50, 0);
    position: relative;
    top: 61px;
    padding: 12px 15px;
    border: 1px solid #dcdcdc;
}
