@import 'variablesGlobales.css';

.panelGrandeLogin{
    width: 100vw;
    height: 100vh;
    background-repeat: none;
    background-size: 100% 100%;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.banner{
    width: 100%;
    height: 12%;
    background-color: var(--colorPrincipal);
    padding: 15px;
    display: flex;
    flex-direction: row;
}
.bannerLogo{
    display: flex;
}
.bannerLogo, .imgageLogo{
    width: 180px;
}
.line{
    display: flex;
    flex-direction: row;
    padding-left: 65px;
    padding-right: 65px;
    padding-top: 25px;
    width: 100%;
    height: 88%;
}
.lineBanner{
    background-color: white;
    width: 2px;
    height: 55px;
    margin-left: 25px;
    margin-right: 25px;
}
.lineInformation{
    width: 1px;
    height: 565px;
    border-right: 2px dotted var(--colorPrincipal);
    display: flex;
}
.bannerH2{
    color: white;
}
.datosLogin{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.itemLogin{
    width: 80%;
    height: 50%;
    border-radius: 25px;
    border-style: solid;
    border-width:  thin;
    border-left: 3px solid #2b72a8;
    border-right: 3px solid #d4181d;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-position: 0 0, 0 100% ;
    background-repeat: no-repeat;
    -webkit-background-size: 100% 1px;
    -moz-background-size: 100% 1px;
    background-size: 100% 1px;
    background-image: -webkit-linear-gradient(left, #2b72a8 0%, #d4181d 100%), -webkit-linear-gradient(left, #2b72a8 0%, #d4181d 100%);
    background-image: -moz-linear-gradient(left, #2b72a8 0%, #d4181d 100%), -moz-linear-gradient(left, #2b72a8 0%, #d4181d 100%);
    background-image: -o-linear-gradient(left, #2b72a8 0%, #d4181d 100%), -o-linear-gradient(left, #2b72a8 0%, #d4181d 100%);
    background-image: linear-gradient(to right, #2b72a8 0%, #d4181d 100%), linear-gradient(to right, #2b72a8 0%, #d4181d 100%);
    padding-top:7px;
    padding-bottom: 7px;
    padding-left: 30px;
}
.imtem2Login2{
    width: 100%;
    height: 16%;
    display: flex;
    margin-top: 10%;
    flex-direction: column;
    justify-content: center;
    text-align: start;
}
.imtem2Login2boton{
    width: 100%;
    height: 16%;
    display: flex;
    margin-top: 10%;
    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;
}
.titleAgendamiento{
    color: #65656A;
    font-size: 23px;
}
.inforP{
    color: #65656A;
    font-weight: bold;
}
li{
    margin-top: 10px;
}
.titleLi{
    color: var(--colorPrincipal);
    font-weight: bold;
}
::placeholder { 
    color: rgba(188,188,188,0.5);
    opacity: 1;
}
@media screen and (min-width: 768px) and (max-width: 1024px){
    .bannerH2 {
        color: white;
        width: 271px;
        font-size: 25px;
    }
    .paneliz{
        display: none
    }
    .panelGrandeLogin{
        background-size: cover;
        background-repeat: no-repeat;
        width: 100vw;
        height: 100vh;
        display: flex;
        flex-direction: column;
        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 ;
    }
    .itemLogin{
        width: 80%;
        height: 50%;
        border-radius: 25px;
        border-style: solid;
        border-width:  thin;
        border-color: #bcbcbc;
        padding-top:7px;
        padding-bottom: 7px;
        padding-left: 30px;
        -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);
    }
    .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: center;
        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 { 
        color: rgba(188,188,188,0.5);
        opacity: 1; 
    }
    #entrar{	
        padding: 10px 30px 10px 30px;
        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);
        background-color: white;
        color: black;
    }
}

@media screen and (max-height: 450px){
    .imginget{
        width: 70%;
        height: 40%;
        background-image: none;
        background-size: cover;
    }
}