@charset "utf-8";

* {
  margin: 0;
  padding: 0;
}

body {
  background: url(/Imagenes/Cardijn_1.jpg) no-repeat center top;
  background-size: 1600px 850px;
  font-family: sans-serif;
  height: 100%;
}

 titulo h2 {
  text-align: center;	
  font-family: sans-serif;
  color: white;
  font-size: 34px;
  font-weight: bold;
  text-shadow: 2px 2px 2px black;
}

titulo p {
	text-align: center;
	font-size: 12px;
	color: white;
    text-shadow: 2px 2px 2px black;
}

.login-box {
  width: 420px;
  height: 390px;
  background: #000;
  color: #fff;
  border-radius: 10px;	
  top: 400px;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  box-shadow: 3px 3px 3px 0 #666172;	
  box-sizing: border-box;
  padding: 70px 30px;
}

.login-box .avatar {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  box-shadow: 3px 3px 3px 0 #666172;	
  position: absolute;
  top: -65px;
  left: calc(50% - 50px);
}

.login-box h1 {
  margin: 0;
  padding: 0 0 20px;
  color: #96a8a0;
  text-align: center;
  font-size: 20px;
}

.login-box label {
  margin: 0;
  padding: 3px;
  color: #96a8a0;	
  font-size: 14px;
  font-weight: bold;
  display: block;
}

.login-box input {
  width: 100%;
  margin-bottom: 20px;
  padding: 5px;
}

.login-box input[type="Codigo"], .login-box input[type="Documento"] {
  border: none;
  border-bottom: 1px solid #fff;
  background: transparent;
  outline: none;
  height: 40px;
  color: #fff;
  font-size: 16px;
}

.login-box input[type="submit"] {
  border: none;
  outline: none;
  height: 35px;
  background: #b80f22;
  color: #fff;
  font-size: 18px;
  border-radius: 20px;
}

.login-box input[type="submit"]:hover {
  cursor: pointer;
  background: #ffc107;
  color: #000;
}

.login-box a {
  text-decoration: none;
  font-size: 12px;
  line-height: 20px;
  color: darkgrey;
}

.login-box a:hover {
  color: #fff;
}

.login-box p {
  text-align: center;
  text-decoration: none;
  font-size: 12px;
  line-height: 20px;
  color: darkgrey;
}

@media only screen and (max-width: 1440px) {

}

@media only screen and (max-width: 1050px) {

}		

@media only screen and (max-width: 980px) {
titulo h2 {font-size: 20px;}
titulo p {font-size: 10px}	
.login-box {top: 350px}	
}

@media only screen and (max-width: 500px) {
.login-box {top: 380px}		
}

@media only screen and (max-width: 480px) {
.login-box {top: 390px}		
}

@media only screen and (max-width: 360px) {
.login-box {top: 390px}	
}

@media only screen and (max-width: 320px) {
.login-box {top: 390px}	
}
