﻿@import url('https://fonts.googleapis.com/css2?family=Mulish:wght@200&display=swap');

html{
}

body {
    /*background-image: linear-gradient(rgba(255,255,255,.2), rgba(255,255,255,.2)), url(images/Fingerprint-background-3.jpg) !important;*/
    background-position: center;
    background-size: cover;
    height: 100%;
}

.login-form {
    max-width: 375px;
    margin: auto;
    margin-top: 13vh;
    margin-bottom: 13vh;
    background: #dcdcdc;
    opacity: 0.90;
    padding: 30px;
    border-radius: 3px;
    position: center;
}

@media (max-width: 900px) {
    .login-form {
        margin-top: 25vh;
    }
}

.login-form h3 {
    padding-bottom: 0.5em;
}

.login-links {
    font-size: 1em;
    color: white;
}

    .login-links a:link {
        color: blue;
    }

    .login-links a:visited {
        color: blueviolet;
    }

    .login-links a:hover {
        color: grey;
    }

    .login-links a:active {
        color: grey;
    }

.login-heading {
    font-size: 36px;
    line-height: 1.5;
    font-weight: bold;
    margin: 10px 0;
    text-align: center;
}

.login-copy {
    text-align: center;
    margin-bottom: 30px;
}

/*
@media only screen and (max-width: 480px) {
    .login-form {
        min-width: 100%;
        border-radius: 0px;
    }
}
*/



/*Login Redesing 2021*/
label {
    color: gray;
}

.div-btn-size-lr {
    text-align:center;
    /*margin: 0 30px 10px 30px;*/
}

.btn-size-lr {
    width: 100%;
    height: 50px;
    background: #2A74F3;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    color: #FFFFFF;
}

.btn-size-lr:hover,
.btn-size-lr:focus,
.btn-size-lr:active {
    color: #FFFFFF;
    outline: none;
    box-shadow: none;
}

.login-2-form {
    width: 100%;
    overflow: hidden;
}

.login-1 {
    background-color: white;
    width: 50%;
    float: left;
    padding: 50px 80px 80px 80px;
    height: 100vh;
}

.login-1 input{
    height: 50px;
}

.login-2 {
    height: 100vh;
    background: url('images/redesing/dots-login-1200.png'),linear-gradient(180deg, #194B95 0%, #2A75F5 100%);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    background-size: cover;
    width: 50%;
    float: right;
}

.login-2 div {
    margin-top: 50%;
    margin-left: 50%;
    transform: translate(-50%,-50%);
    text-align:center;
}

.login-2 h1 {
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 64px;
    line-height: 75px;
    color: #FFFFFF;
}

.login-2 h2 {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 28px;
    color: #FFFFFF;
}

.login-2 a {
    background-color: transparent;
    color: white;
    padding: 5px 10px;
    font-size: 15px;
    border: 1px solid white;
}

.sidenavbar-footer-login {
    position: absolute;
    top: 92%;
    width: 50%;
    text-align:center;
}

.sidenavbar-footer-login p {
    font-family: Mulish;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
    color: #2A74F3;
}

@media (max-width: 900px) {
    #Title-logo-login {
        text-align:center;
    }
    
    .login-1 {
        width: 100%;
        height: 100vh;
    }

    .login-2 {
        height: 50vh;       
        width: 100%;
    }

    .login-2 div {
        margin-top: 10%;
        margin-left: 50%;
        transform: translate(-50%,-10%);
        text-align: center;
    }

    .login-2 h1{
        width: initial;
    }

    .sidenavbar-footer-login {
        position: initial;
        top: 92%;
        width: initial;
        text-align: center;
    }
}

 @media (max-width: 600px) {
    
    #Title-logo-login {
        text-align: center;
    }

    .login-1 {
        width: 100%;
        height: 100vh;
    }

    .login-2 {
        height: 50vh;
        width: 100%;
    }

        .login-2 div {
            margin-top: 10%;
            margin-left: 50%;
            transform: translate(-50%,-10%);
            text-align: center;
        }

        .login-2 h1 {
            font-size: 48px;
            line-height: 56px;
            width: initial;
        }

        .login-2 h2 {
            font-size: 18px;
            line-height: 21px;
        }

        /*
        .btn-size-lr {
            font-size: 14px;
            height: 40px;
        }*/

        .sidenavbar-footer-login {
        position: initial;
        top: 92%;
        width: initial;
        text-align: center;
    }
}



/*Register redesing 2021*/
label {
    color: gray;
}

.logo-white {
    position:absolute;
    top: 30px;
    left: 30px;
}

.register-form {
    width: 100%;
    overflow: hidden;
}

.register-2 {
    background-color: white;
    width: 50%;
    float: right;
    padding: 50px 80px 80px 80px;
    height: 100vh;
}

.register-1 {
    position:relative;
    height: 100vh;
    background: url('images/redesing/dots-login-1200.png'),linear-gradient(180deg, #194B95 0%, #2A75F5 100%);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    background-size: cover;
    width: 50%;
    float: left;
}

    .register_text_box_h {
        width: 95%;
        margin-top: 40%;
        margin-left: 50%;
        transform: translate(-50%,-50%);
        text-align: center;
    }
    .register_text_box_p {
        width: 70%;
        margin-top: 5%;
        margin-left: 50%;
        transform: translate(-50%,-50%);
        text-align: center;
    }

    

    .register-1 h1 {
        font-family: Roboto;
        font-style: normal;
        font-weight: bold;
        font-size: 64px;
        line-height: 75px;
        color: #FFFFFF;
    }

    .register-1 p {
        font-family: Roboto;
        font-style: normal;
        font-weight: normal;
        font-size: 24px;
        line-height: 28px;
        color: #FFFFFF;
    }

    .register-1 a {
        background-color: transparent;
        color: white;
        padding: 5px 10px;
        font-size: 15px;
        border: 1px solid white;
    }

@media (max-width:900px) {
    .logo-white {
        display: none;
    }
    .register-2 {
        width: 100%;
        padding: 50px 150px 80px 150px;
        height: 100vh;
    }

    .register-1 {
        height: 350px;
        width: 100%;
    }

        .register_text_box_h {            
            margin-top: 10%;
            margin-left: 50%;
        }

        .register_text_box_p {
            margin-top: 5%;
            margin-left: 50%;
        }

        .register-1 h1 {
            width: initial;
        }
}

@media (max-width:600px) {
    .logo-white {
        display:none;
    }
    .register-2 {
        width: 100%;
        padding: 50px 100px 80px 100px;
        height: 100vh;
    }

    .register-1 {
        height: 350px;
        width: 100%;
    }

        .register_text_box_h {           
            margin-top: 15%;
            margin-left: 50%;
        }

        .register_text_box_p {
            margin-top: 10%;
            margin-left: 50%;
        }

        .register-1 h1 {
            font-size: 48px;
            line-height: 56px;
            width: initial;
        }

        .register-1 h2 {
            font-size: 18px;
            line-height: 21px;
        }
}


/*Header antes de iniciar sesion*/

header {
    width: 100%;
    height: 8rem;
    border-bottom: rgb(128, 128, 128) solid 2px;
    position: fixed;
    top: 0;
    left: 0;
    background: #FFFFFF;
    z-index: 100;
}

.container-header {
    margin: .5rem 3rem;
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
}

    .container-header label {
        display: none;
        float: right;
        font-size: 2.4rem;
    }

        .container-header label:hover {
            cursor: pointer;
        }

    .container-header img {
        width: 150px;
    }

.logo-formax {
    float: left;
    margin-right: 50px;
}

.menu {
    
    list-style: none;
    margin-top: 2.5rem;
}

.menu li {
    display: inline-block;
}

.li-sesion{
    float:right;
}

.menu a {
    display: block;
    text-decoration: none;
    padding: 10px;
    font-size: 18px;
    color: black;
}

.btn-hot:hover {
    color: #000 !important;
}

.menu a:hover {
    color: #2A74F3;
}

#menu-bar {
    display: none;
}


.btn-hot {
    text-align: center;
}
    .btn-hot:link,
    .btn-hot:visited {
        background-color: #2A74F3;
        color: white;
        border-radius: 10px;
    }

.menu-icon-bar {
    background: #2A74F3;
    display: block;
    width: 30px;
    height: 3px;
    border-radius: 1px;
    margin-bottom: 10px;
}

@media (max-width:900px) {
    .container-header {
        margin: 0;
    }

    .logo-formax {
        margin: 2rem 3rem;
    }

    .container-header label {
        margin-top: 20px;
        display: block;
    }

    .menu {
        position: absolute;
        margin-top: 80px;
        width: 100%;
        padding: 10px;
        right: -100%;
        display: table;
        background-color: whitesmoke;
        transition: all .5s;
    }

        .menu ul {
            flex-direction: column;
        }

        .menu li {
            display:block;
            float:none;
        }

        .li-sesion{
            float:left;
        }

        .menu li:hover {
            background: #A2BDEE;
        }

    .btn-hot {
        color: black;
        text-align: left;
        padding: 0;
    }

        .btn-hot:link,
        .btn-hot:visited {
            background: none;
            color: #2A74F3;
        }

    #menu-bar:checked ~ .menu {
        right: 0;
    }
}



@media(min-width:1200px) {
    .container-header {
        max-width: 1350px;
        margin-left:auto;
        margin-right:auto;
    }    
}
