body{
    width: 100%;
    height: 100%;
    margin: 0;
    overflow: hidden;
    font-family: "Lato",Helvetica,Arial,sans-serif;
    font-weight: 200;
    font-size: 14px;
    line-height: 18px;
    color: #5A5A5A;
    background-color: #FFF;
    word-wrap: break-word;
  overflow-y: auto;
}
a:active, a:hover {
  outline: 0;  
}
input{
    outline:none;
}
#atlas-version{
    position: absolute;
    bottom: 25px;
    text-align: center;
    width: 80px;
    margin-left: -40px;
    left: 50%;
    font-size: 11px;
    color: gray;
}
#login-box, .forgot-username-wrapper{
    background-color: #FFF;
    border-radius: 3px;
    margin-top: 80px;
    font-family: "Lato",Helvetica,Arial,sans-serif;
    padding: 10px 30px;
    max-width: 80%;
    width: 430px;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
}
#logo {
    margin-top: 15px;
    text-align: center;
}
.login-body-page{
    background-color:#fff;
}
.title-portal{
    color: #2468ff;
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    padding: 0px 15px 15px;
}
.popover-content a{
  text-decoration: none;
}
.popover-content a:active,.popover-content a:hover{
  color: #1EA2FF;
}
#login-box input,.forgot-username input , .forgot-username-wrapper input {
    border-radius: 2px;
    font-weight: 400;
    height: 55px !important;
    width: 100%;
    padding: 10px;
    margin: 8px 0px;
    background-color: #FFF;
    border: 1px solid #E2E2E2;
    font-size: .93em;
    font-family: Lato;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

}
#login-box form, .forgot-username form, .forgot-username-wrapper form {
    margin: 0 auto;
    padding: 16px 0 40px 0px;
    position: relative;
}
#login-box form input[name=userName], #findHintQuestion-username{
    background-size: 23px;
    background-position: 5px 7px;
}

input[name=answer-hint-question]{
     background: url(../img/pencil.png) no-repeat;
  background-size: 18px;
  background-position: 8px 11px;
}
#login-box form input[name=password]{
  background-size: 18px;
  background-position: 8px 12px;
}
#login-box #login-user, .enter-username, .enter-answer, .reset-password, .back-to-login, .username-recovery{
   text-decoration: none;
   float: left;
   border: 1px solid rgba(0, 0, 0, 0);
   font-family: Lato;
   line-height: 27px;
   cursor: pointer;
   color: #fff;
   background-color: #2468ff;
   border-color: #2468ff;
   border-radius: 2px;
   font-size: 17px;
   padding: 7px 40px;
}
#display-error
{
    width: 360px;
    padding: 5px;
    border-radius: 5px;
    font-family: Arial;
    font-size: 11px;
    text-transform: uppercase;
    color: rgb(211, 0, 0);
    text-align: center;
}
#help{
    color: #2468ff;
    text-decoration: none;
    margin-left: 8px;
    cursor:pointer;
}
.forgot-pass-wrapper{
    float:right;
}
#can-access{
  color: #8E8E8E;
  text-decoration: none;
  cursor:pointer;
}
.bottom-part{
    height:35px;
    margin-top: 20px;
    line-height: 40px;
    font-weight: 400;
}
.popover {
  position: absolute;
  display: block;
  width: 280px;
  padding: 10px;
  margin: 20px;
  bottom: 60px;
  right: -56px;
  background-color: #FFF;
  border: 1px solid #E7E7E7;
  margin: 0px;
  border-radius: 2px;
  color:#1EA2FF;
  display:none;
}
.forgot-username{
    float:right;
}
.popover.top>.arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}
.popover>.arrow {
  border-width: 11px;
}
.popover>.arrow, .popover>.arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: rgba(0, 0, 0, 0);
  border-style: solid;
}
.popover-content {
  padding:3px 8px;
}
.popover.top>.arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #FFF;
  border-bottom-width: 0;
}
.popover>.arrow:after {
  content: "";
  border-width: 10px;
}
.forgot-pass-step1{
  top: calc(50% - 125px)!important;
    display: none;
}
.title-forgot, .title-forgot-username{
  font-weight: 700;
}
.forgot-pass-step1 .title-enter-pass, .forgot-username-wrapper .enter-mail{
  color: #777;
  padding: 10px 0px;
}
input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:active, input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0 1000px white inset;
}
.error{
  visibility: hidden;
  color: #B94A48;
  font-size: 13px;
  padding: 5px 0px;
}
.title-securityquestion{
  color: #777;
  padding: 10px 0px;
  font-size: 13px;
}
.title-enter-questionqnswer{
  margin-top: 20px;
}
.title-enter-questionqnswer span{
  font-weight: 700;
  color: #808080;
}
.input-error{
  border: 1px solid #B94A48!important;
}
.forgot-username .title-forgot-username{
  font-weight: 700;
}
.another-way{
  margin: 14px auto;
  text-align: center;
}
.another-way a{
  color: #1EA2FF;
  text-decoration: none;
  padding-left: 5px;
}
#togglelabel {
    position: absolute;
    right: 20px;
    cursor: pointer;
    padding: 10px;
    background: #26ae90;
    width: 100px;
    border-radius: 3px;
    padding: 8px 10px;
    color: #FFF;
    line-height: 20px;
    font-size: 12px;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    cursor: pointer;
    margin: 20px 50px;
     transition: all 500ms ease; 
       z-index: 1;
}
.message {
    background: #FF9237;
    color: #FFF;
    text-align: center;
    position: absolute;
    top: -82px;
    left: 0;
    width: 100%;
  
    padding: 20px;
    transition: top 600ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
    overflow: hidden;
    box-sizing: border-box;
    box-shadow: 0 0 5px black;
    
}
.message h2{
    font-family: "Helvetica Neue", Helvetica, Sans-serif;
    word-spacing: -2px;
      font-size: 14px;
    font-weight:normal;
}
#toggle:checked ~ .message {
    top: 0;
}
#toggle:checked + label {
    background: #dd6149;
    z-index: 1000;
}
#toggle {
    position: absolute;
    appearance: none;
    cursor: pointer;
    left: -100%;
    top: -100%;
}
#toggle:checked + label:after {
    content: "Close";
}
#toggle + label:after {
    content: "Announcement";
}
.login-username{
      position: relative;
}
.login-username img{
    float: right;
    position: absolute;
    top: 27px;
    right: 12px;
}
.login-popover-help{
      color: #777;
    font-size: 13px;
    text-align: center;
    padding: 6px;
    line-height: 20px;
}
.username-help-txt{
      margin: 10px 0px;
}
.popover-help.popover.top>.arrow{
      border-top-color: #2468ff;
}
.popover-help{
      display: block;
      right: -131px;
      bottom: 61px;
      border: 1px solid #1EA2FF;
      display: none;
}

.background-shape {width: 0;height: 0;border-style: solid;border-width: 300px 0 0 400px;border-color: transparent transparent transparent #2468ff;position: absolute;bottom: 0;z-index: -1;}

#powerBy{
    position: absolute;
    bottom: 5px;
    text-align: center;
    width: 150px;
    margin-left: -75px;
    left: 50%;
    font-size: 13px;
    color: gray;
    text-decoration: none;
}
