.header-account {
  font-size: 12px;
  background: rgba(198, 206, 215, 0.1);
  border-bottom: 1px solid rgba(198, 206, 215, 0.3);
}

input[type='checkbox'] {
  width: 15px;
  height: 15px;
  margin-right: 5px;
  position: relative;
  top: 3px;
}

.header-account form {
  margin-bottom: 0;
}

.header-acc-title,
.header-reg-title {
  color: #222222;
  font-weight: 500;
  text-transform: uppercase;
}

.header-acc-title {
  font-size: 20px;
}

.header-reg-title {
  font-size: 18px;
}

.header-acc-title img {
  position: relative;
  top: -2px;
  margin-right: 4px;
}

.form-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/* .input-col {
  max-width: 325px;
}

.login-col {
  max-width: 240px;
} */

.login-col .col-row label {
  display: flex;
  align-items: center;
}

.reg-col {
  padding-left: 33.5px;
  border-left: 1px solid grey;
}

.col-row {
  width: 100%;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.col-row:first-child {
  margin-bottom: 10px;
}

.col-row i {
  line-height: 50%;
  background: transparent;
}

.col-row .input-group input {
  border-right: none;
}

.col-row span {
  border-left: none;
  background: #fff;
}

.col-row button {
  width: 100%;
  height: 100%;
  text-align: center;
}

.forgot-link {
  color: #040404;
  font-size: 14px;
  font-weight: 300;
  text-decoration: none;
}

.registerL {
  width: 100%;
}

.register-link {
  padding: .9rem 1.7rem;
  height: 50px;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
}

.no-account {
  justify-content: center;
  font-size: 16px;
  font-weight: 600;
  color: #1A1A1A;
}

@media (max-width: 992px) {
  .account-inner {
    display: block;
  }

  .form-col.reg-col {
    padding-left: 0;
    border: none;
    display: block;
  }
}

@media (max-width: 768px) {
  .header-account .container {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .account-inner form {
    display: block;
  }

  .account-inner .login-col {
    width: auto;
  }

  .account-inner .registerL {
    width: 317.5px;
  }

  .col-row.no-account {
    justify-content: normal;
  }
}

@media (max-width: 390px) {
  .account-inner {
    margin: 0;
    margin-left: 10px;
  }

  .account-inner form, .account-inner .reg-col {
    width: 250px;
  }

  .account-inner .form-col, .account-inner .registerL {
    width: 100%;
  }
}

@media (max-width: 350px) {
  .account-form {
    width: 200px;
  }
}
