/* ########################################################################### */
/*                                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;
}

/* ########################################################################### */
/*                               MOBILE                                        */
/* ########################################################################### */

.mobile-render-kit .header .tools .tools-container {
    height: 66px;
}

.mobile-render-kit .form .output-label{
    margin-bottom: 28px;
}

.mobile-render-kit .checkbox {
    margin-top: 7px;
    margin-bottom: 12px;
}

.mobile-render-kit .note .items {
    margin-top: 6px;
}

.mobile-render-kit .note dl {
    margin-bottom: 15px;
}

.mobile-render-kit .note dl dt {
    margin: 6px 0 5px 0;
}

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

.default-render-kit .form .button {
    height: 40px;
    margin: 15px 0 15px;
}

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

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

.default-render-kit .header .logo {
    text-align: center;
}

.default-render-kit .note {
    margin-top: 15px;
}

.default-render-kit .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: #226DC9;
    border-top: 7px solid #226DC9;
}