


@font-face {
	font-family: 'Panton-Regular';
	src:  url('../assets/fonts/Panton-Regular.eot') format('embedded-opentype'),url('../assets/fonts/Panton-Regular.ttf') format('truetype'),url('../assets/fonts/Panton-Regular.woff') format('woff'),url('../assets/fonts/Panton-Regular.svg') format('svg');
	font-weight: normal; font-style: normal;
}
:root{
    --color-primario: #3e4596;
    --color-secundario: #e83a40;
}

body, h2,h3,h4{
    /* font-family: 'Panton-Regular'; */
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

#login{
    background: var(--color-primario);
    /* background: url(../assets/img/web.png); */

    background-repeat: no-repeat;
    height: 100vh;
    width: 100%;
    background-size: cover;
    background-position: center center;
    /* font-family: 'Poppins', sans-serif; */
    /* font-family: 'Montserrat', sans-serif; */
    font-weight: 400;
}
a{
    color: var(--color-secundario);
}
a:hover{
    text-decoration: none;
}
h2{
    /* font-family: 'Montserrat', sans-serif; */
    /* font-family: 'Poppins', sans-serif; */
    /* font-family: 'FuturaBT-Bold'; */
    /* font-family: 'Futura-Condensed-BoldItalic'; */
    /* font-weight: 700; */
    /* color: #784e9b; */
    /* color: #00A1C2; */
    color: #fff;
    font-size: 38px;
    margin-bottom: 2rem ;
    /* 784e9b
    f8af28
    941f1d
    b47b7e
    cfc5e2 */

}
h2 span{
    color: #6fbdbf;
}
/* ul{
    font-family: 'FuturaBT-Bold';
    color: #066c6b;
    font-size: 28px;  
} */
.li2{
    margin-left: 30px;
}
.li3{
    margin-left: 60px;
}
.m-auto{
    margin: auto;
}


h3,p{
    color:#fff;
}
p{
    font-size: 16px;
}

h4{
    font-weight: 200;
    margin: 2.5rem 0 3.5rem;
    /* 120, 78, 155 */
    /* color: rgba(255,255,255,.7); */
    color: rgba(0, 145, 189,.7);
}
.container-login{
    display: flex;
    height: 100%;
    /* height: calc(100% - 112px); */
}
.container-login > .row{
    width: 100%;
    margin: 0;
    height: 100%;
    display: flex;
}
img{
    max-width: 100%;
}

header{
    padding: 30px 50px 0 50px;
}
.d-flex{display: flex;}
.mx-auto{margin: auto 0;}



.text-t{
    max-width: 350px;
    margin-bottom: 26px;
}

#forget-form p{
    color: #555;
}

/* --------------------------------- */
.col-init{
    padding: 30px 15px 30px 50px;
    color: #fff;
}
.c-body{
    padding: 0;
    height: 404px;
    margin: 0;
}
.c-footer{
    position: absolute;
    bottom: 50px;
}
/* --------------------------------- */
.col-form{
    /* background: #fff; */
    /* display: flex; */
    /* padding: 50px 50px 50px 15px; */
}
.title-form h3{
    /* color: #67666e; */
    color: #000;
    text-align: center;
    padding: 0px 0 12px 0;
}
label{
    color: #999;
    font-weight: 400;
}
.text-error{
    min-height: 10px;
}
.col-form > form{
    margin: auto;
    width: 100%;
    /* padding: 5px 40px; */
    background: #fff;
    -webkit-box-shadow: 0px 2px 13px -4px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 2px 13px -4px rgba(0,0,0,0.75);
    box-shadow: 0px 2px 13px -4px rgba(0,0,0,0.75);
    display: block;
    min-width: 480px;
    padding: 70px 60px;
}


.btn{
    background-color: var(--color-primario);
    border-color: var(--color-primario);
    color: #ffffff;
    padding: 0.85rem 3rem;
    float: right;
    letter-spacing: 2px;
}
.btn:hover,#back-btn:hover,.btn:focus,.btn:active {
    background: var(--color-secundario);
    border-color: var(--color-secundario);
    color: #fff;
    
}
.form-group{
    margin-bottom: 25px;
}
.form-control{
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #74788d;
    box-shadow: none;
    padding-left: 25px;
}

.form-control:focus {
    border-bottom: 2px solid  var(--color-secundario);
    -webkit-box-shadow:none;
    box-shadow: none;
}
.form-actions{
    display: inline-block;
    width: 100%;
}
.form-actions button {
    margin: 0 3px;
}

#back-btn{
    background-color: rgba(14, 61, 158, .7);
    border-color: rgba(14, 61, 158, .7);
}

.input-icon{
    position:relative;
}
.input-icon i{
    position: absolute;
    top: 9px;
    color: #555;
    opacity: 0.4;
}
.has-error .form-control {
    border-color: #b94a48;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.has-error .form-control:focus {
    border-color:  #0091bd;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.error{
    color: #941f1d;
}
.login_result{
        color: #784e9b;
}


/* ------------------- */

@media(max-width: 1180px){
    h2{font-size: 32px;}
    ul{font-size: 22px;}
}
@media(max-width: 1080px){
    h2{font-size: 30px;}
}

@media(max-width: 992px){
    h2{font-size: 20px;}
    ul{font-size: 18px;}

}

@media(max-width: 769px){
    .col-sm-6 { width: 100%; }

}

@media(max-width: 768px){
    ul li{margin: 0 !important;text-align: left;}
    .col-init {
        padding: 30px 15px 0px 50px;
    }
    h2 {
        font-size: 28px;
    }
    .container-login > .row {
        display: initial;
    }
    .c-body {
        height: auto;
        padding:  0;
        text-align: center;
        width: 100%;
    }
    .col-form {
        padding: 30px 15px;
    }
    h4{
        margin: 2.5rem 0 1.5rem;
    }

    .col-form > form {
        display: block;
    }
    .col-form > form {
       
        min-width: 100%;
    }

}
@media(max-width: 650px){
    .logo{
        width: 100px;
        height: auto;
    }
    .logos{
        width: 100px;
        height: auto;
    }
    .col-form > form {
        /* padding: 25px 40px; */
        padding: 20px 15px;
        width: 100%;

    }
    .d-flex{
        display: initial;
    }
    .col-init {
        padding: 0 15px;
    }

}


@media(max-width: 600px){
    .c-header img{
        width: 140px;
    }
    .c-footer {
        position: initial;    
    }
    h2, .h2 {
        font-size: 20px;
    }
    h4 {
        margin: 10px 0 0px;
    }

}











@media(max-width: 320px){

    .col-form > form {
        width: 100%;

    }


}