* {
    margin: 0;
    padding: 0;
}

html, body {
    width: 100%;
    height: 100%;
    font-family: 'CircularRegular', sans-serif !important;
}

p, a, label, h1, h2, h3, h4 {
    color: #006D4E;
}

/* PRELOADER ------------------------------------------------------- */
.contenedorPreloader {
    width: 100%;
    height: 100%;
    background: #fff;
    position: fixed;
    z-index: 1001 !important;
}

.titleSOC {
    width: 800px;
    margin: auto;
}

.load {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100px;
    height: 100px;
}

    .load hr {
        border: 0;
        margin: 0;
        width: 40%;
        height: 40%;
        position: absolute;
        border-radius: 50%;
        animation: spin 2s ease infinite
    }

    .load :first-child {
        background: #00b637;
        animation-delay: -1.5s
    }

    .load :nth-child(2) {
        background: #00b637;
        animation-delay: -1s
    }

    .load :nth-child(3) {
        background: #00b637;
        animation-delay: -0.5s
    }

    .load :last-child {
        background: #00b637
    }

@keyframes spin {
    0%,100% {
        transform: translate(0)
    }

    25% {
        transform: translate(160%)
    }

    50% {
        transform: translate(160%, 160%)
    }

    75% {
        transform: translate(0, 160%)
    }
}
/* PRELOADER ------------------------------------------------------- */


/* LOGIN ------------------------------------------------------- */
.login-container {
    display:flex;
    height:100vh;
    
}
.recover-container {
    display: flex;
}
.part-left {
    width: 40%;
}
.part-right {
    width: 60%;
    height:100vh;
}
.img-login {
    width: 100%;
    height: 100vh;
    object-position: right top;
}

.sisec {
    margin-top: 20px;
    margin-bottom: 50px;
    width: 150px;
}

.img-logo {
    top: 30px;
    left: 30px;
    position: absolute;
    z-index: 10;
}

.options-login {
    margin-top: 10px;
    align-items: center;
    justify-content: space-between;
    display: flex;
}

.img-recover {
    padding-left: 40px;
    max-width: 100%;
    height: 100vh;
}

.login-form {
    padding-top: 10px;
    margin-bottom: 20px;
    padding-left: 45px;
    padding-right: 40px;
}


.recover-form {
    background-color: #fff;
    width: 520px;
    height: 100vh;
    padding:80px;
}

.h1-login {
    font-size: 21px;
    color: #006d4e;
    margin-bottom: 30px;
}

.sisec-recover {
    margin-top: 40px;
    margin-bottom: 90px;
    width: 129px;
}

.label-form {
    color: #4D5358;
    font-size: 14px;
    font-weight: 500;
}

.login div form a {
    text-align: center;
    display: block;
    margin: 15px 0 30px;
}



    .options-login label {
        color: #6C757D;
        display:flex;
    }

.c-checkbox input[type="checkbox"]:checked + span {
    background: #007BFF;
    border: solid 1px #4589ff;
}

.options-login a {
    font-size: 13px;
    font-weight: 600;
    color: #4ED176;
}

.input-wrapper {
    position: relative;
}

.input-icon {
    color: #6C757D;
    position: absolute;
    width: 20px;
    height: 20px;
    left: 12px;
    top: 70%;
    transform: translateY(-50%);
}

    .input-icon.password {
        right: 12px;
    }

.input-icon-recover {
    color: #6C757D;
    position: absolute;
    width: 20px;
    height: 20px;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
}

.login div form .enviar {
    background: #015694;
    color: #fff;
    width: 100%;
    height: 50px;
}

img {
    object-fit: cover;
}



/* LOGIN ------------------------------------------------------- */

/* UPDATE PASSWORD ------------------------------------------------------- */

.update-pass .panel-dark > .panel-heading {
    background-color: transparent;
    border: 0;
}

.update-pass .sisec {
    margin-top: 2rem;
    margin-bottom: 1rem;
}

.update-pass .update-pass-title {
    font-size: 2rem;
}

.update-pass .btn-primary {
    background-color: #1EAAF1;
    border-color: #1EAAF1;
}

.update-pass .btn-primary:hover,
.update-pass .btn-primary:active,
.update-pass .btn-primary:active:focus,
.update-pass .btn-primary.active {
    background-color: rgba(7, 157, 239, .7);
    border-color: #1EAAF1;
}

/* UPDATE PASSWORD ------------------------------------------------------- */

/* RESPONSIVE ------------------------------------------------------- */
@media screen and (max-width:1024px) {
    .login-form{
        margin-bottom:0px;
    }
}
@media screen and (max-width: 915px) {
    .login-container {
        padding: 80px;
        display: flex;
        background-image:url('../img/fondo/back-login.jpg');
        background-size:cover;
        background-position:right center;
        background-repeat:no-repeat;
        height:auto;
    }

    .login-form {
        background-color: rgba(255,255,255,0.7);
        box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
        padding: 60px;
        border-radius: 5px;
        height:60%;
    }

    .part-left {
        width: 100%;
    }
    .part-right {
        display: none;
    }
    .options-login{
        display:flex;
    }
    .options-login a{
        color:#006d4e;
    }
    .recover-container {
        width:100%;
        padding:40px;
        height:auto;
    }
    .recover-form {
        background-color: #fff;
        width: 100%;
        padding:30px;
        height:auto;
        border-radius:5px;
        box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    }
    .sisec-recover{
        margin-bottom:50px;
    }
}
@media screen and (max-width:912px){
    .login-container{
        padding:80px;
        height:100vh;
    }
    .login-form{
        padding:60px;
        height:55%;
    }
}@media screen and (max-width:896px){
     .login-container{
         height:auto;
     }
    .login-form{
        height:auto;
    }
}
@media screen and (max-width:820px){
    .login-container{
        height:100vh;
    }
    .login-form{
        height:66%;
    }
}
@media screen and (max-width:812px) {
    .login-container {
        height: auto;
    }
}
@media screen and (max-width:768px){
    .login-container{
        height:100%;
    }
    .login-form{
        height:80%;
    }
}
@media screen and (max-width:740px){
     
    .login-container{
        height:auto;
    }
}
@media screen and (max-width:667px){
    .login-container{
        padding:40px;
        height:auto;
    }
    .login-form{
        padding:40px;
        height:auto;
    }

}
@media screen and (max-width: 414px) {
    .login-container{
        height:100vh;
        padding:20px;
    }
    .login-form {
        padding: 40px;
        height: 95%;
    }
    .options-login{
        text-align:center;
    }
 
}

@media screen and (max-width: 375px) {
    .login-container {
        height: auto;
    }
        .login-form {
        padding: 40px 20px 40px 20px;
        height: 100vh;
    }

}

@media screen and (max-width: 280px) {
    .login-form {
        height: 98vh;
    }

}
