@charset "utf-8";
/* CSS Document */

 *,*::before, *::after{
   box-sizing: inherit;
 }
 html {
 background: url(../images/physiotherapy-bk.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  }
body {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
	/*background-color: #696565;*/
    background-color:#960004;
	
    color: #FFFFFF;
}

section.contenedor{
    position: absolute;
    top: 15px;
    width: 300px;
    height: 250px;
    background-color: #000000;
    opacity: 0.85;
    /*background-color: #960004;*/
    left: 50%;
    margin-left: -150px;
	/*border: 1px solid #1074bc ;*/
    border: 2px solid #FFCF00 ;
}
div.logo{
    padding: 10px;
    width: 80px;
    background-color: #FFFFFF;
    opacity: 0.85;
}
div.logo img{
    width: 80px;
}
div.title-login{
    color: #FFFFFF;
    font-weight: bolder;
    text-align: center;
    padding: 10px;
    border-bottom: 3px solid #1074bc;
}
@media only screen and (min-width: 768px) {
    body {
    
     background-attachment: fixed;
    background-position: center; 
    }
    /**/
    section.contenedor{
    position: absolute;
    width: 400px;
    height: 250px;
    /*background-color: #000000 ;
    opacity: 0.7;*/
    left: 50%;
	top: 50%;
	margin-top: -125px;
	margin-left: -200px;
	
}

div.logo{
    width: 80px;
    margin: 2px auto;
}
    }
/*#caja1{
    position: absolute;
    top: 5px;
    right: 5px;
    display: none;
    width: 550px;
    height: 40px;
    background-color: #000000;
    color: #00BBBB;
    line-height: 40px;
}*/

.normal_gold{
    color:  gold;
    font-weight: bold;
}

input.input-txt{
    background-color: #000000;
    color:#FFFFFF;
    font-weight: bold;
    border: 0;
    border-bottom: 1px solid #FFFFFF;
    outline-color: #000000;
}


label.Label-input{
    color: darkgray;
    font-weight: bold;
}
span.user-fail{
    color: darkgray;
    font-weight: bold;
}
span.user{
    color:#00FF00;
    font-weight: bold;
}