html, body {
     height: 100%;
}
     
input[type="password"], input[type="text"]  {
    height: 27px;
    border: 1px solid #cccccc;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;background-color: #dbeafd;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
    -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
    -ms-transition: border linear 0.2s, box-shadow linear 0.2s;
    -o-transition: border linear 0.2s, box-shadow linear 0.2s;
    transition: border linear 0.2s, box-shadow linear 0.2s;
    width: 310px;
}

div.error input[type="password"], div.error input[type="text"] {
    border: 2px solid #ff6c00;
}

div.element-submit input[type="submit"] {
    width: 158px;
    height: 32px;
    border: 5px solid #FF6C00;
    border-radius: 2px 2px 2px 2px;
    background:url("/images/login-l.png") no-repeat scroll left center #FF6C00;
    color:#FFF;
    font-size: 16px;
    text-transform:uppercase;

}

div.element-submit-email input[type="submit"] {
    float: right;
    height: 32px;
    border: 5px solid #FF6C00;
    border-radius: 2px 2px 2px 2px;
    background: #FF6C00;
    color:#FFF;
    font-size: 16px;
    text-transform:uppercase;
}

.title { color: #6c3838;
         display: inline-block;
         font-size: 16px;
         font-weight: 200;
         margin-right: 28px;}
.element-submit {
   width: 218px;
   float: right;
   margin-bottom: 5px;
}
.element-email {margin-bottom: 10px;text-align: center;}
.element-password {margin-bottom: 10px;text-align: center;}
.element-hint {float: left;margin-top: 0px;margin-left: 60px;}
.element-hint a { color: #FF6C00; }
.element-text {margin-bottom: 25px; font-size: 18px; text-transform:uppercase;}
.landing {height: 97%; background-color: #333366;
          background-image: -webkit-gradient(radial, center center, 0, center center, 460, from(#333399), to(#333366));
          background-image: -webkit-radial-gradient(circle, #333399, #333366);
          background-image: -moz-radial-gradient(circle, #333399, #333366);
          background-image: -ms-radial-gradient(circle, #333399, #333366);
          background-image: -o-radial-gradient(circle, #333399, #333366);}

.login-error { color: #FF8800;
               font-size: 16px;
               font-weight: 200;
               margin-bottom: 10px;
               padding-right: 34px;
               text-align: left;}

.pageWrapperLogin {
    margin-right: auto;
    margin-left: auto;
    width: 440px;
    padding-top: 50px;
    min-height: 95%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -10px; /* the bottom margin is the negative value of the footer's height */
}

.login-footer {
    border-color: #EEEEEE;
    bottom:10px;
    color: white;
    font-size: 10px;
    height: 2em;
    bottom: 0px;
}

.form {
       color: white;
       display: block;
       }

.lo {height: 1px; border: 0; background-image: -webkit-linear-gradient(left, rgba(255,255,255,0), rgba(255,255,255,0.70), rgba(255,255,255,0)); background-image: -moz-linear-gradient(left, rgba(255,255,255,0), rgba(255,255,255,0.70), rgba(255,255,255,0)); background-image: -ms-linear-gradient(left, rgba(255,255,255,0), rgba(255,255,255,0.70), rgba(255,255,255,0)); background-image: -o-linear-gradient(left, rgba(255,255,255,0), rgba(255,255,255,0.70), rgba(255,255,255,0));}

.img {
    margin-bottom: 70px;
    margin-left: 90px;
}

.lh {
    font-size: 20px;
    text-align: center;
}

.loh {
    color: white;
    display: inline-block;
    font-size: 32px;
    margin-bottom: 10px;
    width: 440px;
    margin-top: 70px;
}

.errorMessage {
    color: #ff6c00;
    text-align: left;
    margin-left: 60px;
}

@media screen and (max-width: 700px) {



input[type="password"], input[type="text"]  {
    height: 27px;
    border: 1px solid #cccccc;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;background-color: #dbeafd;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
    -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
    -ms-transition: border linear 0.2s, box-shadow linear 0.2s;
    -o-transition: border linear 0.2s, box-shadow linear 0.2s;
    transition: border linear 0.2s, box-shadow linear 0.2s;
    width: 200px;
}

div.error input[type="password"], div.error input[type="text"] {
    border: 2px solid #ff6c00;
}

div.element-submit input[type="submit"] {
    width: 210px;
    height: 32px;
    border: 5px solid #FF6C00;
    border-radius: 2px 2px 2px 2px;
    background:url("/images/login-l.png") no-repeat scroll left center #FF6C00;
    color:#FFF;
    font-size: 16px;
    text-transform:uppercase;
}

div.element-submit-email input[type="submit"] {
    float: right;
    height: 32px;
    border: 5px solid #FF6C00;
    border-radius: 2px 2px 2px 2px;
    background: #FF6C00;
    color:#FFF;
    font-size: 12px;
    text-transform:uppercase;
}

.title { color: white;
         display: inline-block;
         font-size: 16px;
         font-weight: 200;
         margin-right: 18px;}
.element-submit {margin-bottom: 10px; float: none;text-align: center; margin-left: auto; margin-right: auto;}
.element-email {margin: 0px auto 10px auto; text-align: center;}
.element-password {margin: 0px auto 10px auto; text-align: center; }
.element-hint {margin: 5px auto 0px auto;text-align: center; float: none;}
.element-hint a { color: #FF6C00; }
.element-text {margin-bottom: 25px; font-size: 18px; text-transform:uppercase;}
.landing {height: 96%; background-color: #333366;
          background-image: -webkit-gradient(radial, center center, 0, center center, 460, from(#333399), to(#333366));
          background-image: -webkit-radial-gradient(circle, #333399, #333366);
          background-image: -moz-radial-gradient(circle, #333399, #333366);
          background-image: -ms-radial-gradient(circle, #333399, #333366);
          background-image: -o-radial-gradient(circle, #333399, #333366);}

.login-error { color: #FF8800;
               font-size: 16px;
               font-weight: 200;
               margin-bottom: 10px;
               padding-right: 34px;
               text-align: left;}

.pageWrapperLogin {
    margin-right: auto; margin-left: auto; width: 310px;
    padding-top: 20px;

}

.login-footer {
    border-color: #EEEEEE;
    bottom:10px;
    color: white;
    font-size: 10px;
    height: 2em;
    bottom: 0px;
}

.form {color: white;
       display: block;
       height: 340px;
       }

.lo {height: 1px; border: 0; background-image: -webkit-linear-gradient(left, rgba(255,255,255,0), rgba(255,255,255,0.70), rgba(255,255,255,0)); background-image: -moz-linear-gradient(left, rgba(255,255,255,0), rgba(255,255,255,0.70), rgba(255,255,255,0)); background-image: -ms-linear-gradient(left, rgba(255,255,255,0), rgba(255,255,255,0.70), rgba(255,255,255,0)); background-image: -o-linear-gradient(left, rgba(255,255,255,0), rgba(255,255,255,0.70), rgba(255,255,255,0));}

.img {
    text-align: center;
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
}

.lh {
    margin: -30px auto 0 auto;
    font-size: 20px;
    text-align: center;
}

.loh {
    color: white;
    font-size: 18px;
    width: 320px;
    margin: 0px auto 10px auto;
    line-height: 22px;
}

.errorMessage {
    color: #ff6c00;
    margin-left: 50px;
    text-align: left;
}
}
