.thumbnail {
    background: #ffffff;
    width: 250px;
    height: 200px;
    margin: 0 auto 30px;
    padding: 20px 0px;
    border-top-left-radius: 100%;
    border-top-right-radius: 100%;
    border-bottom-left-radius: 100%;
    border-bottom-right-radius: 100%;
    box-sizing: border-box;
}

.thumbnail img {
    display: block;
    width: 100%;
}

.bi-card-checklist{
    color: #F15025;
}
*{
    margin: 0;
    padding: 0;
    font-family: 'Montserrat', sans-serif;

}
a{
    text-decoration: none !important;
}

.wrap{
    display: flex;
}
.bg-login{
    display: block;
    width: 50%;
    background: #ddd;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    
}

.bg-login-default{
    background-image: url('../img/login/bg-login-default.png');
    background-repeat-x: no-repeat;
    height: 100vh;
}

.bg-login-friopacifico{
    background-image: url('../img/login/bg-login2.png');
    /*background-image: url('../img/login/bg-login-friopacifico.jpg');*/
    background-repeat-x: no-repeat;
    height: 100vh;
}

.bg-login-masisa{
    background-image: url('../img/login/bg-login-masisa.png');
    background-repeat-x: no-repeat;
    height: 100vh;
}

.bg-login4{
    background-image: url('../img/login/bg-login4.png');
    background-repeat-x: no-repeat;
    height: 100vh;
}

.bg-login5{
    background-image: url('../img/login/bg-login5.png');
    background-repeat-x: no-repeat;
    height: 100vh;
}

.bg-login-rombus{
    background-image: url('../img/login/bg-login-rombus.jpg');
    background-repeat-x: no-repeat;
    height: 100vh;
}
.bg-login-sais{
    background-image: url('../img/login/bg-login-sais.jpg');
    background-repeat-x: no-repeat;
    height: 100vh;
}
.bg-login-dipisa{
    background-image: url('../img/login/bg-login-dipisa.jpg');
    background-repeat-x: no-repeat;
    height: 100vh;
}
.bg-login-xcell{
    background-image: url('../img/login/bg-login-xcell.jpeg');
    background-repeat-x: no-repeat;
    height: 100vh;
}
.bg-login-lap{
    background-image: url('../img/login/bg-login-latampower.jpg');
    background-repeat-x: no-repeat;
    height: 100vh;
}
.bg-login-dmv{
    background-image: url('../img/login/bg-login-dmv.jpg');
    background-repeat-x: no-repeat;
    height: 100vh;
}
.bg-login-embonor{
    background-image: url('../img/login/bg-login-embonor.JPG');
    background-repeat-x: no-repeat;
    height: 100vh;
}
.bg-login-ga5{
    background-image: url('../img/login/bg-login-ga5.jpg');
    background-repeat-x: no-repeat;
    height: 100vh;
}

.bg-login-pandectas{
    background-image: url('../img/login/bg-login-pandectas.jpg');
    background-repeat-x: no-repeat;
    height: 100vh;
}

.bg-login-mesp{
    background-image: url('../img/login/bg-login-mesp.jpg');
    background-repeat-x: no-repeat;
    height: 100vh;
}

.bg-login-pooz{
    background-image: url('../img/login/bg-login-pooz.jpg');
    background-repeat-x: no-repeat;
    height: 100vh;
}

.bg-login-lomasbayas{
    background-image: url('../img/login/bg-login-lomasbayas.jpg');
    background-repeat-x: no-repeat;
    height: 100vh;
}

.bg-login-grupoentregas{
    background-image: url('../img/login/bg-login-grupoentregas.jpg');
    background-repeat-x: no-repeat;
    height: 130vh;
}
.bg-login-cmz{
    background-image: url('../img/login/bg-login-cmz.jpg');
    /*background-repeat-y: no-repeat;
    background-repeat-x: no-repeat;
    height: 100vh;*/
    background-position: center;
}
.bg-login-promet{
    background-image: url('../img/login/bg-login-promet.png');
    background-repeat-x: no-repeat;
    height: 100vh;
}
.bg-login-tripan{
    background-image: url('../img/login/bg-login-tripan.png');
    background-position: center;
}
.bg-login-aqc{
    background-image: url('../img/login/bg-login-aqc.jpg');
    background-position: center;
}
.contenedor{
    width: 50%;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.login{
    padding: 10px;
}

.error-email, .error-pass{
    display: none;
    font-size: 14px;
    font-weight: bold;
    color: red;
    margin-left: 5px;
}

.error-general{
    font-size: 14px;
    font-weight: bold;
    color: red;
    margin-left: 5px;
}

.header-login{
    margin-top: 50px;
    margin-bottom: 50px;
}

.header-login h1{
    font-size: 32px;
    font-weight: 300;
    color: #AEAEAE;
}

.header-login1{
    margin-bottom: 80px;
    margin-top: 50px;
}

.header-login1 h1{
    font-size: 26px;
    color: #AEAEAE;
    font-weight: 400;
}
.header-login1 p{
    line-height: 0;
    font-size: 12px;
}

.header-login1 p span{
    color: #02B7DC;
}

.header-login2{
    margin-top: 70px;
    margin-bottom: 80px;
}



.header-login4, .header-login5{
    margin-top: 50px;
    margin-bottom: 220px;
}


 .login5 .message-container{
    display: flex;
    justify-content: center;
}
.login5 .covid-message{
    width: 320px;
    text-align: justify;
    line-height: 16px;
}
.login5 .covid-message p{
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 13px;
    
    
    color: #AEAEAE;}


.logo-login1{
    margin-bottom: 20px;
}

.input-email, .input-password{
    margin-bottom: 20px;
}

.input-email input, .input-password input{
    outline: none;
    text-align: center;
    width: 350px;
    height: 40px;
    border: 1px solid #AEAEAE;
    box-sizing: border-box;
    border-radius: 30px;
}


.login1 .input-email input:focus, .login1 .input-password input:focus{
    border: 2px solid #02B7DC;
}


.login2 .input-email input:focus, .login2 .input-password input:focus{
    border: 2px solid #3b3a8a;
}

.login3 .input-email input:focus, .login3 .input-password input:focus{
    border: 2px solid #6EBC7F;
}

.login4 .input-email input:focus, .login4 .input-password input:focus{
    border: 2px solid #F25767;
}



.btn-login{
    border: none;
    width: 350px;
    height: 45px;
    border-radius: 30px;
    padding: 5px;
    color: white;
    transition: all 300ms;
    background: #02B7DC;
}


.btn-login1{
    
}

.btn-login:hover{
    background: #0392af;
}

.btn-login2{
    background: #4846A6;
}

.btn-login2:hover{
    background: #3b3a8a;
}

.btn-login3{
    background: #6EBC7F;
}

.btn-login3:hover{
    background: #559262;
}

.btn-login4{
    background: #F25767;
}
.btn-login4:hover{
    background: #c44552;
}

.btn-login5{
    background: #DC3546;
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: bold
}
.btn-login5:hover{
    background: #ad2936;
}

.btn-login5-black{
    width: 256px;
    background: #02424C;
    font-size: 18px;
    font-weight: bold;
}

.btn-login5-black:hover{
    background: #002f36;
}

.btn-login-sais{
    background: #f77121;
}

.btn-login-sais:hover{
    background: #f77121;
}

.login-box.access-box{
    width: 74%;
    display: flex;
    justify-content: flex-end;
}

.message-login{
    margin-top: 15px;
}

.message-login a{
    color: #AEAEAE;
    transition: all 300ms;
}

.message-login1 a:hover{
    color: #02B7DC;
}

.message-login2 a:hover{
    color: #4846A6;
}

.message-login3 a:hover{
    color: #6EBC7F;
}

.message-login4 a:hover{
    color: #F25767;
}

.captcha-login img{
    width: 320px;
    margin-bottom: 20px;
}

.footer-login{
    margin-top: 30px;
}

.footer-login p{
    color: #AEAEAE;
    font-size: 12px;
}

.footer-login p span {
    color: #02B7DC;
}

.footer-login h3{
    font-size: 24px;
    line-height: 0;
    color: #AEAEAE;
    font-weight: 400;
    margin-bottom: 10px;
}

.footer-login2 p, .logo-login3 p, .footer-login5 p, .footer-login4 p{
    color: #AEAEAE;
}


.footer-login2 p span {
    color: #4846A6;
    font-size: 12px;
}

.footer-login3 p span{
    color: #6EBC7F;
    font-size: 12px;
}

.footer-login4 p span{
    color: #F25767;
    font-size: 12px;
}

.footer-login5{
    margin-top: 80px;
}

.footer-login-sais p span{
    color: #d65500;
    font-size: 12px;
}

@media only screen and (max-width: 480px){

    body{
        background: #FAFAFA !important;
    }
    .contenedor{
        width: 100%;
        text-align: center;
        height: 100%;
    }
    .wrap{
        display: block;
        
    }

    .bg-login/*, .bg-login1*/{
        width: 0px;
        display: none !important;
    }

    .login/*, .login1*/{
        width: 100% !important;
    }
    /*
    .header-login1{
        margin-top: 0px;
    }
    .header-login2, .header-login3, .header-login4, .header-login5{
        margin-top: 0;
        margin-bottom: 60px;
    }

    .footer-login2{
        margin-bottom: 0px;
        margin-top: 60px;
    }*/

    .footer-login h3{
        font-size: 16px;
    }
    .footer-login p{
        font-size: 12px;
    }
}

@media only screen and (max-width: 360px){
.input-email input, .input-password input{

    width: 300px;
    height: 35px;
}
.captcha-login img{
    width: 300px;
}
.btn-login{
    border: none;
    width: 300px;
    height: 35px;
    border-radius: 30px;
    padding: 5px;
    color: white;
    transition: all 300ms;
}
/*
.logo-login1{
    margin-bottom: 80px;
}

.btn-login5{
    font-size: 16px;
}*/

}
