.bodyLogin {
    background-color: #C0C0C0;
    background-image:url('../images/fondo-login.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 120%;
}

#loginform-captcha-image {
    cursor: pointer;
}

body#LoginForm{ 
    background-color: #FFFFFF;
    background-image:url("../../images/fondo-login.jpg"); 
    background-repeat:no-repeat; 
    background-position:center; 
    background-size:cover; 
    padding:10px;
}

img.flag {
    height: 30px;
    width: 40px;
    padding-right: 10px;
    margin-top: -6px;
}

.select2-selection__rendered#select2-organizacionIdLogin-container{

}

.form-heading { color:#fff; font-size:23px;}
.panel h2{ color:#444444; font-size:18px; margin:0 0 8px 0;}
.panel p { color:#777777; font-size:14px; margin-bottom:0px; line-height:24px;}
.login-form .form-control {
    background: #f7f7f7 none repeat scroll 0 0;
    border: 1px solid #d4d4d4;
    border-radius: 4px;
    font-size: 14px;
    height: 50px;
    line-height: 50px;
}

.head-main-div {
    background: #ffffff none repeat scroll 0 0;
    background-image:url('../images/logo_head.png');
    height: 80px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 0px;
    margin: 0px auto -50px;
    max-width: 38%;
}

.main-div {
    background: #ffffff none repeat scroll 0 0;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 0px;
    margin: 50px auto 30px;
    max-width: 38%;
    padding: 0px 40px 20px 40px;
}
#select2-organizacionIdLogin-container {
    font-size: 14px;
    padding-top: 4px;
}

.login-form .form-group {
    margin-bottom:10px;
}
.login-form{ text-align:left;}
.forgot a {
    color: #777777;
    font-size: 14px;
    text-decoration: underline;
}
.login-form  .btn.btn-primary {
    background: #f0ad4e none repeat scroll 0 0;
    border-color: #f0ad4e;
    color: #ffffff;
    font-size: 14px;
    width: 100%;
    height: 50px;
    line-height: 50px;
    padding: 0;
}
.forgot {
    text-align: left; margin-bottom:30px;
}
.botto-text {
    color: #ffffff;
    font-size: 14px;
    margin: auto;
}
.login-form .btn.btn-primary.reset {
    background: #ff9900 none repeat scroll 0 0;
}
.back { text-align: left; margin-top:10px;}
.back a {color: #444444; font-size: 13px;text-decoration: none;}


@media (max-width: 1200px) {
  .head-main-div {
    background: #ffffff none repeat scroll 0 0;
    background-image:url('../images/logo_head.png');
    height: 80px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 0px;
    margin: 0px auto -50px;
    max-width: 50%;
}

.main-div {
    background: #ffffff none repeat scroll 0 0;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 0px;
    margin: 50px auto 30px;
    max-width: 50%;
    padding: 0px 40px 20px 40px;
}

.container {
    padding: 0px;
}

.wrap > .container {
    padding: 70px 5px 5px;
}
}

@media (max-width: 500px) {
  .head-main-div {
    background: #ffffff none repeat scroll 0 0;
    background-image:url('../images/logo_head.png');
    height: 80px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 0px;
    margin: 0px auto -50px;
    max-width: 100%;
}

.main-div {
    background: #ffffff none repeat scroll 0 0;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 0px;
    margin: 50px auto 30px;
    max-width: 100%;
    padding: 0px 40px 20px 40px;
}

.container {
    padding: 0px;
}

.wrap > .container {
    padding: 15px 5px 5px;
}

}