﻿body {
    margin:0px;
    font-family: 'Ubuntu', sans-serif;
}
html {background: url(../../../../Content/Images/FueradeServicio.jpg) no-repeat center center fixed;-webkit-background-size: 90%;-moz-background-size: 90%;-o-background-size: 90%;background-size: 90%;}
h1, h2, h3, h4, h5, h6, a {
  margin:0; padding:0;
}
.btn-invisible{position:absolute;bottom:0px;right:0px;display:inline-block;}
.btn-invisible button{visibility: hidden;}
.btn-invisible:hover button{visibility:visible;}
.login {
    display:block;
  margin:0 auto;
  max-width:500px;
}
.login-header {
  color:#fff;
  text-align:center;
  font-size:300%;
}
.login-header h1 {
   text-shadow: 0px 5px 15px #000;
}
.login-form {
  border:2px solid #999;
  background:#2c3e50;
  background-image: url(../../../../Content/Images/Propuesta_Acceso.png);
  background-size:cover;
  border-radius:10px;
  box-shadow:0px 0px 10px #000;
}
.login-form h3,.login-form h4 {
  text-align:left;
  margin-left:40px;
  color:#fff;
}
.login-form {
  box-sizing:border-box;
  padding-top:15px;
  margin:150px auto;
  text-align:center;
	overflow: hidden;
}
.login input[type="text"],
.login input[type="password"] {
  width: 100%;
	max-width:400px;
  height:30px;
  font-family: 'Ubuntu', sans-serif;
  margin:10px 0;
  border-radius:5px;
  border:2px solid #f2f2f2;
  outline:none;
  padding-left:10px;
}
.login-form input[type="submit"] {
  height:30px;
  width:100px;
  background:#008CBA;
  border:1px solid #008CBA;
  border-radius:20px;
  color: white;
  text-transform:uppercase;
  font-family: 'Ubuntu', sans-serif;
  font-weight: bold;
  cursor:pointer;
}
.sign-up{
  color:#f2f2f2;
  margin-left:-400px;
  cursor:pointer;
  text-decoration:underline;
}
.no-access {
  color:#E86850;
  margin:20px 0px 20px -300px;
  text-decoration:underline;
  cursor:pointer;
}
.try-again {
  color:#f2f2f2;
  text-decoration:underline;
  cursor:pointer;
}

/*Media Querie*/
@media only screen and (min-width: 1000px){
    .login { margin-top:0px; 
             margin-bottom:0px;
             margin-left:60%;
             margin-right:0px;
             max-width:500px;}
}

@media only screen and (min-width : 150px) and (max-width : 530px){
  .login-form h3 {
    text-align:center;
    margin:0;
  }
  .sign-up, .no-access {
    margin:10px 0;
  }
  .login-button {
    margin-bottom:10px;
  }
}

