@charset "utf-8";
/* CSS Document */

@import url(https://fonts.googleapis.com/css?family=Roboto:400,700,300);

body{ font-family: 'Roboto', sans-serif; color:#343233; padding:10px; font-size:13px; }
#wrapper{ width:100%; max-width:300px; display:block; overflow:hidden; margin:0 auto;}
#logo{ display:block; overflow:hidden;}
#logo img{ display:block; overflow:hidden; width:100%;}
a{ color:#f1592a; text-decoration:none;}
a:hover{ color:#dc3805; text-decoration:none; }
.login-container {
  background: none repeat scroll 0 0 #343233;
  color: #FFFFFF;
  display: block;
  float: left;
  margin-top: 15px;
  overflow: hidden;
  padding: 3%;
  width: 93%;
  border: 0 none;
  border-radius: 3px; 
  -moz-border-radius: 3px; 
  -webkit-border-radius: 3px;   
}

/*
.login-box {
  display: block;
  float: left;
  overflow: hidden;
  width: 100%;
}
.login-box label{ display:block; overflow:hidden; clear:both; width:97%;}
.login-box input{ display:block; overflow:hidden; clear:both; width:100%; border:1px solid #343233;
  border-radius: 3px; 
  -moz-border-radius: 3px; 
  -webkit-border-radius: 3px; 
}
*/

.login-box 
{
  display: block;
  float: left;
  overflow: hidden;
  width: 100%;
}
.login-box label{ display:block; overflow:hidden; clear:both; width:97%;}
.login-box input{ display:block; overflow:hidden; clear:both; width:100%; border:1px solid #343233;
  border-radius: 3px; 
  -moz-border-radius: 3px; 
  -webkit-border-radius: 3px; 
}

input#ctrlLogin_LoginButton {
  background: none repeat scroll 0 0 #f15b29;
  border: 0 none;
  border-radius: 3px; 
  -moz-border-radius: 3px; 
  -webkit-border-radius: 3px; 
  color: #FFFFFF;
  height: 26px;
  padding-bottom: 5px;
  width: 99%;
  margin-top:5px;
  cursor:hand;
  cursor:pointer;
}
input#ctrlLogin_LoginButton:hover {
  background: none repeat scroll 0 0 #c6441a;
}

span#lblInfo{
  border: 1px solid #343233;
  display: block;
  float: left;
  margin-top: 10px;
  overflow: hidden;
  padding: 3%;
  width: 93%;
  border-radius: 3px; 
  -moz-border-radius: 3px; 
  -webkit-border-radius: 3px;   
}

.version{ display:none;}
.info-text{ font-size:12px; color:#666; margin-top:5px;}

.transition {
  -o-transition:color .02s ease-out, background .3s ease-in;
  -ms-transition:color .02s ease-out, background .3s ease-in;
  -moz-transition:color .02s ease-out, background .3s ease-in;
  -webkit-transition:color .02s ease-out, background .3s ease-in;
  transition:color .02s ease-out, background .3s ease-in;
}
table#ctrlLogin, table#ctrlLogin  table{ width:100%; }

#ctrlLogin td{ vertical-align:top;}
