body{
    height: 100vh;
    /* background-image: url(../images/Image\ 1.png); */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; 
    background-attachment: fixed;
    
}
.form-group span{
color:red;
}

.container{
max-width: 100%;
padding-right: 0;
padding-left: 0;
margin-right: 0;
margin-left: 0;
}
.sub-div{
    width: 50%;
    box-shadow: 0px 0px 22px 6px rgba(0,0,0,0.75) inset;
    -webkit-box-shadow: 0px 0px 22px 6px rgba(0,0,0,0.75) inset;
    -moz-box-shadow: 0px 0px 22px 6px rgba(0,0,0,0.75) inset;
    background-color: white;
    margin: 15px;
    border-radius: 25px;
}
.sub-div-child{
    
    margin: 15px 0;
}
.logo{
    width: 45%;
}
.logo-register{
width: 30%;
}
.login-heading{
    font-weight: 700;
    word-spacing: -2px;
}
.login-heading>span{
    color: #1456E8;
}
#login-form{
    width: 80%;
}
.form-control{
    background-color: #F7F7F7;
    border: none;
    border-radius: 10px;
    font-size: 15px;
    padding: 20px;
}
.forgot-pass{
    color: #9F9F9F !important;
    font-size: 14px;
    font-weight: 500;
}
.btn-login{
    background-color: #1456E8;
    color: white;
    font-weight: 500;
    padding: 5px 45px 7px 45px;
}
.btn-login:hover{
    color: #1456E8;
    border: 2px solid #1456E8;
    background-color: white;
}
.register-link{
    color: #555555 !important;
    font-size: 14px;
    font-weight: 400;
}
.register-link>span{
    font-weight: 600;
}
@media only screen and (max-width: 992px) {
    .sub-div{
        width: 60%;
    }
}
@media only screen and (max-width: 600px) {
    .sub-div{
        width: 85%;
    }
}
@media print {
    .noprint {
       visibility: hidden;
    }
 }