.login-screen{
    background-color: #ececec;
}
.login-wrap-btn label span{
    font-weight: 700;
    font-size: 14px;
}
.login-wrap-btn .btn{
    background-color: #016FD0;
    color: #fff;
    padding:6px 12px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 700;
}
.login-screen input:-webkit-autofill,
.login-screen input:-webkit-autofill:hover, 
.login-screen input:-webkit-autofill:focus, 
.login-screen input:-webkit-autofill:active{
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}
.sub-line{
    color: #464F60;
    text-align: center;
    margin: 5px 0 15px;
    font-weight: 500;
}

.relative {
    position: relative;
}

.mb-7 {
    margin-bottom: 1.75rem;
}

.mt-4 {
    margin-top: 1rem;
}

.input-icon {
    position: absolute;
    bottom: .5rem;
    right: .75rem;
}

.input-error {
    margin-top: .25rem;
    top: 100%;
    left: 0;
    position: absolute;
}

.fa-color {
    color: rgb(133 131 131);
}