.auth_login_body {
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: cover;
    min-height: 100vh;
    background-image: url('../img/auth/auth_login_bg_summer.webp');
    background-position: center;
}

.auth_news {
    color: white;
    visibility: hidden;
}

.auth_news h1 {
    font-size: 20px;
}

.auth_card_login {
    background-color: transparent;
    backdrop-filter: blur(10px);
    border: 2px solid rgba(255, 255, 255, .2);
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    color: #fff;
    text-shadow: 1px 1px 2px #000;
    border-radius: 10px;
    padding: 30, 40px;
}

.auth_card_login h1 {
    font-size: 36px;
    text-align: center;
}

.auth_card_login .input-box {
    width: 100%;
    height: 50px;
    margin: 30px 0;
}

.input-box input {
    width: 100%;
    height: 100%;
    background: transparent;
    border: none;
    outline: none;
    border: 2px solid rgba(255, 255, 255, .2);
    border-radius: 40px;
    font-size: 18px;
    color: white;
    padding: 20px 45px 20px 20px;
}

.input-box input::placeholder {
    color: white;
}

.auth_card_login .btn {
    width: 100%;
    height: 45px;
    background-color: white;
    border: none;
    outline: none;
    border-radius: 40px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    cursor: pointer;
    font-size: 18px;
    columns: #333;
    font-weight: 600;
}

.input-checkbox {
    display: flex;
    justify-content: space-between;
    font-size: 14.5px;
    margin: -15px 0 15px;
}

.input-checkbox a {
    color: white;
    text-decoration: none;
}

.registro_link {
    font-size: 14.5px;
    text-align: center;
}

.registro_link p a {
    color: white;
    text-decoration: none;
    font-weight: 600;
}

.registro_link p a:hover {
    text-decoration: underline;
}