.auth-name {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 29px;
    text-transform: uppercase;
}

.auth-input-dog {
    background: white;
    border: 3px solid #101010;
    border-right: 0;
    border-radius: 26px;
    padding-right: 6px;

    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
}

.auth-input {
    border: 3px solid #101010;
    border-left: 0;
    border-radius: 26px;
    padding-left: 6px;

    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 2px;
}

.auth-vr {
    width: 2px;
    background-color: #000000;
    margin-bottom: 10px;
    margin-top: 10px;
}

.auth-input:focus {
    border-color: #101010;
    box-shadow: inset 0 1px 1px rgba(16, 16, 16, 0), 0 0 8px rgba(16, 16, 16, 0);
}

.auth-descr {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #000000;
}

.btn-auth {
    color: #FCFCFC;
    background-color: #E09C36;
    border-color: #E09C36;

    padding: 8px 16px;
    border-width: 2px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;

    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 2px;
    box-shadow: 0 0 20px rgba(224, 156, 54, 0.3);
}

.btn-auth:hover,
.btn-auth:active,
.btn-auth:focus,
.btn-auth:active {
    background-color: #FCFCFC;
    color: #E09C36;
    border-color: #E09C36;
}


.btn-auth:disabled,
.btn-auth[disabled] {
    box-shadow: 0 0 20px rgba(224, 156, 54, 0);
    color: #FCFCFC;
    background-color: #D9D9D9;
    border-color: #D9D9D9;

}


.history_a {
    display: flex;
    justify-content: space-around;

    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;

    letter-spacing: 2px;
    color: #101010;
}

.history_money {
    color: #E09C36;
}
