@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/tardeAIDA.jpg") no-repeat scroll 0 0 / 100% auto;
    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: #f9f9f9;
    text-decoration: none;
    font-weight: 700;
    transition: 0.5s all;
}
.active_lang, .loglnk:hover {
    color: #771417;
    text-decoration: underline;
}
.container {
    margin: 0 auto;
    width: 1170px;
}
.form-signin-heading img {
    max-width: 170px;
}
.form-signin {
    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;
    background-color: white;
    margin: 5% auto 0 auto;
}
.frm_footer {
    float: left;
    text-align: left;
    width: 97%;
}
.kap-lnkg {
    color: #757575;
    text-decoration: none;
	font-family: "Lato",sans-serif;
}
.subt_lgk {
    color: #464644;
    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: #464644;
    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(237, 110, 29, 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: 90%;
}
.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 {
    border-top: 1px solid #dfe0e4;
    float: left;
    width: 97%;
}
#cancelSendPas {
    background-color: crimson;
    border-color: crimson;
    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;
}
.btn-primary {
    background-color: #ed6e1d;
    border-color: #ed6e1d;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    float: right;
    font-family: "Lato",sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: unset;
    padding: 3px 18px;
    width: auto;
}
.btnpl{
    display: table;
    width: 100%;
    margin: 15px 0 0 0;
    height: 50px;
}
.btn-primary:hover {
    background-color: #e0062b;
    color: white;
    border: 1px solid #e0062b;
}
.alert {
    font-family: "Open Sans",sans-serif;
    font-size: 16px;
    margin: 9px auto;
    text-align: center;
    width: fit-content;
    padding: 10px;
    border: 2px solid;
    border-radius: 6px;
    background: rgba(255,255,255,0.5);
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
.alert.alert-danger {
    color: #dc1e33;
}
.alert.alert-success {
    color: green;
}
@media screen and (max-width: 1170px) {
	.container{
		width: 100%;
	}
	.form-signin {
		margin: 8% auto 0 auto;
	}
}
@media screen and (max-width: 520px) {
    body {
        background-size: auto;
    }
    .form-signin {
        margin: 12% auto 0 auto;
        width: 80%;
    }
    .dv_accion {
        border-top: none;
        float: left;
        margin: 0;
        padding: 0;
    }
    .btnpl{
        display: table;
        width: 100%;
        margin: 15px 0 0 0;
        height: 42px;
    }
    .form-signin {
        height: 460px;
    }
}