html{height: 100%;width: 100%;font-family: Verdana, Geneva, sans-serif;font-size: 12px;font-style: normal;}
body{width: 100%;height: 100%;margin: 0px;}

.wrapperLogin{position: absolute;width: 800px;height: 602px;left: 26%;top: 12%;padding-left: -2px;border-radius: 0.3em;background-size: 100% 100%;color: #fff;background-repeat: no-repeat;background-image: url("../../images/panel_background.png");}
#content{text-align: center;margin: 0 auto;}
.envisionManagerScreen{height: 63%;width: 100%;}
.errorBlock{background-color: #fdd; border-color: #f00; margin-left: 30%; margin-right: 30%; margin-top: 0.5%; height: 3%;}
.errorContent{display: block; font-family: Courier New; font-weight: bold; padding: 5px 5px 5px 20px; text-align: left; font-size: 9pt;color:#34404f}
.loginButton{height: 32%;margin: 5% 7% 5% 10%;}
.loginLabel{text-align: left;padding: 2px;padding-left: 13px;color: #b6b6b6;}
.loginTextBox{text-align: left;width: 93%;}
input[type="text"], input[type="password"] {background: none;background-size: 100% 100%;background-repeat: no-repeat;background-image: url("../../images/txt_box.png");}
.loginTextBox input {font-size: 14px;height: 34px;width: 100%;border-radius: 0.3em;padding-left: 10px;border: none;box-shadow: 1px 1px 3px #888888;}
.loginButton .bottom{margin-top: 6%;text-align: center;}
.submit{height: 36px;width: 150px;border: none;background-color: orange;background-position: center;background-repeat: no-repeat;background-size: 103% 103%;color: #fff;margin-top: 9%;cursor: pointer;border-radius: 0.3em;text-shadow: -1px 0px 3px #000;box-shadow: 1px 1px 3px gray;}
.version{position: absolute;left: 7%;top: 14%;}
a{text-decoration: none;color: #9bc9d9}
