﻿
body {
    margin: 0 auto;
    padding: 0;
    font-family: 'Poppins-Light';
    /*background-image: url(/Assets/img/fondo5.png);*/
    background-repeat: repeat;
    background-size: 100%;
    overflow-x: hidden;
}


.contenedor {
    width: 85%;
    padding-top: 3.5vh;
}

.cuadro {
    border-radius: 30px;
    box-shadow: 0 2px 8px 2px;
    /*box-shadow: 0 8px 8px 2px rgba(0, 0, 0, 0.12);*/
    height: 92vh;
}

.log {
    background: white;
    border-radius: 0 30px 30px 0;
}

.letra {
    margin: 25vh auto;
}

    .letra h1 {
        font-family: 'Poppins-Bold';
        width: 100%;
        margin: 0;
        padding: 0;
        color: white;
        font-size: 34px;
        text-align: center;
    }

.btnRegi {
    border: none;
    background: transparent;
    color: black;
    background: #ffffff;
    border: 2px solid black;
    border-radius: 50px;
    padding: 2% 20%;
    font-weight: 650;
    transition: 0.6s ease-in-out;
}


    .btnRegi:hover {
        background: white;
        color: #1465df;
        font-weight: 700;
        box-shadow: 0px 6px 3px rgba(0,0,0,0.2);
    }


.log p {
    color: #000000;
    font-size: 12px;
}

.textbox {
    width: 55%;
    margin: 5vh auto;
}

    .textbox .text {
        width: 100%;
        border-radius: 40px;
        border: 1.5px solid #1362df;
        padding: 2% 10%;
        transition: 0.5s;
        color: #717171;
    }

        .textbox .text:focus {
            width: 100%;
            border-radius: 40px;
            border: 1.5px solid #dcdcdc;
            padding: 2% 10%;
            transition: 0.5s;
            color: #717171;
        }

.btnlogin {
    background: transparent;
    border: none;
    background: #1465df;
    color: white;
    font-weight: 400;
    padding: 0.5% 10%;
    border-radius: 50px;
    transition: 0.5s ease-in-out;
}

    .btnlogin:hover {
    background: transparent;
    border: none;
    background: #1465df;
    color: white;
    font-weight: 400;
    padding: 0.5% 10%;
    border-radius: 50px;
    transition: 0.5s ease-in-out;
    }

.btnlogin1 {
    background: transparent;
    border: none;
    background: #1465df;
    color: white;
    font-weight: 400;
    padding: 0.5% 10%;
    border-radius: 50px;
    transition: 0.5s ease-in-out;
}

.btnlogin1:hover {
    background: transparent;
    border: none;
    background: #1465df;
    color: white;
    font-weight: 400;
    padding: 0.5% 10%;
    border-radius: 50px;
    transition: 0.5s ease-in-out;
}

.eye {
    margin-top: 5% !important;
    margin-left: -21% !important;
}


@media (max-width: 400px) {
    .eye {
        margin-top: 6% !important;
        margin-left: -21% !important;
    }
}




@media (max-width: 960px) {
    .textbox {
        width: 75%;
    }
}

@media (max-width: 767px) {
    .textbox {
        width: 90%;
        margin: 0 auto;
    }

    .cuadro {
        height: 47vh;
    }

    .log {
        border-radius: 30px 30px 0px 0px;
    }

        .log h1 {
            margin-top: 10vh;
        }

    .info {
        border-radius: 0px 0px 30px 30px;
        /*margin-bottom: 20px;*/
    }

    .letra {
        margin: 0 auto;
    }

    .logo {
        text-align: center;
        margin-bottom: 10px;
    }
}

.btneye {
    background: transparent;
    border: none;
    background: #1465df;
    color: white;
    font-weight: 400;
    padding: 1.5% 10%;
    border-radius: 50px;
    transition: 0.5s ease-in-out;
    height: 23px;
}

.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('img/pageLoadersmssmall.gif') 50% 50% no-repeat rgb(249,249,249);
    opacity: .9;
}

@media (max-width: 767px) {
    .container-fluid {
        margin: 0;
        padding: 0 1vh;
        height: 62vh !important;
    }
}


    @media (max-width: 480px) {
        .container-fluid {
            margin: 0;
            padding: 0 1vh;
            height: 74vh !important;
        }

        .contenedor {
            width: 100%;
        }

        .log, .info {
            margin: 0;
            padding: 0;
        }

        .textbox {
            width: 100%;
        }

        .log h1 {
            margin-top: 8vh;
        }

        .btnlogin, .btnRegi {
            font-size: 18px;
            padding: 2% 20%;
        }
    }

    @media (max-width: 341px) {
        .container-fluid {
            margin: 0;
            padding: 0 1vh;
            height: 85vh !important;
        }
    }

    @media (max-height: 680px) {
        .cuadro {
            height: 100%;
        }
    }

    @media (max-width: 413px) {
        .form-control[readonly] {
            width: 110%;
        }
    }
