
/* */
.btn-google {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;

    width: 100%;
    height: 45px;
    border-radius: 8px;
    padding: 0 16px;
    white-space: nowrap;

    color: rgb(255, 255, 255) !important;
    background-color: rgb(0, 0, 0) !important;
    border-color: #050708 !important;
    box-shadow: none !important;

    transition: all 0.3s ease;
}

.btn-google:before {
    content: url('../../images/icons/google-icon.svg');
    display: inline-block;
    vertical-align: -6px;
    width: 24px;
    height: 24px;
    margin-right: 10px;
    background: transparent;
}

.btn-google:hover {
    color: rgb(233, 233, 233) !important;
    background-color: #656565 !important;   
    /* border-color: #f5f5f5 !important; */
    box-shadow: none !important;
}

.btn-google.disabled, .btn-google:disabled {
    color: rgba(255, 255, 255, 0.53) !important;
    background-color: rgba(5, 7, 8, 0.52) !important;
    border-color: rgba(5, 7, 8, 0.52) !important;
}
/* */