/**
 * importer.less
 *
 * By default, new Sails projects are configured to compile this file
 * from LESS to CSS.  Unlike CSS files, LESS files are not compiled and
 * included automatically unless they are imported below.
 *
 * The LESS files imported below are compiled and included in the order
 * they are listed.  Mixins, variables, etc. should be imported first
 * so that they can be accessed by subsequent LESS stylesheets.
 *
 * (Just like the rest of the asset pipeline bundled in Sails, you can
 * always omit, customize, or replace this behavior with SASS, SCSS,
 * or any other Grunt tasks you like.)
 */
/*
 * Specific styles of signin component
 */
/*
 * General styles
 */
body,
html {
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}
.card-container.card {
  max-width: 350px;
  padding: 10px 10px;
}
.btn {
  font-weight: 700;
  height: 36px;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  cursor: default;
}
/*
 * Card component
 */
.card {
  background: rgba(255, 255, 255, 0.3);
  /* just in case there no content*/
  padding: 20px 15px 30px;
  margin: 0 auto 25px;
  /* shadows and rounded borders */
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}
.profile-img-card {
  width: 96px;
  height: 96px;
  margin: 0 auto 10px;
  display: block;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
/*
 * Form styles
 */
.profile-name-card {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin: 10px 0 0;
}
.reauth-email {
  display: block;
  color: #404040;
  line-height: 2;
  margin-bottom: 10px;
  font-size: 14px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.form-signin input[type=email],
.form-signin input[type=password],
.form-signin input[type=text],
.form-signin button {
  width: 100%;
  display: block;
  z-index: 1;
  position: relative;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 55px;
}
.form-signin .form-control:focus {
  border-color: #6891a2;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #6891a2;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #6891a2;
}
.btn.btn-signin {
  border-radius: 3px;
  border: none;
  padding: 8px;
  outline: none !important;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  background: -webkit-linear-gradient(left, #ed1c24, #ed1c24);
  margin-bottom: 10px;
  color: #ffffff !important;
  height: 55px;
}
.btn.btn-signin:hover,
.btn.btn-signin:active,
.btn.btn-signin:focus {
  background-color: #3670ab;
}
.forgot-password {
  color: #6891a2;
}
.forgot-password:hover,
.forgot-password:active,
.forgot-password:focus {
  color: #0c6121;
}
.logan {
  color: #Ed1c24;
  font-weight: bold;
  font-size: 15px;
  margin: auto;
  width: 430px;
  padding-top: 80px;
  padding-bottom: 30px;
}
.card-container .input-group {
  margin-bottom: 10px;
}
div.input-group-addon {
  height: 55px;
}
.formfooter {
  width: 100%;
  height: 80px;
}
.formfooter_left {
  width: 35%;
  float: left;
}
.formfooter_left ul {
  list-style-type: none !important;
}
.formfooter_right {
  width: 65%;
  float: right;
}
.formfooter a {
  color: #000;
  font-size: 12px;
}
.flr {
  float: right;
}
.fll {
  float: left;
}
.formfooter .btn {
  border-radius: 3px;
  border: none;
  outline: none !important;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  background: -webkit-linear-gradient(left, #ed1c24, #ed1c24);
  margin-bottom: 10px;
  color: #ffffff !important;
  height: 30px;
  width: 100%;
}
li.guide-stt1 {
  background: url(../images/icn_cyber_help_list_1.png) no-repeat;
  background-position: 0px 50%;
  padding: 3px 0 3px 25px;
  margin: .4em 0;
}
li.guide-stt2 {
  background: url(../images/icn_cyber_help_list_2.jpg) no-repeat center left;
  background-position: 0 50%;
  padding: 3px 0 3px 25px;
  margin: .4em 0;
}
li.guide-stt3 {
  background: url(../images/icn_cyber_help_list_3.jpg) no-repeat center left;
  background-position: 0 50%;
  padding: 3px 0 3px 25px;
  margin: .4em 0;
}
li.support-stt1 {
  background: url(../images/icn_cyber_support_list_1.png) no-repeat center left;
  background-position: 0 50%;
  padding: 3px 0 3px 25px;
  margin: .4em 0;
}
li.support-stt2 {
  background: url(../images/icn_cyber_support_list_2.png) no-repeat center left;
  background-position: 0 50%;
  padding: 3px 0 3px 25px;
  margin: .4em 0;
}
li.support-stt3 {
  background: url(../images/icn_cyber_support_list_3.png) no-repeat center left;
  background-position: 0 50%;
  padding: 3px 0 3px 25px;
  margin: .4em 0;
}
.container {
  padding-right: 0px;
  padding-left: 0px;
  margin-right: auto;
  margin-left: auto;
}
.containerlogin {
  height: 438px;
}
.login_capital {
  background: url("../images/img_background-01.jpg") no-repeat center center;
  background-size: cover;
  position: relative;
  height: 100%;
}
.login_capital .lang {
  position: fixed;
  top: 30px;
  right: 60px;
  z-index: 3;
}
.login_capital .lang a {
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  margin-right: 20px;
  position: relative;
}
.login_capital .lang a::before {
  content: "";
  background: #fff;
  height: 14px;
  width: 1px;
  top: 3px;
  left: -11px;
  position: absolute;
}
.login_capital .lang a:first-child::before {
  display: none;
}
.login_capital .lang a.active {
  color: #D71B23;
}
.login_capital .copyright {
  background: rgba(0, 0, 0, 0.3);
  position: fixed;
  bottom: 0px;
  left: 0;
  right: 0;
  z-index: 4;
  padding: 17px 60px;
}
.login_capital .copyright a,
.login_capital .copyright .hotline {
  color: #fff;
  font-size: 18px;
  cursor: pointer;
}
.login_capital .copyright a img,
.login_capital .copyright .hotline img {
  vertical-align: text-bottom;
  margin-right: 5px;
}
.login_capital .copyright .hotline {
  margin-right: 30px;
  display: inline-block;
}
.login_capital .copyright .hotline a {
  display: inline-block;
}
.login_capital .copyright .web {
  float: right;
}
.form_login {
  max-width: 470px;
  margin: 80px auto 0;
  padding: 20px 50px;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid #AAAAAA;
  box-sizing: border-box;
  border-radius: 8px;
  -webkit-border-radius: 8px;
}
.form_login .title {
  font-size: 15px;
  text-transform: uppercase;
  font-weight: bold;
  color: $colormain;
  margin: 15px 0 25px 0;
  line-height: 1.4;
  text-align: center;
}
.form_login .logo {
  text-align: center;
}
.form_login .form-group {
  position: relative;
  margin-bottom: 20px;
}
.form_login .form-group .form-control {
  border: 1px solid rgba(0, 0, 0, 0.42);
  box-sizing: border-box;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  color: rgba(51, 51, 51, 0.73);
  background: none;
  height: 40px;
}
.form_login .form-group .form-control:focus {
  border: 1px solid $colormain;
}
.form_login .form-group.icon-true .form-control {
  padding-left: 40px;
}
.form_login .form-group.icon-true .icon {
  position: absolute;
  left: 0;
  top: 0;
}
.form_login .form-group .error {
  display: none;
  text-align: right;
}
.form_login .capcha .form-control {
  width: 180px;
  margin-right: 20px;
}
.form_login .capcha .code {
  align-self: center;
  margin-right: 20px;
}
.form_login .capcha .refresh {
  align-self: center;
}
.form_login .login .btn {
  display: block;
  width: 100%;
  height: 40px;
  font-size: 14px;
  margin-bottom: 13px;
  background: $colormain;
  color: #fff;
}
.form_login .login .btn.dk {
  background: #F7171E;
}
.form_login .suggest {
  margin-top: 30px;
  margin-bottom: 0;
}
.form_login .suggest a {
  display: block;
  margin-bottom: 5px;
  color: $colormain;
}
/*=============END FOOTER==========*/
/*=============MENU MOBILE==========*/
/*=============END MENU MOBILE==========*/
/*RESPONSIVE*/
@media screen and (min-device-width: 1280px) and (max-device-width: 2400px) {
  .login_capital {
    height: 100vh;
  }
}
@media (max-width: 1600px) {
  .form_login {
    margin: 80px auto 0;
  }
}
@media (max-width: 1479px) {
  .form_login {
    margin: 80px auto 0;
    max-width: 360px;
    padding: 10px 30px;
  }
  .form_login .title {
    margin: 10px 0 15px 0;
  }
  .form_login .logo {
    width: 220px;
    margin: 0 auto;
  }
  .form_login .form-group {
    margin-bottom: 15px;
  }
  .form_login .capcha .form-control {
    width: 120px;
  }
  .login_capital {
    padding-bottom: 100px;
  }
}
@media (max-width: 1380px) {
  .form_login {
    margin: 80px auto 0;
  }
}
@media (max-width: 1280px) {
  .form_login .suggest {
    margin-top: 20px;
    margin-bottom: 0;
  }
}
@media (max-width: 960px) {
  .login_capital .lang {
    right: 10px;
  }
  .login_capital .copyright {
    padding: 10px 15px;
  }
  .login_capital .copyright a {
    font-size: 15px;
  }
  .login_capital .copyright a img {
    width: 20px;
  }
  .login_capital .copyright .hotline {
    margin-right: 20px;
  }
}
@media (max-width: 740px) {
  .login_capital {
    padding-bottom: 0;
    height: inherit;
  }
  .login_capital .lang {
    position: static;
    text-align: right;
    margin: 15px 15px 10px 0;
  }
  .login_capital .copyright {
    position: static;
    text-align: center;
  }
  .login_capital .copyright a,
  .login_capital .copyright .hotline {
    font-size: 15px;
    display: block;
    margin: 4px 0;
  }
  .login_capital .copyright a img,
  .login_capital .copyright .hotline img {
    width: 20px;
  }
  .login_capital .copyright .hotline {
    margin-right: 20px;
  }
  .login_capital .copyright .web {
    float: none;
  }
  .form_login {
    margin: 80px auto 30px;
  }
}
@media (max-width: 590px) {
  .login_capital {
    padding-bottom: 0;
  }
}
@media (max-width: 420px) {
  .form_login {
    padding: 10px 15px;
    border-radius: 0;
    -webkit-border-radius: 0;
    border: 0;
  }
}
@media (max-width: 340px) {
  .login_capital .container {
    padding: 0;
  }
}
@media screen {
  .banner_home {
    background: #39a8dc;
  }
  /* IE10 */
}
_:-ms-lang(x),
.banner_home {
  background: #39a8dc;
}
/* IE10 */
_:-ms-fullscreen,
:root .banner_home {
  background: #39a8dc;
}
/* IE11 */
