/*************************************************
AUTH
*************************************************/
.auth__content {
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 15px;
    padding: 2rem;
    margin-top: 3rem;
    text-align: center;
}

.auth__content label {
    font-weight: 600;
    font-size: 0.8rem;
    text-transform: uppercase;
}

.auth__content input {
    border: 1px solid #E13F4E;
    outline: none;
    outline: none;
}

.auth__content input:focus {
    border-color: none;
    box-shadow: none;
    outline: none;
    border: 1px solid #E13F4E;
}


.auth__content a.btn__back {
    padding: 1rem 2rem;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .02em;
    border: none;
    outline: none;
    position: relative;
    cursor: pointer;
    background-color: #E13F4E;
    color: #FFF;
    text-decoration: none;
}
