.d-none{
    display:none;
}
.login-wrapper .login-section .content-wrap .form-wrap .btn-sso {
    display: block;
    text-align: center;
    border: 0;
    background: #e47c28;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    padding: 12px 20px;
    cursor: pointer;
    border-radius: 4px;
    text-transform: uppercase;
    margin-top: 5px;
    margin-bottom: 0;
    text-decoration: none;
}

.login-wrapper .login-section .content-wrap .form-wrap .form-field:last-child{
    margin-bottom: 0;
}

.login-wrapper .login-section .content-wrap .form-wrap .btn-sso:hover {
    transform: translate3d(0, -1px, 0);
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 40%);
}