﻿
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700&display=swap');



.pan-login {
    margin: 0px auto 0px auto;
    padding: 25px;
    width: 380px;
    background-color: white;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
}

.pan-login-2 {
    margin: 0px auto 0px auto;
    padding: 25px;
    width: 650px;
    background-color: transparent;
    border-radius: 55px;
    /*-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px*/
}

.lbl-header {
    font-size: 2EM;
    font-weight: bold;
}

.lbl-small {
    font-size: 0.8EM;
}

.img-captcha {
    position: absolute;
    width: 200px;
    height: 100%;
}

.frm-captcha {
    margin-left: 202px;
}

body {
    font-family: 'Poppins', sans-serif !important;
    background-image: url(https://pecanofact.com/wp-content/uploads/2024/08/Desktop-86.jpg);
    background-repeat: no-repeat;    
    background-position: center;
    background-size: cover;    
}

.titulo-form {
    /*background: linear-gradient( 0.25turn,#F69762,#EE4D6F);*/
    -webkit-background-clip: text;
    color: white;
    font-family: 'Poppins', sans-serif;
}

.gradient-orange {
    background-image: linear-gradient( 90deg, #F69762 0%, #EE4D6F 100%);
    padding: 5px 20px;
    border-radius: 3px;
    color: white;
    font-family: 'Poppins', sans-serif;
}

.comunicado {
    border-radius: 12px;
    background-color: white !important;
    color: #2376dc !important;
    padding: 4px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
}

.contenedorComunicado {
    position: fixed;
    bottom: 0px;
    padding-bottom: 10px;
    padding-left: 10px;
    font-size: 12px;
    right: 15px !important;
    left: auto !important;
}

.msgComunicado {
    border-radius: 12px;
    background-color: white !important;
    color: #2376dc !important;
    padding: 8px;
    width: 250px !important;
    text-align: justify;
    margin-bottom: 10px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
}

@media only screen and (max-width: 700px) {
    body {
        background-size: cover;
        background-image: none;
        background-color: #0c577b;
    }
}

.espacio {
    padding-top: 80px;
}

.comunicado-texto {
    color: white;
    text-align: justify;
}

.input-verificar {
    border-radius: 20px;
    line-height: 2;
}

