.btnAuthform {
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    display: inline-block;
    align-items: center;
    background: #074370;
    padding: 3px 19px 6px;
    color: #fff;
    cursor: pointer;
}

.btnAuthform:hover {
    background: #001226;
}

#auth_auth {
    display: inline-block;
    padding: 3px 10px 6px;
    text-decoration: none;
}

#auth_auth:hover {
    text-decoration: none;
}

#auth_auth b {
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #074370;
    text-align: center;
    text-transform: lowercase;
    position: relative;
    text-shadow: 0.6px 0 #074370;
}

#auth_auth #auth_auth b::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #074370;
}

.bx-authform-formgroup-container.btnBlock {
    margin-bottom: 8px;
}