.login {
      /* background-color: #666 !important; */
      background-image: url("../media/bg/1.jpg") !important;
      background-repeat: no-repeat;
      background-size: cover;
      height: 100vh;
}
.login .logo {
      padding: 15px;
      text-align: center;
}
.login .logo img {
      height: 95px;
}
.login .content {
      background-color: white;
      width: 517px;
      margin: 0 auto;
      padding: 20px 30px 15px;
      -webkit-border-radius: 7px;
      -moz-border-radius: 7px;
      -ms-border-radius: 7px;
      -o-border-radius: 7px;
      border-radius: 20px;
      box-shadow: 0px 0px 5px 3px #00000038;
}
.login .content h3,
.login .content h4 {
      color: #eee;
}
.login .mt-checkbox > span:after {
      border-color: #eee;
}
.login .content .forget-form,
.login .content .login-form {
      padding: 0;
      margin: 0;
}
.login .content .form-control {
      background-color: #fff;
      font-size: 14px;
      height: 46px;
      border-radius: 30px !important;
      padding: 26px 30px;
}
.login .content .forget-form,
.login .content .register-form {
      display: none;
}
.login .content .form-title {
      font-weight: 500;
      margin: 0 0 14px 0;
      font-size: 14px;
      color: black;
}
.login .content .form-actions {
      background-color: transparent;
      clear: both;
      border: 0;
      padding: 0 30px;
      margin-left: -30px;
      margin-right: -30px;
}
.login .content .forget-form .form-actions {
      border: 0;
      margin-bottom: 0;
      padding-bottom: 20px;
}
.login .content .register-form .form-actions {
      border: 0;
      margin-bottom: 0;
      padding-bottom: 0;
}
.login .content .form-actions .rememberme {
      margin-top: 8px;
      display: inline-block;
}
.login .content .forget-password {
      margin-top: 25px;
}
.login .content .create-account {
      border-top: 1px dotted #eee;
      padding-top: 10px;
      margin-top: 15px;
}
.login .content .create-account a {
      display: inline-block;
      margin-top: 5px;
}
.login .content .select2-container i {
      display: inline-block;
      position: relative;
      color: #ccc;
      z-index: 1;
      top: 1px;
      margin: 4px 4px 0 -1px;
      width: 16px;
      height: 16px;
      font-size: 16px;
      text-align: center;
}
.login .content .has-error .select2-container i {
      color: #b94a48;
}
.login .content .select2-container a span {
      font-size: 13px;
}
.login .content .select2-container a span img {
      margin-left: 4px;
}
.login .copyright {
      text-align: center;
      margin: 0 auto;
      padding: 10px;
      color: #eee;
      font-size: 13px;
}

/*Custom css login page - Dat*/
.login100-form.validate-form {
      margin: 0 10px;
}

.content {
      border-radius: 20px;
}

.content .form-group {
      margin-top: 20px;
}

.content .form-group .control-label {
      color: black;
      font-weight: 500;
      font-size: 14px;
      margin-bottom: 14px;
}

#app-title-wrap {
      margin: 12px 0 15px 0;
}

.app-title {
      color: #004c96;
      font-weight: 600;
      font-size: 27px;
      line-height: 20px;
      text-align: center;
      letter-spacing: 0.03em;
      text-transform: uppercase;
}

.content form .form-title {
      color: #636364;
      text-align: center;
      letter-spacing: 0.03em;
}

.form-actions .btn-DangNhap {
      width: 100%;
      border-radius: 25px;
      background-color: #2e3682;
      color: white;
      font-size: 14px;
      padding: 14px 10px;
      box-shadow: 0px 1px 4px 1px #88888833;
}

.content form .form-actions button.btn-DangNhapBangMail {
      width: 100%;
      margin-top: 10px;
      border-radius: 25px;
      background-color: #ffffff;
      border-color: #4747496d;
      color: rgb(0, 0, 0);
      padding: 14px 10px;
      font-size: 14px;
      font-weight: 600;
      border-radius: 20px;
}

.container-checkBox {
      display: block;
      position: relative;
      padding-left: 35px;
      cursor: pointer;
      font-size: 22px;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      font-size: 14px;
      font-weight: 500;
      margin-bottom: 0;
}

.container-checkBox input {
      position: absolute;
      opacity: 0;
      cursor: pointer;
      height: 0;
      width: 0;
}

.checkmark {
      position: absolute;
      top: 2px;
      left: 0px;
      height: 16px;
      width: 16px;
      background-color: #fff;
      border-radius: 5px;
      border: 1px solid #cfc7c7;
}

.container-checkBox input:checked ~ .checkmark {
      background-color: #2196f3;
      border: none;
}

.checkmark:after {
      content: "";
      position: absolute;
      display: none;
}

.container-checkBox input:checked ~ .checkmark:after {
      display: block;
}

.container-checkBox .checkmark:after {
      left: 5px;
      top: 2px;
      width: 5px;
      height: 10px;
      border: solid white;
      border-width: 0 3px 3px 0;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
}

.form-group .input-icon {
      box-shadow: 0px 1px 4px 1px #88888833;
      border-radius: 30px;
}

.blogin-footer {
      position: absolute;
      bottom: 0;
      width: 100%;
      height: 36px;
      background-color: #004c96;
      display: flex;
      align-items: center;
      justify-content: center;
}

@media (max-width: 550px) {
      .login .logo img {
            height: 95px;
            display: none;
      }
      .login .content {
            padding: 20px;
            width: 88%;
      }
      .login .content h3 {
            font-size: 22px;
      }
      .login .checkbox {
            font-size: 13px;
      }
      .login .content .form-title {
            font-size: 12px;
            margin: 0 0 15px 0;
      }
      .app-title {
            font-size: 17px;
            line-height: 30px;
      }
      .login100-form.validate-form {
            margin: 0;
      }
      .login .content .form-actions {
            padding-bottom: 0;
      }
}
