.auth-main .auth_brand .navbar-brand {
    color: rgb(186 188 192) !important;
}
.login-img{
    max-width: 455px;
    max-height: 400px;
}
.pattern{
    background: #017bff;
}
.btn-auth i{
    transition: 0.5s;
}
.btn-auth:hover i{
    transform: translate(116%, 0);
}
.fancy-checkbox input[type="checkbox"]:checked+span:before{
    line-height: 20px !important;
}
