.login-wrapper{
    width: 100%;
    height: 100vh;
    background-color: #f1f4f6;
}

.login-wrapper .title{
    position: absolute;
    top: 7%;
    left: 50%;
    transform: translateX(-50%);
    text-transform: capitalize;
    color: #222;
    text-align: center;
    font-size: 30px;
    overflow: hidden;
    width:100%;
    max-width: 500px;
    padding: 0 5px;
    z-index: 10;
}
.login-wrapper .login-box{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    max-width: 380px;
    background-color: #fff;
    padding: 60px 25px;
    border-radius: 20px;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    z-index: 10;
    transition: all 0.3s;
}
.bg{
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100vh;
    background-color: #aaa;
    opacity: .4;
    z-index: 2;
}
.login-box-msg{
    position: relative;
    font-size: 25px;
    margin-bottom: 25px;
}
.login-box-msg::before{
    content: '';
    position: absolute;
    bottom: 4px;
    width: 100px;
    height: 2px;
    background: #335ec9;
    transform: translateX(-50%);
    left: 50%;
}
input{
    padding: 22px 10px !important;
    border-radius: 5px !important;
    transition: all 0.3s;
}
input:focus{
    outline: 0;
    border:1px solid transparent;
    box-shadow: 0 0 0 0.2rem rgba(0,123,255,0.25) !important;
}
.form-control-feedback{
    top: 5px;
}
.btn-submit{
    width: 100%;
    padding: 8px;
    border-radius: 7px;
    border: none;
    outline: none;
    background-color: #335ec9;
    color: #fff;
    font-size: 16px;
    transition: all 0.3s;
}
.btn-submit:hover{
    background-color: #224bb1;
}
.ful-img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@media(max-width: 850px){
    .login-wrapper .login-box{
        left: 50%;
    }
    .login-wrapper .title2{
        display: block;
    }
}
@media(max-width: 400px){
    .login-wrapper .login-box{
        max-width: 315px;
    }
}
.content-wrapper{
    margin-left: 0px !important;
    min-height: 90% !important;
}
.main-footer{
    margin-left: 0px !important;
    text-align: center;
}
.box{
    width: 75%;
    margin-left: 15%;
    text-align: center;
}
.required_star{
    color: #dd4b39;
}

.form-c-height{
    height: 46px !important;
    border-radius: 4px !important;
}
.fa-check{
    margin-right: 10px;
}

.mr-0{
    margin-right: 0px !important;
}

.alert .icon {
    margin-right: 0px;
}

/* .alert {
    padding: 2px 10px;
} */