/* Mobile first styles : smallest screen size and upward
-----------------------------------------------------------*/
* {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  clear: both;
  font-family: corbel;
}

html
{
    height: 100%;
}

body
{
height: 92%;
background: url(../images/login1edit.png) no-repeat center center ;
background-size: cover;
}

img
{
opacity: 0.7;
}

h2
{
    color: white;
    text-align: center;
}

.logo 
{
    font-size: 2.0em;
    text-transform: uppercase;
    letter-spacing: 5px;
    font-weight: lighter;
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
}

.logo:hover,
.logo:active {
    color: #ffffff;
}

#loginheader
{
    background:#FFC373;
    height: 125px;
}

#login
{
  padding: 0%;
  width: 100%;
  height: 100%;
  margin-top: 10%;
  overflow: hidden;
  z-index: 10;
}

.login-submit {
  border: 0px;
  color: #fff;
  text-shadow: 0 1px rgba(0,0,0,0.1); 
  background-color: #009999;
  text-transform: uppercase;
}

.login-submit:hover {
  border: 0;
  text-shadow: 0 1px rgba(0,0,0,0.3);
  background-color: white;
  font-weight: bold;
  color: #009999;
}

#return_log
{
  text-align: center;
  font-size: 0.875em;
  font-weight: 700;
  width: 100%;
  text-transform: uppercase;
  
  border: 0px;
  color: #fff;
  text-shadow: 0 1px rgba(0,0,0,0.1); 
  background-color: #009999;  
  text-decoration: none;
  
  padding: 0%;
  
  height: 100%;
  margin-top: 10%;
  overflow: hidden;
}

#return_log:hover
{
 border: 0;
  text-shadow: 0 1px rgba(0,0,0,0.3);
  background-color: white;
  font-weight: bold;
  color: #009999;   
}

#register
{
 padding: 0%;
 width: 100%;
 height: 100%;
 /* margin-top: 10%; */
 overflow: hidden;
}

#register h1{
  font-weight: 100;
  text-align: center;
  font-family: corbel;
  text-transform: uppercase;
  font-size: 2.3em;
  font-weight: bold;
  color: #009999;
}

#register .td1
{
  font-weight: 100;
  text-align: center;
  font-family: corbel;
  text-transform: uppercase;
  font-size: 1.5em;
  font-weight: bold;
  color: white;
}

#login h1{
  font-weight: 100;
  text-align: center;
  font-family: corbel;
  text-transform: uppercase;
  font-size: 2.3em;
  font-weight: bold;
  color: #009999;
}

input[type="text"],input[type="password"]{
  height: 3.0em;
  font-size: 1.0em;
  width: 97%;
  margin-bottom: 0.8em;
  padding: 0 0.5em;
  background: #fff;
  -webkit-appearance: none;
  border: 0px solid #d9d9d9;
}

 input[type=text]:hover, input[type=password]:hover {
  
  -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
}

input[type="submit"]{
  text-align: center;
  font-size: 0.875em;
  font-weight: 700;
  height: 2.25em;
  width: 100%;
  text-transform: uppercase;
  
  border: 0px;
  color: #fff;
  text-shadow: 0 1px rgba(0,0,0,0.1); 
  background-color: #009999;
}

input[type="submit"]:hover{
  border: 0;
  text-shadow: 0 1px rgba(0,0,0,0.3);
  background-color: white;
  font-weight: bold;
  color: #009999;
}

#registerbutton 
{
  text-align: center;
  font-size: 0.875em;
  font-weight: 700;
  height: 2.25em;
  width: 100%;
  text-transform: uppercase;
  text-decoration: none;
  
  border: 0px;
  color: #fff;
  text-shadow: 0 1px rgba(0,0,0,0.1); 
  background-color: #009999;
}

#registerbutton:hover
{
  border: 0;
  text-shadow: 0 1px rgba(0,0,0,0.3);
  background-color: white;
  font-weight: bold;
  color: #009999;    
}

#registerbutton a
{
    display: block;
    text-decoration: none;
    color: #ffffff;
}

#registerbutton a:hover
{
    display: block;
    text-decoration: none;
    color: #009999;
}

.space
{
 margin-top: 5%;    
}

/**** MEDIA QUIRIES ****/

@media all and (min-width: 26em) and (max-width: 40.0em)
{   
#login
{
    clear: both;
    padding: 0%;
    margin-top: 5%;
}

#register
{
    clear: both;
    padding: 0%;
}
.logo
{
    margin-left: 25%;
}

table
{
    margin: 0 auto;
    width: 100%;
}
}

@media all and (min-width: 45em) {
#login 
{
  clear: both;
  width: 40%;
  height: 60%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5%;
}

.login-submit
{
    text-transform: none;
}

.login-submit:hover {
  border: 0;
  text-shadow: 0 1px rgba(0,0,0,0.3);
  background-color: white;
  text-transform: uppercase;
  font-weight: bold;
  color: #009999;
}

#register
{
  clear: both;
  /* padding: 5%; */
  width: 40%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

input[type="submit"]
{
    text-transform: none;
}

input[type="submit"]:hover {
  border: 0;
  text-shadow: 0 1px rgba(0,0,0,0.3);
  background-color: white;
  text-transform: uppercase;
  font-weight: bold;
  color: #009999;
}

table
{
    margin: 0 auto;
}

#return_log
{
    text-transform: none;
}

#return_log:hover
{
    text-transform: uppercase;
}

#registerbutton
{
    text-transform: none;
    background-color: #009999;
    color: white;
}

#registerbutton:hover
{
    text-transform: uppercase;
    background-color: white;
    color: #009999;
    
}

