@import 'variablesGlobales.css';

.panelGrandeLogin{
    width: 100vw;
    height: 100vh;
    background-image: url("../image/fondoprincipal.png");
    background-repeat: none;
    background-size: 100% 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.titleLogin{
    color: #990013;
}
.descriptionLogin{
    font-weight: bold;
}
.panelFormulario{
    width: 1020px;
    height: 550px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border-radius: 30px;
    -webkit-box-shadow: 15px 27px 82px -30px rgba(0,0,0,0.75);
    -moz-box-shadow: 15px 27px 82px -30px rgba(0,0,0,0.75);
    box-shadow: 15px 27px 82px -30px rgba(0,0,0,0.75);
}


.imagenLogin{
    width: 50%;
    height: 100%;
    background-image: url("../image/calendario.png");
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 30px 0 0 30px;
}
.datosLogin{
    width: 50%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: white;
    border-radius: 0px 30px 30px 0px ;
}
.itemLogin{
    width: 80%;
    height: 50%;
    border-radius: 25px;
    background-size: 100% 1px;
    padding-top:7px;
    padding-bottom: 7px;
    padding-left: 30px;
    border: 1px solid #ABB2B9;
}
.imtem2Login2{
    width: 100%;
    height: 16%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.modal-header{
    background-color: #990013;
}
.modal-title{
    color: white;
}
.buttonModal{
    color: white;
    background-color: #990013;
    cursor: pointer;
    border: none;
    border-radius: 15px;
    padding: 5px;
    width: 105px;
}
.imtem2Login2boton{
    width: 100%;
    height: 16%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.magiturnoLogin{
    width: 100%;
    height: 20%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.imginget{
    width: 35%;
    height: 40%;
    background-image: url("../image/Logo_Magisoft.png");
    background-size: cover;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: rgba(188,188,188,0.5);
    opacity: 1; /* Firefox */
}
#entrar{	
    color: white;
    background-color: #990013;
    padding: 3px;
    width: 35%;
    border-radius: 15px;
    cursor: pointer;
    margin-right: 10px;
    border: none;
}
#registrar{
    color: white;
    background-color: #990013;
    padding: 3px;
    width: 35%;
    border-radius: 15px;
    cursor: pointer;
    border: none;
}
.rc{
    cursor: pointer;
}
@media screen and (min-width: 200px) and (max-width: 730px){

    .paneliz{
        display: none
    }
    .panelGrandeLogin{
        background-image: url("../image/fondoprincipal.png");
        background-size: cover;
        background-repeat: no-repeat;
        width: 100vw;
        height: 100vh;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }
    .panelFormulario{
        width: 850px;
        height: 550px;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        border-radius: 0px;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: 0px 0px 0px 0px rgba();
    }
    
    .imagenLogin{
        width: 0%;
        height: 0%;
    
        background-image: none;
        background-size: 0%;
        background-repeat: no-repeat;
    }
    .datosLogin{
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;

        background: none;

        filter:none;
        border: none;
        border-radius: 0px 0px 0px 0px ;
    }
    .imtem2Login2{
        width: 100%;
        height: 16%;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }
    .imtem2Login2boton{
        width: 100%;
        height: 16%;
        display: flex;
        flex-direction: row;
        /* justify-content: flex-start; */
        align-items: center;
   
    }
    .magiturnoLogin{
        width: 100%;
        height: 20%;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }
    .imginget{
        width: 40%;
        height: 43%;
        background-image: url("../image/Logo_Magisoft.png");
        background-size: cover;
    }
    ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
        color: rgba(188,188,188,0.5);
        opacity: 1; /* Firefox */
    }
    #entrar{	
        border-radius: 25px;
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b71c2b', endColorstr='#ff4a56', GradientType=1 );
        -webkit-box-shadow: 10px 10px 22px 1px rgba(0,0,0,0.27);
        -moz-box-shadow: 10px 10px 22px 1px rgba(0,0,0,0.27);
        box-shadow: 10px 10px 22px 1px rgba(0,0,0,0.27);
    }

}

@media screen and (max-height: 450px){
    .imginget{
        width: 70%;
        height: 40%;
        background-image: none;
        background-size: cover;
    }
}