/*--------------------------------------------------
    [TRANSITION]
----------------------------------------------------*/
/* Cubic Bezier Transition */
/***
Login page
***/
/* logo page */
.htmlbody {
  background-color: #666 !important;
  height: auto;
}

.htmlbody .logo {
  margin: 50px auto 10px auto;
  padding: 15px 0;
  text-align: center;
  min-height: 100px;
}
.htmlbody .logo>img { width:300px; object-fit:contain; }

.htmlbody .content {
  background: url(../Images/bg-white-lock.png) repeat;
  width: 360px;
  margin: 0 auto;
  margin-bottom: 0px;
  padding: 30px;
  padding-top: 20px;
  padding-bottom: 25px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  border-radius: 7px;
}

.htmlbody .content h3 {
  color: #eee;
}

.htmlbody .content h4 {
  color: #eee;
}

.htmlbody .content p,
.htmlbody .content label {
  color: #fff;
}

.login-form .form-group, .forget-form .form-group, .reset-form .form-group { width:auto; }
.htmlbody a { color:#eee; }

.htmlbody .content .htmlbody-form,
.htmlbody .content .forget-form {
  padding: 0px;
  margin: 0px;
}

.htmlbody .content .form-control {
  background-color: #fff;
}

.htmlbody .content .form-title {
  font-weight: 300;
  margin-bottom: 40px;
  text-align: center;
}

.htmlbody .content .form-actions {
  background-color: transparent;
  clear: both;
  border: 0px;
  padding: 0px 30px 15px 30px;
  margin-left: -30px;
  margin-right: -30px;
}
.htmlbody .content .form-actions i { margin-left:8px; }
.htmlbody .content .form-actions #back-btn { background-color:#fff; }
.htmlbody .content .form-actions #back-btn i { margin-left:0; margin-right:8px; }

.htmlbody .content .form-actions .checkbox {
  margin-left: 0;
  padding-left: 0;
}

.htmlbody .content .forget-form .form-actions {
  border: 0;
  margin-bottom: 0;
  padding-bottom: 20px;
}

.htmlbody .content .reset-form .form-actions {
  border: 0;
  margin-bottom: 0;
  padding-bottom: 0px;
}

.htmlbody .content .form-actions .checkbox {
  margin-top: 8px;
  display: inline-block;
}

.htmlbody .content .form-actions .btn {
    margin-top: 1px;
}
.login-form .btn {
    width: 100%;
}

.htmlbody .content .forget-password {
  margin-top: 0; text-align:center;
}

.htmlbody .content .create-account {
  border-top: 1px dotted #eee;
  padding-top: 10px;
  margin-top: 15px;
}

.htmlbody .content .create-account a {
  display: inline-block;
  margin-top: 5px;
}

/* select2 dropdowns */
.htmlbody .content .select2-container i {
  display: inline-block;
  position: relative;
  color: #ccc;
  z-index: 1;
  top: 1px;
  margin: 4px 4px 0px -1px;
  width: 16px;
  height: 16px;
  font-size: 16px;
  text-align: center;
}

.htmlbody .content .has-error .select2-container i {
  color: #b94a48;
}

.htmlbody .content .select2-container a span {
  font-size: 13px;
}

.htmlbody .content .select2-container a span img {
  margin-left: 4px;
}

/* footer copyright */
.htmlbody .copyright {
  text-align: center;
  margin: 0 auto;
  padding: 10px;
  color: #eee;
  font-size: 13px;
}

.singpass-form {
    display: none;
}
.singpass-form iframe {
    width:298px;
    height:416px;
    margin:0;
    padding:0;
    border:0;
    text-align:center;
    overflow:hidden;
}
.singpass-form>.qr-box{
    margin-bottom:15px;
}
#lnkQRSignin, #lnkSPSignin {
    display: block;
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 15px;
}

@media (max-width: 600px) {
  /***
  Login page
  ***/
  .htmlbody .logo {
    margin-top: 10px;
  }
  .htmlbody .logo>img { max-width:300px; max-height:120px; object-fit:contain; }

  .htmlbody .content {
    padding: 20px;
    width: 300px;
  }

  .htmlbody .content h3 {
    font-size: 22px;
  }

  .htmlbody .checkbox {
    font-size: 13px;
  }
}
