@import 'variablesGlobales.css';

.line{
    display: flex;
    flex-direction: row;
    padding-left: 65px;
    padding-right: 65px;
    padding-top: 25px;
    width: 100%;
    height: 88%;
}
.lineInformation{
    width: 1px;
    height: 565px;
    border-right: 2px dotted var(--colorPrincipal);
    display: flex;
}
.datosLogin{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.imtem2Login2boton{
    width: 100%;
    height: 16%;
    display: flex;
    margin-top: 10%;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.titleAgendamiento{
    color: #65656A;
    font-size: 30px;
}
::placeholder { 
    color: rgba(188,188,188,0.5);
    opacity: 1;
}

@media screen and (max-width: 700px){
    .lineBanner{
        display: none;
    }
    .bannerH2{
        font-size: 22px;
    }
    .lineInformation{
        display: none;
    }
    .titleAgendamiento{
        font-size: 20px;
    }
    .Buttons{
        width: 51% !important;
        padding: 7px !important;
        /* margin-top: 25px !important; */
    }
    .imtem2Login2boton{
        margin-top: 40%;
    }
    
}