@import url('https://fonts.googleapis.com/css?family=Roboto');

.body_login
font-family: 'Roboto', sans-serif;
background:  url(/images/mountain.jpg) no-repeat center center fixed;
background-size: cover;
}

.main-section {

	margin: 0 auto;
	margin-top: 130px;
	padding: 0;
}
.modal2-content{


	
	opacity: .95;
	padding: 0 18px;
	box-shadow:  0px 0px 3px #848484;

}

 .btn-rechaza{
 	background:#26B99A;
 	border:1px solid #169F85
 				
}


 .loginBox {

	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 350px;
	height: 460px;
	padding: 80px 40px;
	box-sizing: border-box;
	background: rgba(0,0,0,.5);
}
.user
{
	width: 100px;
	height: 100px;
	border-radius: 50%;
	overflow: hidden;
	position: absolute;
	top: calc(-100px/2);
	left: calc(50% - 50px);
}

h1
{
	margin: 0;
	padding: 0 0 20px;
	color: white;
	text-align: center;
}
h2
{
	margin: 0;
	padding: 0 0 20px;
	color: white;
	text-align: center;
}
.loginBox p
{
	margin: 0;
	padding: 0;
	font-weight: bold;
	color: #fff;
}
.loginBox input
{
	width: 100%;
	margin-bottom: 20px;
}
.loginBox input[type="text"],
.loginBox input[type="password"]
{
	border: none;
	border-bottom: 1px solid #fff;
	background: transparent;
	outline: none;
	height: 40px;
	color: #fff;
	font-size: 16px;
	transition: all 5000s ease-in-out 0s;
}

{
	color: rgba(255,255,255,.5);
}
.loginBox input[type="submit"]
{
    outline: none;
    height: 34px;
    color: white;
    font-size: 14px;
    background: transparent;
    cursor: pointer;
    border-radius: 20px;
    width: 117px;
    margin: 8px;
}
.loginBox input[type="submit"]:hover
{
	background: #ff0000;
    opacity: 0.5;
    color: #ffffff;

}

.button_active
{
	background: #ff0000;
    opacity: 0.5;
    color: #ffffff;
    outline: none;
    height: 34px;
    color: white;
    font-size: 14px;
    background: transparent;
    cursor: pointer;
    border-radius: 20px;
    width: 117px;
    margin: 8px;

}
.loginBox a
{
	outline: none;
    height: 34px;
    color: white;
    font-size: 14px;
    background: transparent;
    cursor: pointer;
    border-radius: 20px;
    width: 117px;
    margin: 8px;
}
}

.divBtn{
	display: inline;
}
.sendPass{
	margin: 28px;
    margin-top: 37px;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}

.logoEsco{
    max-width: 100%;
    width: auto;
    height: auto;
    position: absolute;
    margin-top: -44px;
	
}

.tab {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
}


.divlogo{

	margin-left: 45%;
}
.main_container{
	color:black;
}

.div_despliega_proc{


	color: black;
}


