.login {
  background: url("../img/alumnos.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
  height: 100%;
  min-height: 100%;
}

#links li a:hover {
    background-color: transparent; 
    color: #d11b1b;
}
.login #logo {
  margin-top: 30px;
  text-align: center;
}

.login-info-fluid {
    background: url("../img/login.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}
.panel_logo {
    background: url("../img/backgrounds/background_gray.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}
.panel_logo-info {
    margin-top: 30px;
    padding-top: 50px;
    font-size: .9em;
}
.panel_logo-box-plain {
  margin: 10px auto;
  padding: 10px 60px 10px;
  position: relative;
  min-height: 200px;
  margin-bottom: 30px;
}

.login-info-fluid-password {
    background: url("../img/estudiante-1.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

.login-info {
    margin-top: 30px;
    padding-top: 50px;
    font-size: .7em;
}

.login-box-wellcome{
    margin-top: 30px;
    margin-bottom: 100px;
    padding-bottom: 10px;
}
.login-box-wellcome h1 {
    font-size: 2em;
    color: #333333;
    font-weight: bolder;
}
.login-box-wellcome p {
    font-size: 1.4em;
    font-weight: bolder;
    color: #000000;
}
.login-box-wellcome .password {
    color:#DDD;
}

.login-box {
  background: url("../img/lockscreen.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
  color: #FFFFFF;
  border-radius: 7px 7px 7px 7px;
  margin: 50px auto;
  padding: 55px 60px 60px;
  position: relative;
  min-height: 300px;
}
.login-box input,
.login-box textarea {
  background: none repeat scroll 0 0 #FFFFFF;
  font-size: 15px;
  margin: 0;
  padding: 10px 8px 8px;
  width: 100%;
  border-radius: 6px;
  box-shadow: none;
  min-width: 0;
  padding-left: 33px !important;
}
.login-box-plain {
  background-color: rgba(0,0,0,0.4);
  border: 1px solid #D8D8D8;
  border-radius: 7px 7px 7px 7px;
  box-shadow: 0 1px 4px #D3D3D3;
  margin: 10px auto;
  padding: 10px 60px 10px;
  position: relative;
  min-height: 200px;
  margin-bottom: 30px;
}

.login-intern-box{
    color: #EEE;
    opacity: 1;
}
.login-intern-box h1{
    text-align: center;
    font-size: 1.5em;
}
.login-intern-box h2{
    margin-top: -5px;
    text-align: center;
    font-size: 1.2em;
}
.login-box-plain img {
    width: 32px; 
    height: 32px;
}

.login-box-plain strong {
    font-size: 1.5em;
  
}


.profile-info-fluid {
    background: url("../img/login.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}
.profile-info {
    margin-top: 30px;
    padding-top: 50px;
    font-size: .7em;
}
.profile-intern-box{
    color: #EEE;
    opacity: 1;
}
.profile-intern-box h1{
    text-align: center;
    font-size: 1.5em;
}
.profile-intern-box h2{
    margin-top: -5px;
    text-align: center;
    font-size: 1.2em;
}
.profile-box-plain {
  background-color: rgba(0,0,0,0.4);
  border: 1px solid #D8D8D8;
  border-radius: 7px 7px 7px 7px;
  box-shadow: 0 1px 4px #D3D3D3;
  margin: 10px auto;
  padding: 10px 60px 10px;
  position: relative;
  min-height: 200px;
  margin-bottom: 30px;
}
.profile-box-plain img {
    width: 128px; 
    height: 128px;
}
.profile-box-plain strong {
    font-size: 1.5em;
}

.login-box-plain input,
.login-box-plain textarea {
  background: none repeat scroll 0 0 #FFFFFF;
  font-size: 15px;
  margin: 0;
  padding: 10px 8px 8px;
  width: 100%;
  border-radius: 6px;
  box-shadow: none;
  min-width: 0;
  padding-left: 33px !important;
}

.login-box-plain select {
  background: none repeat scroll 0 0 #FFFFFF;
  font-size: 15px;
  margin: 0;
  padding: 10px 8px 8px;
  width: 100%;
  border-radius: 6px;
  box-shadow: none;
  min-width: 0;
  padding-left: 33px !important;
}
.login-box form i,
.login-box-plain form i {
  color: #CCCCCC;
  display: block !important;
  font-size: 16px;
  height: 16px;
  margin: 9px 2px 4px 10px;
  position: absolute !important;
  text-align: center;
  width: 16px;
  z-index: 1;
}
.login-box .social-login a,
.login-box-plain .social-login a {
  border: 0 none;
  border-radius: 100% 100% 100% 100%;
  height: 42px;
  line-height: 42px;
  margin: 0 5px;
  padding: 0;
  width: 42px;
  text-decoration: none !important;
}
.login-helpers {
  margin-top: 20px;
  font-size: 14px;
}

.login-helpers a{
    color: #FFF;
}

.login-helpers a:hover{
    color: #7B9CF0;
}

.form-control:focus {
  border-color: #CCCCCC;
  box-shadow: none !important;
}
.bigintro {
  font-size: 38px;
  line-height: 50px;
  text-align: center;
}
.logo a {
  transition: all 0.4s ease-in-out 0s;
}
.logo a:hover {
  opacity: 0.7;
}
.logo img {
  max-height: 50px;
}
.visible {
  display: block !important;
}
#login,
#register,
#forgot {
  display: none;
}
#login_bg,
#register_bg,
#forgot_bg {
  display: none;
}
#login_bg a,
#register_bg a,
#forgot_bg a {
  color: #FFFFFF;
  text-decoration: underline;
}
#login_bg a:hover,
#register_bg a:hover,
#forgot_bg a:hover {
  text-decoration: none;
}

/*error*/
.help-block {
    position: absolute; top: 0; left: 0; display: inline; width: 200px; height: 100px;
}
/*magic popu*/
.white-popup {
  position: relative;
  background: #FFF;
  padding: 20px;
  width: auto;
  max-width: 500px;
  margin: 20px auto;
}


/*Team Area*/
.team-area{
	padding-bottom:60px;
}
.single-team{
    background-color: rgba(0,0,0,0.4);
    border: 1px solid #D8D8D8;
    border-radius: 7px 7px 7px 7px;
    box-shadow: 0 1px 4px #D3D3D3;
    padding:20px 0;
    margin-bottom:10px;
    -webkit-transition:all .5s  ease;
    -moz-transition:all .5s  ease;
    transition:all .5s  ease;
    color: #EEE;
    opacity: 1;
    position: relative;
}
.single-team:hover{
    background-color: rgba(0,0,0,0.3);
}
.single-team img{
	border-radius:50%;
	-webkit-transition:all .5s  ease;
	-moz-transition:all .5s  ease;
	transition:all .5s  ease;
}
.single-team:hover img{
	border-radius:50% 50% 50% 0;
}
.single-team h4{
	padding:18px 0 12px;
}
.single-team p{
	padding:0px 15px;
}
.team-social{
	padding-top:28px;
}
.team-social li{
	display:inline-block;
	margin:0 15px;
}
.team-social li a{
	width:20px;
}
.team-social li a .fa{
	font-size:20px;
}

