

/* ===== CSS =====*/
body {
  background: #f9f9f9;
  font-family: Open Sans, helvetica, arial, verdana, sans-serif;
  font-size: 12px;
  color: #232323;
  text-align: center;
  padding: 0;
  margin: 0; }

.large_button {
  background: #13436f url("../images/login_button_arrow.png") no-repeat right center;
  border: 0;
  border-radius: 0px;
  color: #fff;
  display: inline-block;
  font-weight: 600;
  font-size: 18px;
  font-family: Open Sans, Arial;
  line-height: 22px;
  padding: 2px 60px 2px 30px;
  text-decoration: none;
  text-transform:uppercase;
  cursor:pointer; 
}

.large_button:active {
  background: #5ba2d9 url("../images/login_button_arrow.png") no-repeat right center;
}
  
#submit.large_button {
  background: #13436f url("../images/login_button_arrow.png") no-repeat right center;
  border: 0;
  border-radius: 0px;
  color: #fff;
  display: inline-block;
  font-weight: 600;
  font-size: 18px;
  font-family: Open Sans, Arial;
  line-height: 22px;
  padding: 2px 60px 2px 30px;
  text-decoration: none;
  text-transform:uppercase;
  cursor:pointer;
   }

#submit.large_button:active, #submit.large_button:hover  {
  background: #5ba2d9 url("../images/login_button_arrow.png") no-repeat right center;
  }

.small_button {
  background: transparent url("../images/action_button.png") left -88px repeat-x;
  border: 1px solid #676767;
  border-radius: 0px;
  color: #EBEBEB;
  /*cursor:              pointer;*/
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  height: 16px;
  padding: 0 7px;
  text-decoration: none;
  /*width:               88px;*/ }

.small_button:active {
  background-position: left -120px; }

.small_button.disabled {
  opacity: .4;
  filter: alpha(opacity=40);
  cursor: default; }

.small_button.disabled:active {
  background-position: left -88px; }

#frame {
  background-color: #cdd4d8;
  background-image:  url("../images/login_bgd_top.png"), url("../images/login_bgd_bottom.png") ;
  background-position: left top, left bottom;
  background-repeat: no-repeat, no-repeat;
  background-size: 100% 56px, 100% 56px;
  border: 0;
  width: 100%;
  margin: 0 auto 0;
  position:absolute;
  top:5%;
  padding-bottom:40px  }

#header {
    height: 150px;
    margin-left: auto;
    margin-right: auto;
    padding: 45px 30px 35px 30px;
    position: relative;
    text-align: left;
}

#site_logo {
  display: block;
  margin: 0 auto;
  width: 290px;
  height: 40px;
  background: url("../images/celltrak_ops_logo.svg") no-repeat 0 0 / 290px 40px; }
  
#site_logo_login
{
    display: block;
    margin: 0 auto;
    width:                      500px;
    height:                     85px;
    background:                 url('../images/celltrak_login_logo.svg') no-repeat 0 0 / 500px 85px;
}


#site_logo span, #site_logo_login span {
  display: none; }

#content {
    margin-left : auto;
    margin-right: auto;
    padding: 20px 30px 20px 220px;
    text-align: left;
    width: 550px;
    }
    
#Login-index #content {
    width: 550px !important;
    margin-top: -25px;
}

#content>p, #content>a {
   margin : 0px 0 30px 0;
   display:block;
    }
    
h1 {
  color: #515151;
  font-weight: 400;
  margin: 0 0 20px;
  font-size: 28px;}
  
  h1 p {
  margin: 0;
  padding: 0;}

#footer {
  margin-top: 20px;
  font-size: 11px;
  color: #595959;
  position: absolute;
  width: 100%;
}

@media (min-height: 700px) {
    #footer {
        bottom: 0;
    }
}

#footer #legal {
    line-height: 30px;
    vertical-align: middle;
}

#footer #legal p {
    display: inline;
    margin: 0 0 0 0;
    padding: 0 10px 0 10px;
    border-right: 1px solid #cccccc;
}

#footer #legal p:last-child {
    border-right:                none;
}

form {
  margin: 0; }

form fieldset {
  border: none;
  padding: 0;
  margin-bottom: 20px; }

form .label, form label {
  font-family: Open Sans, Arial;
  font-weight: 500;
  font-size: 14px;
  color: #686868; }
  
form label.username_label, form label.password_label { display: none; padding:7px 0; }

  
form .label#forgot_options , form label#forgot_options {
  display: inline-block;
  font-family: Open Sans, Arial;
  font-weight: 500;
  font-size: 14px;
  color: #515151; }

form input.text {
  border: 1px solid #b6b6b6;
  background-color: #f8f8f8;
  font-size: 16px;
  padding: 6px;
  color:#515151;
  border-radius: 0px; }

form input.text:focus {
  background-color: #c8e1f4; }
  
form select {
  border: 1px solid #b6b6b6;
  background: #f8f8f8;
  font-size: 16px;
  padding: 6px;
  color:#515151;
  border-radius: 4px; }
  

/*===== ERROR MESSAGES ====== */

#flash {
  color: #be0f0f;
  font-weight: 300;
  padding: 6px 0;
  border-radius: 0px;
  font-size:  18px; 
  cursor: pointer;
  display:block;
}

body.login #forgot_login {
  font-size: 14px;
  text-decoration: none; 
}

body.login #authorized_users_warning, body.google-mfa #authorized_users_warning {
  margin-top: 30px;
  background: #ececec;
  padding: 6px 10px;
  border-radius: 0px;
  color: #666666;
  font-size: 11px;
  display:none;
   }

body.login .message {
  font-size: 18px;
  font-family: open sans;
  font-weight: 300;
  text-align:center; 
  cursor: pointer;
  overflow: hidden;
  text-align: left;
  }

body.login #notice {
    color: #B51A1A; }

body.login #error {
  color: #be0f0f;
  cursor: pointer;
  margin: 0 0 10px 0;
}

/*===== END ERROR =====*/


#Login-index form input.text,
#Login-process form input.text {
  float: left;
    width: 250px; }

#Error-index #content p,
#Error-maintenance #content p {
  font-size: 16px; }

#Remind-index form,
#Register-index form,
#Register-process form,
#User-changePassword form,
#Remind-challengeQuestion form,
#Remind-challengeComplete form {
  margin: 0 auto;
  width: 550px; }
  #Remind-index form input[type="text"],
  #Register-index form input[type="text"],
  #Register-process form input[type="text"],
  #User-changePassword form input[type="text"],
  #Remind-challengeQuestion form input[type="text"],
  #Remind-challengeComplete form input[type="text"] {
  width: 250px; 
  border: 1px solid #b6b6b6;
  background: #f8f8f8;
  font-size: 16px;
  padding: 6px;
  color:#515151;
  border-radius: 4px;
   }
  #Register-index form input[type="password"],
  #Register-process form input[type="password"],
  #User-changePassword form input[type="password"] {
  width: 250px; 
  border: 1px solid #b6b6b6;
  background: #f8f8f8;
  font-size: 16px;
  padding: 6px;
  color:#515151;
  border-radius: 4px;
   }

  #Remind-index form input[type="text"]:focus,
  #Register-index form input[type="text"]:focus,
  #Register-process form input[type="text"]:focus,
  #User-changePassword form input[type="text"]:focus,
  #Remind-challengeQuestion form input[type="text"]:focus ,
  #Remind-challengeComplete form input[type="text"]:focus {
  background: #c2dcf0; }


#Remind-index #content p,
#Remind-challengeQuestion #content p,
#Remind-challengeComplete #content p {
  color: #13436f;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 10px;
  }
  
 #Remind-index #content p {
  display: block;
  }
 
#Remind-index div.section,
#Remind-challengeQuestion div.section,
#Remind-challengeComplete div.section {
  margin-bottom: 35px; }
  
    #Remind-index div.section h1,
    #Remind-challengeQuestion div.section h1,
    #Remind-challengeComplete div.section h1 {
      font-size: 24px;
      margin-bottom: 0; }

#register {
  margin: 0 auto;
  width: 500px; }
  #register div {
    margin-bottom: 15px;
    position: relative; }
  #register label {
    display: block;
    color: #13436f;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 3px;}
  #register input, #register select {
    display: block; }
  #register input[type="text"],
  #register input[type="password"] {
    border: 1px solid #b6b6b6;
    background-color: #f8f8f8;
    font-size: 16px;
    padding: 6px;
    color:#515151;
    border-radius: 0px;
    width: 220px;
  }
  #register input[type="text"]:focus,
  #register input[type="password"] {
    background-color: #c8e1f4;
  }
  #register p.heading {
    font-size: 16px;
    margin: 24px 0 20px 0;
    border-bottom: 3px solid #a7b2b8;
    line-height:40px;
  }
  #register div .info {
    color: #666666;
    margin: 0 0 3px 0;
    padding: 0px;
    font-size: 11px;
  }
  
 #register fieldset.submit {
     padding:15px 0 0 0;
  }

#Register-success #content p,
#Register-complete #content p {
  font-size: 20px; }

#change-password {
    margin: 0 auto;
    width: 500px; }
#change-password fieldset {
    margin-bottom: 15px;
    position: relative;
}
#change-password label {
    display: block;
    color: #13436f;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 3px;
}
#change-password input {
    display: block;
}
#change-password input[type="text"],
#change-password input[type="password"] {
    width: 220px;
}
#change-password .submit {
    padding: 10px 0 40px 0;
}

#Remind-index #site_logo_login,
#Remind-challengeQuestion #site_logo_login,
#Remind-challengeComplete #site_logo_login,
#Register-success #site_logo_login,
#Register-complete #site_logo_login
{
   
    background: rgba(0, 0, 0, 0) url("../images/celltrak_login_logo.svg") no-repeat scroll 0 0 / 500px 85px;
    display: block;
    height: 85px;
    margin: 45px auto 0;
    width: 500px
}

#Remind-index #content,
#Remind-challengeQuestion #content,
#Remind-challengeComplete #content,
#Register-success #content,
#Register-complete #content
{
    margin-left : auto;
    margin-right: auto;
    padding: 10px 30px 50px 220px;
    text-align: left;
    width: 550px;
    
}


#Remind-challengeComplete #content,
#Register-success #content,
#Register-complete #content, 
#Remind-contactAdmin #content,
#Register-notFound #content,
#Interrupt-denied #content, 
#Interrupt-off #content, 
#Interrupt-error #content, 
#Interrupt-maintenance #content
{
    text-align: left;
    font-size: 16px;
}

.password_validation {
    margin-bottom: 25px;
}

.password_validation ul {
    padding-left: 20px;
}
.valid_password {
    color: #2C7710;
}
.invalid_password {
    color: #B00020;
}

.password-checkmark {
    position: absolute;
    top: 25px;
    left: 275px;
    transform: rotate(45deg);
    height: 18px;
    width: 12px;
    border-bottom: 3px solid #78b13f;
    border-right: 3px solid #78b13f;
    display: none;
}

#submit.is_disabled,
#register_button.is_disabled {
    cursor: not-allowed;
    opacity: 0.5;
}