@import url('https://fonts.googleapis.com/css?family=Lato:100,400,700,900');
body {
    margin: 0;
}
body {
    background: rgba(0, 0, 0, 0) url("../images/fondo-virtual-cesba.jpeg") no-repeat center fixed;
    background-size: cover;
    color: #333;
    font-family: "Open Sans",sans-serif !important;
    font-size: 14px;
    line-height: 1.42857;
}
.p-relat{
    position: relative;
}
.link_idiom{
    position: absolute;
    top: -50px;
    color: #5d5d5d;
    right: 15px; 
    
}
.loglnk {
    color: #7c7c7c;
    text-decoration: none;
    font-weight: 700;
    transition: 0.5s all;
}
.active_lang, .loglnk:hover {
    color: #EA2752;
    text-decoration: underline;
}
.container {
    margin: 0 auto;
    width: 1170px;
}
.form-signin-heading img {
    max-width: 225px;
}
.form-signin {
    /* background: rgba(245, 247, 249, 0.89) none repeat scroll 0 0; */
    /* background: #f5f7f9 none repeat scroll 0 0; */
    background: #102047;
    /* border: 1px solid #dedede; */
    border-radius: 5px;
    box-shadow: 0 1px 2px rgba(57, 62, 69, 0.25);
    height: 440px;
    margin: 8% 0 0 auto;
    padding: 15px 15px 0;
    width: 380px;
    position: relative;
}
#recuperarCuenta {
    margin: 3% auto;
    height: 460px;
}
.frm_footer {
    float: left;
    text-align: left;
    width: 97%;
}
.kap-lnkg {
    color: #757575;
    text-decoration: none;
    font-family: "Lato",sans-serif;
}
.subt_lgk {
    /* color: #5d5d5d; */
    color: white;
    float: left;
    font-size: 20px;
    margin: 8px 0;
    text-align: center;
    width: 100%;
}
.kap-lnk {
    color: #008cdd;
    float: left;
    margin: 5px 0 0;
    text-decoration: none;
    font-family: "Lato",sans-serif;
}
.kap-lnk:hover{
    text-decoration: underline;
}
.subt_lgk span {
    font-size: 14px;
    font-weight: 500;
}
.form-signin-heading {
    font-weight: 600;
    margin: 0;
    text-align: center;
    text-transform: uppercase;
    font-family: "Lato",sans-serif;
}
/*.form-signin-heading img {
    width: 120px;
}*/
.sr-only {
    color: white;
    float: left;
    font-family: "Lato", sans-serif;
    font-size: 16px;
    font-weight: 400;
    margin: 0 0 5px;
    width: 100%;
}
.frmc-login {
    height: 30px !important;
    margin: 0 0 15px;
}
.form-control {
    background-color: #fafbfb;
    border: 1px solid #c5cad0;
    box-shadow: 4px 0 0 0 rgba(86, 220, 213, 0.9) inset;
    color: #555;
    display: block;
    font-size: 14px;
    height: 34px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: calc(100% - 30px);
}
.form-control:focus{
    outline-color: #c5cad0;
}
.btn-group-lg > .btn, .btn-lg {
    border: 2px solid #337ab7;
    border-radius: 0;
    font-size: 18px;
    line-height: 1.33333;
    padding: 8px 16px;
}
.dv_accion {
    float: left;
    margin: 6px 0 0;
    padding: 6px 0 15px;
    width: 92%;
    position: absolute;
    bottom: 15px;
    right: 15px;
}
.lnksovc {
    color: white;
    text-decoration: none;
    font-weight: 700;
    transition: 0.5s all;
}
.lnksovc:hover{
    color: #EA2752;
    text-decoration: underline;
}
#cancelSendPas {
    background-color: #7c7c7c;
    border-color: #7c7c7c;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    float: left;
    font-family: "Lato",sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: unset;
    padding: 3px 18px;
    width: auto;
    transition: 0.5s all;
}
#cancelSendPas:hover{
    background-color: red;
    border-color: red;
}
.btn-primary {
    background-color: #e83861;
    border-color: #EA2752;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    float: right;
    font-family: "Lato",sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: unset;
    padding: 3px 18px;
    width: auto;
}
.btn-primary:hover {
    background-color: #EA2752;
    color: white;
}
.alert.alert-danger {
    transform: translateX(-50%);
    color: #dc1e33;
    font-family:
    "Open Sans",sans-serif;
    font-size: 16px;
    text-align: center;
    position: absolute;
    top: 3%;
    left: 50%;
}
.alert.alert-success {
    transform: translateX(-50%);
    font-family:
    "Open Sans",sans-serif;
    font-size: 16px;
    text-align: center;
    position: absolute;
    top: 3%;
    left: 50%;
    color: green;
}
button#exit {
    margin-right: 12px;
}
.noMatchingPasswords {
    float: left;
    width: 100%;
    text-align: center;
    color: crimson;
    font-weight: 700;
}
.disabled {
    opacity: 0.65;
    pointer-events: none;
}
@media screen and (max-width: 1170px) {
    .container{
        width: 100%;
    }
}
@media only screen and (max-width: 800px), (orientation: portrait)
{
    html, body
    {
        width: 100vw;
        height: 100vh;
    }
    body
    {
        display: flex;
    }
    .container
    {
        width: auto;
        margin: auto;
    }
}
@media screen and (max-width: 600px) {
    .form-signin{
        margin: 8% 5% 0 5%;
        width: 80%;
    } 
    .link_idiom {
        right: 10%;
    }
}