html {
    position: relative;
    min-height: 100%;
}

body {
    margin-top: 140px;
    margin-bottom: 150px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 150px;
    background-color: #f5f5f5;
}

body>.container {
    padding: 60px 15px 0;
}

.footer>.container {
    padding-right: 15px;
    padding-left: 15px;
}

code {
    font-size: 80%;
}

.bg-orange {
    background-color: #f58426;
}

.bg-grey {
    background-color: #55606A;
}

#kc-header {
    min-height: 140px;
}

#kc-logo {
    background-image: url('../img/logo.svg');
    background-repeat: no-repeat;
    background-size: contain;    
    height: 64.5px;
    width: 202.5px;
    margin: 30px auto;
}

#kc-logo-ocra {
    background-image: url('../img/logo-ocra.svg');
    background-repeat: no-repeat;
    background-size: contain;
    height: 64.5px;
    width: 202.5px;
    margin: 30px auto;
}

.info {
    border-right: solid 2px #869791;
}

.lab {
    color: #ffffff;
    text-decoration: none;
}

.lab:hover {
    color: #ffffff;
    text-decoration: underline;
}

#kc-locale ul {
    display: none;
    position: absolute;
    background-color: #fff;
    list-style: none;
    right: 0;
    min-width: 100px;
    padding: 2px 0;
    border: solid 1px #bbb;
}

#kc-locale:hover ul {
    display: block;
    margin: 0;
}

#kc-locale {
    float: right;
}

#kc-locale ul li a {
    display: block;
    padding: 5px 14px;
    color: #000 !important;
    text-decoration: none;
    line-height: 20px;
}

#kc-locale ul li a:hover {
    color: #4d5258;
    background-color: #d4edfa;
}

#kc-locale-dropdown a {
    color: #4d5258;
    background: 0 0;
    padding: 0 15px 0 0;
    font-weight: 300;
}

#kc-locale-dropdown a:hover {
    text-decoration: none;
}

a#kc-current-locale-link {
    display: block;
    padding: 0 5px;
}

a#kc-current-locale-link::after {
    content: "\2c5";
    margin-left: 4px;
}

.checkbox-custom input[type="checkbox"]:checked+label::before {
    background-color: #f58426;
    border-color: #f58426;
}

#resetPasswordLink a {
    color: #f58426;
    text-decoration: none;
}

#resetPasswordLink a:hover {
    color: #55606a;
    text-decoration: underline;
}

.btn-custom {
    background: #f58426;
    border: 1px solid #545b65;
    border-radius: 4.98px;
    font-size: 16px;
    width: 60%;
    margin: auto;
    color: #fff;
    display: block;
    text-align: center;
    box-shadow: 3px 3px 0 #545b65;
    position: relative;
    left: 0;
    right: 0;
    -webkit-transition: all ease .2s;
    transition: all ease .2s;
}

.btn-custom:hover {
    background: #f58426;
    border: 1px solid #545b65;
    box-shadow: none;
}

.nube::before {
    content: "";
    background-image: url(https://sitio.amis.com.mx/wp-content/themes/AMIS/assets/img/cloud-footer.svg);
    width: 25%;
    height: 100%;
    display: table;
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    top: -30%;
    right: 0;
    background-position: top;
}

.cloud::before {
    content: "";
    background-image: url(https://sitio.amis.com.mx/wp-content/themes/AMIS/assets/img/bg-left.svg);
    width: 150px;
    height: 180px;
    display: table;
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    bottom: -100%;
    left: 0;
}

/* Extra small devices (portrait phones, less than 576px) */

@media (max-width: 575.98px) {
    body {
        margin-top: 65px;
    }
    #kc-logo {
        background-image: url('../img/logo.svg');;
        background-repeat: no-repeat;
        background-size: contain;
        height: 32.5px;
        width: 100px;
        margin: 10px auto;
    }
    .cloud::before {
        width: 85px;
        height: 30px;
        bottom: 0;
        left: 0;
    }
    .nube::before {
        width: 90px;
        height: 17px;
        top: -14px;
        border: none;
    }
}

/* Small devices (landscape phones, less than 768px) */

@media (max-width: 767.98px) {
    body {
        margin-top: 85px;
    }
    #kc-logo {
        background-image: url('../img/logo.svg');;
        background-repeat: no-repeat;
        background-size: contain;
        height: 42.5px;
        width: 160px;
        margin: 15px auto;
    }
}

@media (min-width: 767.98px) {
    .cloud::before {
        width: 180px;
        height: 60px;
        bottom: 0;
        left: 0;
    }
    .nube::before {
        width: 290px;
        height: 50px;
        top: -49px;
        border: none;
    }
}

#kc-form-options a{ 
    color: #f58426;
    text-decoration: none;
}

#kc-form-options a:hover{ 
    color: #55606a;
    text-decoration: underline; 
}

#kc-form-options span {
    display: block;
}

.alert-error {
    background-color: #ffffff;
    border-color: #cc0000;
    color: #333333;
}
