


h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
   font-family: "Roboto", sans-serif;
}

h2 {
   font-size: 16px;
}
.pull-left {
   float: left !important;
}

.pull-right {
   float: right !important;
}

.has-error .form-control {
   border-color: #a94442;
   -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
   box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

   .has-error .form-control:focus {
      border-color: #843534;
      -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
      box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
   }

.has-error .input-group-addon {
   color: #a94442;
   background-color: #f2dede;
   border-color: #a94442;
}

.has-error .form-control-feedback {
   color: #a94442;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
   color: #a94442;
}

.content .contents .form-group, .content .bg .form-group {
   position: relative;
}

   .content .contents .form-group label, .content .bg .form-group label {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      -webkit-transition: .3s all ease;
      -o-transition: .3s all ease;
      transition: .3s all ease;
   }

   .content .contents .form-group.first, .content .bg .form-group.first {
      border-top-left-radius: 7px;
      border-top-right-radius: 7px;
   }

   .content .contents .form-group.last, .content .bg .form-group.last {
      border-bottom-left-radius: 7px;
      border-bottom-right-radius: 7px;
   }

   .content .contents .form-group label, .content .bg .form-group label {
      font-size: 12px;
      display: block;
      margin-bottom: 0;
      color: #b3b3b3;
   }

   .content .contents .form-group.focus, .content .bg .form-group.focus {
      background: #fff;
   }

   .content .contents .form-group.field--not-empty label, .content .bg .form-group.field--not-empty label {
      margin-top: -25px;
   }

.content .contents .form-control:active, .content .contents .form-control:focus, .content .bg .form-control:active, .content .bg .form-control:focus {
   outline: none;
   -webkit-box-shadow: none;
   box-shadow: none;
}

.content .bg {
   background-size: cover;
   background-position: center;
}

.content a {
   color: #888;
   text-decoration: underline;
}

.content .btn {
   height: 54px;
}

.content .forgot-pass {
   position: relative;
   top: 2px;
   font-size: 16px;
}

.content .btn-pill {
   border-radius: 30px;
}


.sso-login a {
   text-decoration: none;
   position: relative;
   text-align: center;
   color: #fff;
   margin-bottom: 10px;
}

   .sso-login a span {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
   }

   .sso-login a:hover {
      color: #fff;
   }

.sso-login #submitButton, .sso-login #submitButtonLogin {
   margin-bottom: 10px;
}

.ssoLogo {
   background-position: 50% 50%;
   background-repeat: no-repeat;
   width: 30px;
   margin-left: -5px;
   font-size: 10px;
}

#submitButton, #submitButtonLogin {
   color: #fff;
   background-color: #007bff;
   border-color: #357ebd;
   font-size: 20px;
}

   #submitButton:focus, #submitButtonLogin:focus {
      outline: none !important;
      border-color: darkblue;
      box-shadow: none;
   }

.btnforms {
   margin-top: -2mm;
}

#submitButton:hover, #submitButtonLogin:hover {
   background-color: white;
   color: black;
}

   #submitButton:hover > #btntxt, #submitButtonLogin:hover > #btntxt {
      color: black;
   }

#btntxt {
   font-size: 20px;
}

#security-wrapper {
   left: 0;
   right: 0;
   top: 100px;
   bottom: 0;
   position: absolute;
   min-height: 360px;
}

   #security-wrapper .has-feedback .form-control-feedback {
      top: 28px;
   }

.warning-text {
   font-weight: bold;
   width: 500px;
   color: #22529e;
   margin-top: 10px;
}

   .warning-text .centered {
      text-align: center;
   }


a {
   -webkit-transition: .3s all ease;
   -o-transition: .3s all ease;
   transition: .3s all ease;
}

   a:hover {
      text-decoration: none !important;
   }



@media (max-width: 991.98px) {
   .content .bg {
      height: 500px;
   }
}

@media (max-width: 1199.98px) {
   .content .contents, .content .bg {
      width: 100%;
   }
}

#loadingDiv {
   display: none;
   position: fixed;
   top: 50%;
   left: 50%;
   z-index: 1000000;
   width: 78px;
   height: 90px;
   border: solid 1px #f8f8f8;
   background-color: #fff;
}

   #loadingDiv .loadingText {
      font-weight: 300;
      font-size: 14px;
      margin-left: 10px;
   }

   #loadingDiv img {
      margin-left: 20px;
      margin-top: 15px;
   }

.hidden {
   display: none;
}

.passwordrow {
   margin-top: 5px;
}

.ssoDivider {
   margin-bottom: 10px;
   font-weight: bold;
   color: dimgrey;
}

#error-details {
   margin-left: -15px !important;
}

.error-text {
   color: red;
   font-weight: 500;
   text-align: center;
}

#Username, #Password {
   font-size: 16px;
   border-radius: 30px;
   padding-left: 15px;
}

input:-ms-input-placeholder {
   font-style: italic;
}

input::-webkit-input-placeholder {
   font-style: italic;
}

input::-moz-placeholder {
   font-style: italic;
}

.formsOnly {
   margin-left: 50px;
}

#Username:focus, #Password:focus {
   outline: none !important;
   border: 1px solid #ced4da;
   box-shadow: none;
}

#security-header {
   background-image: url('../../Themes/Base/Images/MainLogo.png');
   background-position: 98% 50%;
   background-repeat: no-repeat;
   left: 0;
   right: 0;
   position: absolute;
   height: 100px;
   top: 0;
}
