@import url('https://fonts.googleapis.com/css2?family=Varela+Round&display=swap');

@media (min-width: 768px) {
    .cardMargin{
        margin-right: 20%;
    }
    .backImg{
        background-image: url('../images/background-login.jpg');
        background-repeat: no-repeat;
        background-size: 50% 100%;
        background-position:right top;
    }

    html, body{
        height:100%;
        margin:0;
        display: flex;
        flex-direction: column;
    }

    ::placeholder{
        font-family: 'Varela Round', sans-serif;
    }

    .tituloStyle{
        margin-top: 11%;
        font-family: 'Varela Round', sans-serif;
        color: #ff8000;
        font-size: 300%;
        font-weight: bold;
    }

    .textStyle{
        font-family: 'Varela Round', sans-serif;
        color: #727272;
    }

    .formData{
        margin-top: 8%;
    }

    span{
        background-color: #eeeeee !important;
        height: 62px !important;
        border: none !important;
        border-bottom-left-radius: 25px !important;
        border-top-left-radius: 25px !important;
    }

    input{
        background-color: #eeeeee !important;
        width: 100% !important;
        height: 62px !important;
        border: none !important;
        border-bottom-right-radius: 25px !important;
        border-top-right-radius: 25px !important;
        
    }
        
    input[type=text]:focus {
        outline: none;
        color: #727272;
    }

    .navbarImg{
        background-image: url('../images/dsologo.png');
        background-size: 8%;
        background-position: 10px center;
        background-repeat: no-repeat;
        margin-left: 3% !important;
    }

    .contraStyle{
        font-family: 'Varela Round', sans-serif;
        color: #727272;
    }


    .loginButton{
        background-color: #ff8000;
        width: 100%;
        height: 62px !important;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 25px;
        font-family: 'Varela Round', sans-serif;
        color: white;
        font-size: 19px;
        margin-bottom: 7%;

    }

    .registrarEmStyle{
        font-family: 'Varela Round', sans-serif;
        color: #727272;
        text-align: center;
    }

    .registrarStyle{
        font-family: 'Varela Round', sans-serif;
        color: #ff8000;
        font-weight: bold;
        
    }

}

/*diseño para dispositivos menores a 768px  */
@media (max-width: 768px) {
    html, body{
        height:100%;
        margin:0;
        display: flex;
        flex-direction: column;
    }

    ::placeholder{
        font-family: 'Varela Round', sans-serif;
    }

    .tituloStyle{
        font-family: 'Varela Round', sans-serif;
        color: #ff8000;
        font-size: 250%;
        font-weight: bold;
    }

    .textStyle{
        font-family: 'Varela Round', sans-serif;
        color: #727272;
    }

    .formData{
        margin-top: 8%;
    }

    span{
        background-color: #eeeeee !important;
        height: 40px !important;
        border: none !important;
        border-bottom-left-radius: 25px !important;
        border-top-left-radius: 25px !important;
        
    }

    input{
        background-color: #eeeeee !important;
        width: 100% !important;
        height: 40px !important;
        border: none !important;
        border-bottom-right-radius: 25px !important;
        border-top-right-radius: 25px !important;
        
    }
        
    input[type=text]:focus {
        outline: none;
        color: #727272;
    }

    .navbarImg{
        background-image: url('../images/dsologo.png');
        background-size: 8%;
        background-position: 10px center;
        background-repeat: no-repeat;
        margin-left: 3% !important;
    }

    .contraStyle{
        font-family: 'Varela Round', sans-serif;
        color: #727272;
    }


    .loginButton{
        background-color: #ff8000;
        width: 100%;
        height: 40px !important;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 25px;
        font-family: 'Varela Round', sans-serif;
        color: white;
        font-size: 14px;
        margin-bottom: 7%;

    }

    .registrarEmStyle{
        font-family: 'Varela Round', sans-serif;
        color: #727272;
        text-align: center;
        padding-bottom: 15% !important;
        padding-top: 10%;
    }

    .registrarStyle{
        font-family: 'Varela Round', sans-serif;
        color: #ff8000;
        font-weight: bold;
    }
    .backImg{
        
        background-image: url('../images/background-login.jpg');
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }
    .card1{
        background-color: white;
        text-align: center;
        justify-content: center;
        border-radius: 10%;
        padding: 10% 10% 0% 10%;
    }
}
