﻿﻿.divDelogin {
    background-color: #ffffff;
    height: auto;
    border-radius: 20px;
    border-style: inset;
    border-color: yellow;
    margin-top: 50px;
}

.container {
    padding-top: 20px;
    width: 100%;
    height: 800px;
    overflow: hidden;
    margin: auto;
}

.divfontbajo {
    margin-top: -390px;
    width: 500px;
    height: 20px;
    margin-left: 880px;
}

.divfontbajoerror {
    width: 1000px;
    height: 20px;
    margin-top: 500px;
    margin-left: 160px;
}

.contenedor {
    padding-top: -10px;
    overflow: hidden;
    padding-top: 20px;
    width: 1200px;
    margin-left: 2px;
}

.divhijo {
    border-radius: 20px;
    padding: 15px;
    width: 600px;
    height: 300px;
    margin-bottom: -300px;
    margin-left: 50px;
}

.divhijo1 {
    background-color: black;
    margin-top: 100px;
    padding: 15px;
    width: 400px;
    height: 320px;
    margin-left: 800px;
    padding: 3px 10px;
    border: 5px solid;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border-color: white;
    box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
}

.divtxt {
    margin-left: 22px;
    text-align: left;
}

.divmultiline {
    margin-left: 98px;
}

.Idtextbox {
    font-size: 21px;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    border-radius: 15px;
    transition: 0.5s;
    outline-width: 0;
    border-style: outset;
    margin-top: 4px;
    margin-bottom: 15px;
}


.btnIngresar {
    border-radius: 10px;
    color: #ff7f27;
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    font-size: 25px;
    font-weight: 500;
    transition: 0.6s;
    border-style: groove;
    border-color: #ff7f27;
    margin-top: -20px;
    margin-bottom: 25px;
    padding: 5px;
    background-color: transparent;
}

    .btnIngresar:hover {
        border-color: #FFFFFF;
        color: #FFFFFF;
    }


/*
.Idtextbox:hover {
    font-size: 28px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    text-align: center;
    border-style: hidden;
    border-bottom: outset;
    border-color: #ff7f27;
    border-radius: 20px;
}
*/

/*
.Idtextbox:focus {
    font-size: 28px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    text-align: center;
    border-style: hidden;
    border-bottom: outset;
    border-color: #ff7f27;
}

*/


@media screen and (max-width:1024px) {
    .container {
        width: 1024px;
    }

    .divhijo {
        border-radius: 20px;
        padding: 15px;
        width: 800px;
        height: 300px;
        margin-bottom: -300px;
        margin-left: -200px;
        padding-left: 220px;
    }

    .divhijo1 {
        background-color: black;
        margin-top: 100px;
        padding: 15px;
        width: 400px;
        height: 320px;
        margin-left: 500px;
        padding: 3px 10px;
        border: 5px solid;
        border-top-left-radius: 20px;
        border-bottom-right-radius: 20px;
        border-color: white;
        box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
    }

    .divtxt {
        margin-left: 22px;
    }

    .divmultiline {
        margin-left: 98px;
    }

    .divfontbajo {
        margin-top: -390px;
        width: 500px;
        height: 20px;
        margin-left: 580px;
    }

    .divfontbajoerror {
        width: 1000px;
        height: 20px;
        margin-top: 500px;
        margin-left: 160px;
    }

    .buttonLogin:hover {
        background-color: #ffffff;
        border-radius: 20px;
        border-color: coral;
        color: coral;
    }

    .Idtextbox:hover {
        font-size: 28px;
        font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
        text-align: center;
        border-style: hidden;
        border-bottom: outset;
        border-color: white;
        border-radius: 20px;
    }

    .Idtextbox:focus {
        font-size: 28px;
        font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
        text-align: center;
        border-style: hidden;
        border-bottom: outset;
        border-color: coral;
    }
}

@media screen and (max-width:700px) {
    .container {
        width: 700px;
    }

    .divhijo {
        border-radius: 20px;
        padding: 15px;
        width: 800px;
        height: 300px;
        margin-bottom: -300px;
        margin-left: -60px;
        padding-left: 220px;
        margin-top: -100px;
    }

    .divhijo1 {
        background-color: black;
        margin-top: -20px;
        padding: 15px;
        width: 400px;
        height: 320px;
        margin-left: 130px;
        margin-top: 400px;
        padding: 3px 10px;
        border: 5px solid;
        border-top-left-radius: 20px;
        border-bottom-right-radius: 20px;
        border-color: #ff7f27;
        box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
    }

    .divtxt {
        margin-left: 22px;
    }

    .divmultiline {
        margin-left: 98px;
    }

    .divfontbajo {
        margin-top: -400px;
        width: 500px;
        height: 20px;
        margin-left: 210px;
    }

    .divfontbajoerror {
        width: 1000px;
        height: 20px;
        margin-top: 500px;
        margin-left: 50px;
    }

    .buttonLogin:hover {
        background-color: #ffffff;
        border-radius: 20px;
        border-color: coral;
        color: coral;
    }

    .Idtextbox:hover {
        font-size: 28px;
        font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
        text-align: center;
        border-style: hidden;
        border-bottom: outset;
        border-color: white;
        border-radius: 20px;
    }

    .Idtextbox:focus {
        font-size: 28px;
        font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
        text-align: center;
        border-style: hidden;
        border-bottom: outset;
        border-color: coral;
    }
}

@media screen and (max-width:550px) {
    .container {
        width: 550px;
    }

    .divhijo {
        border-radius: 20px;
        padding: 15px;
        width: 1000px;
        height: 300px;
        margin-bottom: -300px;
        margin-left: -120px;
        padding-left: 220px;
        margin-top: -100px;
    }

    .divhijo1 {
        background-color: black;
        margin-top: -20px;
        padding: 15px;
        width: 380px;
        height: 320px;
        margin-left: 70px;
        margin-top: 400px;
        padding: 3px 10px;
        border: 5px solid;
        border-top-left-radius: 20px;
        border-bottom-right-radius: 20px;
        border-color: #ff7f27;
        box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
    }

    .divtxt {
        margin-left: 3px;
    }

    .divmultiline {
        margin-left: 70px;
    }

    .divfontbajo {
        margin-top: -400px;
        width: 500px;
        height: 20px;
        margin-left: 140px;
    }

    .divfontbajoerror {
        width: 1000px;
        height: 20px;
        margin-top: 500px;
    }

    .buttonLogin {
        background-color: transparent;
        border-style: groove;
        border-radius: 10px;
        border-color: #ff7f27;
        color: #ff7f27;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        font-size: 25px;
        padding: 5px;
        font-weight: 500;
        margin-bottom: 25px;
        transition: 0.6s;
        margin-top: -20px;
        margin-left: 400px;
    }

        .buttonLogin:hover {
            background-color: #ffffff;
            border-radius: 20px;
            border-color: coral;
            color: coral;
        }

    .Idtextbox:hover {
        font-size: 28px;
        font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
        text-align: center;
        border-style: hidden;
        border-bottom: outset;
        border-color: white;
        border-radius: 20px;
    }

    .Idtextbox:focus {
        font-size: 28px;
        font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
        text-align: center;
        border-style: hidden;
        border-bottom: outset;
        border-color: coral;
    }
}

@media screen and (max-width:450px) {
    .container {
        width: 100%;
    }

    .divhijo {
        border-radius: 20px;
        padding: 15px;
        width: 1000px;
        height: 300px;
        margin-bottom: -300px;
        margin-left: 10px;
        margin-top: -150px;
    }

    .divhijo1 {
        background-color: black;
        margin-top: -20px;
        padding: 15px;
        width: 380px;
        height: 320px;
        margin-left: 20px;
        margin-top: 400px;
        padding: 3px 10px;
        border: 5px solid;
        border-top-left-radius: 20px;
        border-bottom-right-radius: 20px;
        border-color: #ff7f27;
        box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
    }

    .divtxt {
        margin-left: 4px;
    }

    .divmultiline {
        margin-left: 70px;
    }

    .divfontbajo {
        margin-top: -400px;
        width: 500px;
        height: 20px;
        margin-left: 80px;
    }

    .divfontbajoerror {
        width: 1000px;
        height: 20px;
        margin-top: 500px;
    }

    .buttonLogin {
        background-color: transparent;
        border-style: groove;
        border-radius: 10px;
        border-color: #ff7f27;
        color: #ff7f27;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        font-size: 25px;
        padding: 5px;
        font-weight: 500;
        margin-bottom: 25px;
        transition: 0.6s;
        margin-top: -20px;
        margin-left: 400px;
    }

        .buttonLogin:hover {
            background-color: #ffffff;
            border-radius: 20px;
            border-color: coral;
            color: coral;
        }

    .Idtextbox:hover {
        font-size: 28px;
        font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
        text-align: center;
        border-style: hidden;
        border-bottom: outset;
        border-color: white;
        border-radius: 20px;
    }

    .Idtextbox:focus {
        font-size: 28px;
        font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
        text-align: center;
        border-style: hidden;
        border-bottom: outset;
        border-color: coral;
    }
}


@media screen and (max-width:420px) {
    .container {
        width: 100%;
    }

    .divhijo {
        border-radius: 20px;
        padding: 15px;
        width: 1000px;
        height: 300px;
        margin-bottom: -300px;
        margin-left: -10px;
        margin-top: -150px;
    }

    .divhijo1 {
        background-color: black;
        margin-top: -20px;
        padding: 15px;
        width: 380px;
        height: 320px;
        margin-left: -2px;
        margin-top: 400px;
        padding: 3px 10px;
        border: 5px solid;
        border-top-left-radius: 20px;
        border-bottom-right-radius: 20px;
        border-color: #ff7f27;
        box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
    }

    .divtxt {
        margin-left: 4px;
    }

    .divmultiline {
        margin-left: 70px;
    }

    .divfontbajo {
        margin-top: -400px;
        width: 500px;
        height: 20px;
        margin-left: 60px;
    }

    .divfontbajoerror {
        width: 1000px;
        height: 20px;
        margin-top: 500px;
    }

    .buttonLogin {
        background-color: transparent;
        border-style: groove;
        border-radius: 10px;
        border-color: #ff7f27;
        color: #ff7f27;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        font-size: 25px;
        padding: 5px;
        font-weight: 500;
        margin-bottom: 25px;
        transition: 0.6s;
        margin-top: -20px;
        margin-left: 400px;
    }

        .buttonLogin:hover {
            background-color: #ffffff;
            border-radius: 20px;
            border-color: coral;
            color: coral;
        }

    .Idtextbox:hover {
        font-size: 28px;
        font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
        text-align: center;
        border-style: hidden;
        border-bottom: outset;
        border-color: white;
        border-radius: 20px;
    }

    .Idtextbox:focus {
        font-size: 28px;
        font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
        text-align: center;
        border-style: hidden;
        border-bottom: outset;
        border-color: coral;
    }
}

@media screen and (max-width:410px) {
    .container {
        width: 100%;
    }

    .divhijo {
        border-radius: 20px;
        padding: 15px;
        width: 1000px;
        height: 300px;
        margin-bottom: -300px;
        margin-left: -10px;
        margin-top: -150px;
    }

    .divhijo1 {
        background-color: black;
        margin-top: -20px;
        padding: 15px;
        width: 380px;
        height: 320px;
        margin-left: -2px;
        margin-top: 400px;
        padding: 3px 10px;
        border: 5px solid;
        border-top-left-radius: 20px;
        border-bottom-right-radius: 20px;
        border-color: #ff7f27;
        box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
    }

    .divtxt {
        margin-left: 4px;
    }

    .divmultiline {
        margin-left: 70px;
    }

    .divfontbajo {
        margin-top: -400px;
        width: 500px;
        height: 20px;
        margin-left: 60px;
    }

    .divfontbajoerror {
        width: 1000px;
        height: 20px;
        margin-top: 500px;
    }

    .buttonLogin {
        background-color: transparent;
        border-style: groove;
        border-radius: 10px;
        border-color: #ff7f27;
        color: #ff7f27;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        font-size: 25px;
        padding: 5px;
        font-weight: 500;
        margin-bottom: 25px;
        transition: 0.6s;
        margin-top: -20px;
        margin-left: 400px;
    }

        .buttonLogin:hover {
            background-color: #ffffff;
            border-radius: 20px;
            border-color: coral;
            color: coral;
        }

    .Idtextbox:hover {
        font-size: 28px;
        font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
        text-align: center;
        border-style: hidden;
        border-bottom: outset;
        border-color: white;
        border-radius: 20px;
    }

    .Idtextbox:focus {
        font-size: 28px;
        font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
        text-align: center;
        border-style: hidden;
        border-bottom: outset;
        border-color: coral;
    }
}


@media screen and (max-width:400px) {
    .container {
        width: 100%;
    }

    .divhijo {
        border-radius: 20px;
        padding: 15px;
        width: 1000px;
        height: 300px;
        margin-bottom: -300px;
        margin-left: -10px;
        margin-top: -150px;
    }

    .divhijo1 {
        background-color: black;
        margin-top: -20px;
        padding: 15px;
        width: 380px;
        height: 320px;
        margin-left: -2px;
        margin-top: 400px;
        padding: 3px 10px;
        border: 5px solid;
        border-top-left-radius: 20px;
        border-bottom-right-radius: 20px;
        border-color: #ff7f27;
        box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
    }

    .divtxt {
        margin-left: 4px;
    }

    .divmultiline {
        margin-left: 70px;
    }

    .divfontbajo {
        margin-top: -400px;
        width: 500px;
        height: 20px;
        margin-left: 60px;
    }

    .divfontbajoerror {
        width: 1000px;
        height: 20px;
        margin-top: 500px;
    }

    .buttonLogin {
        background-color: transparent;
        border-style: groove;
        border-radius: 10px;
        border-color: #ff7f27;
        color: #ff7f27;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        font-size: 25px;
        padding: 5px;
        font-weight: 500;
        margin-bottom: 25px;
        transition: 0.6s;
        margin-top: -20px;
        margin-left: 400px;
    }

        .buttonLogin:hover {
            background-color: #ffffff;
            border-radius: 20px;
            border-color: coral;
            color: coral;
        }

    .Idtextbox:hover {
        font-size: 28px;
        font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
        text-align: center;
        border-style: hidden;
        border-bottom: outset;
        border-color: white;
        border-radius: 20px;
    }

    .Idtextbox:focus {
        font-size: 28px;
        font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
        text-align: center;
        border-style: hidden;
        border-bottom: outset;
        border-color: coral;
    }
}
