
.content{

	margin: 18%;
	background-color: #fff;
	padding: 4rem 1rem 4rem 1rem;
	box-shadow: 0 0 5px 5px rgba(0,0,0, .05)
}

.signin-text {
	font-style: normal;
	font-weight: 600 !important;
}

.form-control{
	display: block;
	width: 100%;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	border-color: #122562 !important;
	border-style: solid !important;
	border-width: 0 0 2px 0 !important;
	padding: 0px !important;
	color: #00008B;
	height: auto;
	border-radius: 0;
	background-color: #fff: 
	background-clip: padding-box;
}

img.mediana{
  width: 100px; height: 100px;
}

body{
background: url(fondologin.png) no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}