/* @import url('https://fonts.googleapis.com/css?family=Lato:100,400,700,900');
body {
    margin: 0;
}
body {
    color: #333;
    font-family: "Open Sans",sans-serif !important;
    font-size: 14px;
    line-height: 1.42857;
}
.background {
    background: rgba(0, 0, 0, 0) url("../images/login/background-login.jpg") no-repeat scroll 0 0 / 100% auto;
    position: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
}
.container {
    margin: 0 auto;
    width: 1170px;
}
.form-signin-heading img {
    max-width: 300px;
}
.form-signin {
    border: 1px solid #dedede;
    border-radius: 5px;
    box-shadow: 0 1px 2px rgba(57, 62, 69, 0.25);
    height: 435px;
    margin: 8% 0 0 auto;
    padding: 15px 15px 0;
    width: 380px;
    background-color: white;
    max-width: 84%;
}
.frm_footer {
    float: left;
    text-align: left;
    width: 97%;
}
.kap-lnkg {
    color: #757575;
    text-decoration: none;
	font-family: "Lato",sans-serif;
}
.subt_lgk {
    color: #004D40;
    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;
}
.cosa-rara {
    color: #5d5d5d;
    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(22, 160, 133, 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 {
    float: left;
    margin: 0px 0 0;
    padding: 15px 0 15px;
    width: 97%;
}
#recordar {
    width: 15px;
    height: 15px;
    margin: 0 10px;
}
#recordar + label {
    font-size: 16px;
    font-weight: 100;
    margin: 10px 0 0;
    color: #004D40;
}
.btn-primary {
    background-color: #26A69A;
    border-color: #26A69A;
    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: #4DB6AC;
    color: white;
}
.alert.alert-danger {
    color: #dc1e33;
    font-family: "Open Sans",sans-serif;
    font-size: 16px;
    margin: 9px 0 -9px;
    text-align: center;
    padding: 6px;
    background: antiquewhite;
    border-radius: 6px;
}
.alert.alert-warning {
    color: goldenrod;
    font-family: "Open Sans",sans-serif;
    font-size: 16px;
    margin: 9px 0 -9px;
    text-align: center;
    padding: 6px;
    background: lemonchiffon;
    border-radius: 6px;
}
.alert.alert-success {
    color: green;
    font-family: "Open Sans",sans-serif;
    font-size: 16px;
    margin: 9px 0 -9px;
    text-align: center;
    padding: 6px;
    background: azure;
    border-radius: 6px;
}
@media screen and (max-width: 1170px) {
	.container{
		width: 100%;
	}
	.form-signin {
		margin: 8% auto 0 auto;
	}
}

.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.4);
}
.modal-content {
  background-color: #fefefe;
  margin: 15% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 30%;
}
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.btn-prim{
	background-color: #26A69A;
    border:none;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
   
    font-family: "Lato",sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: unset;
    padding: 3px 18px;
    width: auto;
}
.kap-lnk{
	cursor:pointer;
} */

#logoLogin {
    max-height: 45px;
}
@media (min-width: 768px){
    #logoLogin {
        max-height: unset;
    }
}
