html, body{ 
    min-height: 100vh;
    overflow: auto;
}
.login-layout{
    background-image: url(../../imagen/fondo.jpg);background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.limiter {
    width: 100%;
    margin: 0 auto;
}
.container-login100 {
    width: 100%;
    min-height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 15px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.wrap-login100 {
    width: 680px;
    background: #fff;
    border-radius: 10px;
    position: relative;
}
#ventana-login, #ventana-clave{
    padding-right: 110px;
    padding-left: 110px;
    padding-bottom: 33px;
    padding-top: 62px;
}
.login100-form {width: 100%;}
.flex-sb {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
}
.flex-w {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
}
.login100-form-title {
    width: 100%;
    display: block;
    font-family: Montserrat-Medium;
    font-size: 39px;
    color: #555555;
    line-height: 1.2;
    text-align: center;
}
.txt1 {
    font-family: sans-serif;
    font-weight: bold;
    font-size: 16px;
    color: #555555;
    line-height: 1.5;
}
.wrap-input100 {
    width: 100%;
    position: relative;
    background-color: #f7f7f7;
    border: 1px solid #e6e6e6;
    border-radius: 10px;
    margin-top:17px
}
.input100 {
    font-family: sans-serif;
    color: #333333;
    line-height: 1.2;
    font-size: 18px;
    display: block;
    width: 100%;
    background: transparent;
    height: 60px;
    padding: 0 20px;
}
input {
    outline: none;
    border: none;
}
textarea:focus, input:focus {border-color: transparent !important;}
.focus-input100 {
    position: absolute;
    display: block;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    top: -1px;
    left: -1px;
    pointer-events: none;
    border: 1px solid #6463eb;
    border-radius: 10px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: scaleX(1.1) scaleY(1.3);
    -moz-transform: scaleX(1.1) scaleY(1.3);
    -ms-transform: scaleX(1.1) scaleY(1.3);
    -o-transform: scaleX(1.1) scaleY(1.3);
    transform: scaleX(1.1) scaleY(1.3);
}
.input100:focus + .focus-input100 {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.p-b-9 {padding-bottom: 9px;}
.bo1 {border-bottom: 1px solid #999999;}
.txt2 {
    font-family: cursive;
    font-size: 14px;
    color: #999999;
    line-height: 1.5;
    text-decoration:none !important;
    margin-left: 5px;
}
.container-login100-form-btn {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    margin-top: 25px;
}
#btnLogin .ace-icon{margin-right:5px;}
.login100-form-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    width: 100%;
    height: 60px;
    background-color: #333333;
    border-radius: 10px;
    font-family: sans-serif;
    font-weight:bold;
    font-size: 16px;
    color: #fff;
    line-height: 1.2;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    position: relative;
    z-index: 1;
    outline: none !important;
    border: none;
}
button:hover {cursor: pointer;}
.login100-form-btn:hover:before {opacity: 1;}
.login100-form-btn::before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    top: 0;
    left: 0;
    background: #a64bf4;
    background: -webkit-linear-gradient(45deg, #ffd82f, #004b7d);
    background: -o-linear-gradient(45deg, #ffd82f, #004b7d);
    background: -moz-linear-gradient(45deg, #ffd82f, #004b7d);
    background: linear-gradient(45deg, #ffd82f, #004b7d);
    opacity: 0;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}
.w-full {
    width: 100%;
    text-align: center;
    padding-top: 55px;
}

@media (max-width: 768px) {
    .wrap-login100 {
        padding-left: 60px !important;
        padding-right: 60px !important;
    }
}
@media (max-width: 576px) {
    .wrap-login100 {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    .btn-face, .btn-google{width: 100% !important;}
}
#ventana-clave {display:none}
.validate-input{position: relative;}
.alert-validate::before{
    content: attr(data-validate);
    position: absolute;
    max-width: 70%;
    background-color: #fff;
    border: 1px solid #c80000;
    border-radius: 2px;
    padding: 4px 25px 5px 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 12px;
    pointer-events: none;
    
    font-family: sans-serif;
    color: #c80000;
    font-size: 15px;
    line-height: 1.4;
    text-align: left;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    -o-transition: opacity 0.4s;
    -moz-transition: opacity 0.4s;
    transition: opacity 0.4s;
}
.alert-validate::after{
    font-family: "Font Awesome 5 Free";
    content: "\f12a";
    display: block;
    position: absolute;
    color: #c80000;
    font-size: 18px;
    font-weight: 900;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 18px;
}
.alert-validate:hover:before{
    visibility: visible;
    opacity: 1;
}
.oculto{display: none;}
@media (max-width: 992px){
    .alert-validate::before{
        visibility: visible;
        opacity: 1;
    }
}