/* Google Fonts - Poppins */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}

body {
    background-image: url('../../05-Imagenes/Clientes/img/bg/bg-10.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    transition: opacity .3s ease, visibility .3s ease;
}

.container {
    height: 100vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    /*    background-color: #4070f4;
    background-color: #f2f2f2;*/
    column-gap: 30px;
    z-index: 1000 !important;
}

.formASPX {
    margin: 0;
    padding: 0;
    height: 0px;
}

.form {
    position: absolute;
    max-width: 430px;
    width: 100%;
    padding: 30px;
    border-radius: 6px;
    background: #FFF;
    -webkit-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.72);
    -moz-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.72);
    box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.72);
}

    .form.signup {
        opacity: 0;
        pointer-events: none;
    }

.forms.show-signup .form.signup {
    opacity: 1;
    pointer-events: auto;
}

.forms.show-signup .form.login {
    opacity: 0;
    pointer-events: none;
}

header {
    font-size: 26px;
    font-weight: 600;
    color: #232836;
    text-align: center;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    gap: 0 12px;
}

    header .titulo_Login {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 0px;
    }

        header .titulo_Login h1,
        header .titulo_Login h1 span {
            font-size: 22px;
            font-weight: 600;
            text-transform: uppercase;
            color: #053f30;
            margin: 0 !important;
            padding: 0 !important;
        }

        header .titulo_Login p,
        header .titulo_Login p span {
            font-size: 16px;
            font-weight: 400;
            text-transform: uppercase;
            color: #ca8a04;
            margin: 0 !important;
            padding: 0 !important;
        }

    header span img {
        height: 66px;
        margin: 0;
        padding: 0;
    }

form {
    margin-top: 0px;
}

.saltoLin {
    width: 100%;
    height: 20px;
}

.form .field {
    position: relative;
    height: 42px;
    width: 100%;
    margin-top: 16px;
    border-radius: 6px;
}

    .form .field select {
        position: relative;
        height: 42px;
        width: 100%;
        margin-top: 16px;
        border-radius: 6px;
        padding: 0 10px;
    }

.field input,
.field button {
    height: 100%;
    width: 100%;
    border: none;
    font-size: 16px;
    font-weight: 400;
    border-radius: 6px;
}

.field input {
    outline: none;
    padding: 0 16px;
    border: 1px solid#CACACA;
}

    .field input:focus {
        border-bottom-width: 2px;
    }

.eye-icon {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    font-size: 18px;
    color: #8b8b8b;
    cursor: pointer;
    padding: 5px;
}
.lblMensaje {
    display:block;
    border: 1px solid #dea800;
    padding: 6px 8px;
    font-size:14px;
    font-weight:400;
    margin: 4px 0;
    width: 100% !important;
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    background-color:rgba(250,180,140,.05)
}
.button_button {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    color: #fff;
    transition: all 0.3s ease;
    cursor: pointer;
    margin: 20px 0px;
}

.color_btn_verde {
    background-color: #053f30 !important;
}

.color_btn_rojo {
    background-color: #f8426b !important;
}

.button_button button,
.button_button input {
    height: 100%;
    width: 100%;
    border: none;
    font-size: 16px;
    font-weight: 400;
    border-radius: 6px;
    padding: 12px;
}

.field button {
    color: #fff;
    background-color: #0171d3;
    transition: all 0.3s ease;
    cursor: pointer;
}

.button_D {
    color: #fff;
    background-color: #0171d3;
    background-color: #535353;
    transition: all 0.3s ease;
    cursor: pointer;
}

    .button_D:hover {
        background-color: #dea800 !important;
    }

.field button:hover {
    background-color: #016dcb !important;
}

.form-link {
    text-align: center;
    margin-top: 10px;
}

    .form-link span,
    .form-link a {
        font-size: 14px;
        font-weight: 400;
        color: #232836;
    }

.form a {
    color: #0171d3;
    text-decoration: none;
}

.form-content a:hover {
    text-decoration: underline;
}

.line {
    position: relative;
    height: 1px;
    width: 100%;
    margin: 36px 0;
    background-color: #d4d4d4;
}

    .line::before {
        content: 'O';
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background-color: #FFF;
        color: #8b8b8b;
        padding: 0 15px;
    }

.media-options a {
    display: flex;
    align-items: center;
    justify-content: center;
}

a.facebook {
    color: #fff;
    background-color: #4267b2;
}

    a.facebook .facebook-icon {
        height: 28px;
        width: 28px;
        color: #0171d3;
        font-size: 20px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #fff;
    }

.facebook-icon,
img.google-img {
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
}

img.google-img {
    height: 20px;
    width: 20px;
    object-fit: cover;
}

a.google {
    border: 1px solid #CACACA;
}

    a.google span {
        font-weight: 500;
        opacity: 0.6;
        color: #232836;
    }

@media screen and (max-width: 400px) {
    .form {
        padding: 20px 10px;
    }
}
