.login {
  background-image: url(../images/bg-master.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  transition: 2s;
  transition-timing-function: ease-in-out;
}

.login .logo {
  margin: 50px auto 10px auto;
  padding: 0 15px;
  text-align: center; }

.login .content {
  /*background: url(/img/bg-white-lock.png) repeat;*/
  /* background-image: linear-gradient(to top, rgb(48 207 208 / 0.7) 0%, rgb(51 8 103 / 0.5) 100%); */
  /* background-image: linear-gradient(-20deg, rgb(113 38 228 / 50%) 0%, rgb(8 194 175 / 80%) 100%); */
  background-image: linear-gradient(-225deg, rgb(183 248 219 / .8) 0%, rgb(80 167 194 / .9) 100%);
  width: 450px;
  margin: 0 auto;
  margin-bottom: 0px;
  padding: 30px;
  padding-top: 20px;
  padding-bottom: 15px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  border-radius: 7px; }

.login .content h3 {
  color: #b81c22;
  text-align: center; }

.login .content h4 {
  color: #eee; }

.login .content p,
.login .content label {
  font-size: 14px;
  color: #3b3c3e; }

.login .mt-checkbox > span:after {
  border-color: #eee; }

.login .content .login-form,
.login .content .forget-form {
  padding: 0px;
  margin: 0px; }

.login .content .form-control {
  background-color: #fff; }

.login .content .forget-form {
  display: none; }

.login .content .register-form {
  display: none; }

.login .content .form-title {
  font-weight: 550;
  color: #a71522;
  margin-bottom: 25px; }
/*
.login .content .form-actions {
  background-color: transparent;
  clear: both;
  border: 0px;
  padding: 0px 30px 25px 30px;
  margin-left: -30px;
  margin-right: -30px; 
  }
*/
.login .content .form-actions {
  background-color: transparent;
  clear: both;
  border: 0px;
  padding-bottom: 10px;
  display: flex;
  justify-content: center;
}
.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: 0px; }

.login .content .form-actions .rememberme {
  margin-top: 8px;
  display: inline-block; }

.login .content .form-actions .btn {
  margin-top: 1px; }

.login .content .forget-password {
  margin-top: 25px; }

.login .content .create-account {
  border-top: 1px dotted #eee;
  padding-top: 10px;
  margin-top: 15px; }

.create-account span {
  font-size: 16px;
  color:#A31F34;
  font-weight: 600;
}

.login .content .create-account a {
  display: inline-block;
  margin-top: 5px;
  color: #3b3c3e; }

/* select2 dropdowns */
.login .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; }

.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; }

/* footer copyright */
.login .copyright {
  text-align: center;
  margin: 0 auto;
  padding: 10px;
  color: #3b3c3e
  font-size: 13px; }

  .copyright a{
    color:#3b3c3e;
}
@media (max-width: 480px) {
  /***
  Login page
  ***/
  .login .logo {
    margin-top: 10px; }
  .login .content {
    padding: 20px;
    width: 300px; }
  .login .content h3 {
    font-size: 22px; }
  .login .checkbox {
    font-size: 13px; }
    .login .logo img{
      width: 100%; }

  }
