input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active{
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}
input:focus,
input.form-control:focus{
    /*box-shadow: 0 0 0 3px rgb(32 70 207 / 20%) !important;*/
    border-color: #2046cf !important;
}
.password-group .btn {
    height: 2.75rem;
    border: 1px solid #a6c8e7;
    border-left: none;
}

.go-to-another-page-text a {
    font-weight: 600;
}
.login-or-option-text {
    margin-top: 10px;
}
.login-or-option-text p {
    margin: 0;
}
.login-or-option-text p {
    margin: 0;
    position: relative;
}
.login-or-option-text p:after {
    content: "";
    position: absolute;
    right: 0;
    width: calc(50% - 45px);
    background-color: #a6c8e750;
    height: 1px;
    top: 12px;
}
.login-or-option-text p:before {
    content: "";
    position: absolute;
    left: 0;
    width: calc(50% - 45px);
    background-color: #a6c8e750;
    height: 1px;
    top: 12px;
}

.btn.login-btn {
    width: 100%;
    border-radius: 10px;
}
.btn.login-btn::before {
    border-radius: 10px;
}
.login-btn-wrap {
    margin-top: 10px;
}
.show-only-mobile {
    display: none;
}
/*mobile device start*/
@media only screen and (max-width: 768px) {

    .login-btn-wrap {
        margin-top: 20px;
    }
    .form-control {
        height: 3.35rem;
    }

    .authincation {
        background-color: #fff;
    }
    .authincation-content {
        box-shadow: none;
    }
    .loginwidth {
        width: 100%;
    }
    .password-group .btn {
        height: 3.35rem;
    }
    .hide-mobile {
        display: none;
    }
    .show-only-mobile {
        display: block;
    }
    .auth-logo img {
        width: 100%;
        max-width: 120px;
        margin-bottom: 30px;
    }
    .login-text {
        display: none;
    }

    .go-to-another-page-text {
        margin-top: 40px !important;
        font-size: 16px;
    }
}
/*mobile device end*/
