/* ########################################################################### */
/*                                SYSTEM                                       */
/* ########################################################################### */

/* ################################ XS ####################################### */


.form .form-header,
.form .login-form-header {
    text-align: center;
    line-height: 20px;
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 24px;
    padding-top: 8px;
}

#webmailLogin-checkbox,
#aSDILogin-checkbox {
    margin: 2px 0;
}

#mTanLogin-checkbox {
    margin-top: 14px;
    margin-bottom: 9px;
}

.form a {
  text-decoration: underline;
}

.form a:hover,
.form a:active {
    color: {'#'.concat(style.colors.primary)};
    text-decoration: none;
}

/* ########################################################################### */
/*                               DEFAULT                                       */
/* ########################################################################### */

.form .button {
    height: 40px;
    margin: 15px 0 15px;
}

.form .button.col-sm-ml-10  {
    margin-right: 10px;
}

.header .tools .tools-container {
    height: 85px;
}

.header .logo {
    text-align: center;
}

.note {
    margin-top: 15px;
}

.form .output-label{
  margin-bottom: 23px;
}




/* ################################ SM ####################################### */
@media screen and (min-width: 768px) {

  #page.container,
  #login.container {
    max-width: 420px;
  }

  .form .form-header,
  .form .login-form-header {
    padding-bottom: 35px;
    padding-top: 8px;
  }

  .col-sm-pl-30 {
    padding-left: 30px;
  }

  .col-sm-pr-3 {
    padding-right: 3px;
  }

   .form-controls .button {
      width: 100%;
      margin-left: 0px;
   }

    #webmailLogin-checkbox,
    #mTanLogin-checkbox {
      margin-top: -11px;
      margin-bottom: 4px;
   }

    #aSDILogin-checkbox {
      margin-top: -16px;
      margin-bottom: 4px;
   }

   .note .items {
    margin-top: 12px;
   }

   .note dl dt {
    margin: 13px 0 5px 0;
   }

   .note dl {
    margin-bottom: 14px;
    }

}

/* ################################ MD ####################################### */
@media screen and (min-width: 992px) {

}

/* ################################ LG ####################################### */
@media screen and (min-width: 1200px) {

}

/* ########################################################################### */
/*                                 USER                                        */
/* ########################################################################### */
.header .help .visible-xs,
.header .help .visible-xs a{
    color: #ADADAD;
}

.form .form-header,
.form .login-form-header {
    background-color: #FFFFFF;
    color: #4C4C4C;
    border-top: 7px solid #4C4C4C;
}
