 html, body {
     height: 100%;
 }
 html {
     display: table;
     margin: auto;
 }
 body {
     display: table-cell;
     vertical-align: middle;
 }
 .login-form, #request-page {
     width: 320px;
 }
 p.error {
     font-size: 12px;
     color: red;
 }
 div.divider {
     min-height: 0;
     height: 1px;
 }
 i.custom-right {
     margin-left: 5px;
 }
 @media only screen and (min-width: 601px) {
     .login-btn {
         margin-left: 10px !important;
     }
     .login-btn button {
         float: left;
     }
     .request-btn {
         margin-left: -10px !important;
     }
     .request-btn a {
         float: right;
     }
     .login-form, #request-page {
         width: 380px;
     }
 }
 .orange, .btn, .btn-large {
     background-color: #f36b21 !important;
 }
 .btn:hover {
     background-color: #ec1c2d !important;
 }

.field-icon {
   float: right;
   margin-left: -25px;
   margin-top: 15px;
   position: relative;
   z-index: 2;
   cursor: pointer;
 }
 
 .container{
   padding-top:50px;
   margin: auto;
 }