.acl-link {
  display: inline-block;
  text-decoration: none;
  -webkit-transition: all 25s;
  transition: all 0.25s;
  color: #0073aa !important;
}

.acl-link:hover {
  opacity: 1;
  color: #000 !important;
  text-decoration: none;
}

.acl-link:focus {
  text-decoration: none;
  outline: none;
}

.acl-container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 50px;
  padding-bottom: 150px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  z-index: 9;
  line-height: 1.6;
  letter-spacing: 1px;
  /*font-family: "Open Sans", sans-serif;*/
}

.acl-section-title {
  text-align: center;
  font-size: 15px;
  color: #484848;
  padding: 60px 0 25px 0;
  max-width: 380px;
  margin: auto;
}

.acl-section-title h1 {
  padding: 0;
  margin: 0 0 10px;
  line-height: 1.3;
  font-size: 25px;
  font-weight: 900;
  letter-spacing: 1px;
  color: #242424;
}

@media (max-width: 600px) {
  .acl-section-title {
    font-size: 13px;
    padding-top: 0;
    padding-bottom: 50px;
  }

  .acl-section-title h1 {
    font-size: 30px;
  }
}

.acl-register-notice {
  text-align: center;
  margin: auto;
  max-width: 600px;
  font-size: 14px;
}

.acl-register-notice p:first-of-type {
  color: #f39600;
}

.acl-register-notice p:nth-of-type(2) {
  color: #7b7b7b;
  margin-top: 20px;
  margin-bottom: 40px;
}

form.acl-form {
  display: block;
  position: relative;
  padding: 40px 30px;
  border-radius: 20px;
  max-width: 400px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  box-shadow: 0px 15px 20px 0px #4460f11a, 0px 0px 20px 0px #4460f11a;
}

form.acl-form input[type="text"],
form.acl-form input[type="password"],
form.acl-form input[type="email"] {
  display: block;
  /*font-family: "Open Sans", sans-serif;*/
  font-weight: normal;
  font-size: 14px;
  width: 100%;
  border: 0;
  background-color: #e9eff6;
  border-radius: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 48px;
  padding: 0 20px;
  margin: 0 0 5px;
  color: #111;
}

form.acl-form input:focus {
  outline: none;
  background-color: #ffffff;
  border: 1px solid #5773ffe0;
  /*box-shadow: #4460f133 0 5px 10px 0, #4460f133 0 -1px 1px 0;*/
}

form.acl-form label {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 15px;
}

.acl-password-label {
  position: relative;
}

.acl-password-label input[type="password"],
.acl-password-label input[type="text"] {
  padding-right: 45px !important;
}

.acl-password-trigger {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  width: 50px;
  border: 0;
  height: 100%;
  display: flex;
  align-items: center;
  font-size: 16px;
  justify-content: center;
  user-select: none;
  cursor: pointer;
  opacity: 0.7;
}

.acl-password-trigger > * {
  pointer-events: none;
}

.acl-password-trigger.active,
.acl-password-trigger:hover {
  opacity: 1;
}

.acl-password-trigger svg,
.acl-password-trigger svg path {
  transition: all 0.2s ease-out;
}

.acl-password-trigger > svg:first-child {
  display: inline-block;
}

.acl-password-trigger > svg:last-child {
  display: none;
}

.acl-password-trigger.active > svg:first-child {
  display: none;
}

.acl-password-trigger.active > svg:last-child {
  display: inline-block;
}

.acl-remember-container {
  width: 100%;
  overflow: hidden; /* Clear the floats */
}

.acl-remember-container .left {
  float: left;
}

.acl-remember-container .right {
  float: right;
}

.acl-remember-me {
  /*float: left;
    display: block;*/
  font-size: 13px;
  color: #888888;
  line-height: 3;
  cursor: pointer;
}

.acl-remember-me input[type="checkbox"] {
  width: 15px;
  height: 15px;
  cursor: pointer;
  margin-right: 4px;
}

.acl-remember-me span {
  font-weight: normal;
  font-size: 13px;
  color: #555;
}

.acl-recover-password {
  float: right;
  display: block;
  text-align: right;
  font-size: 13px;
  color: #888888;
  line-height: 3;
}

.acl-form-submit {
  margin-top: 20px;
}

.acl-form-submit button {
  position: relative;
  display: inline-block;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  min-height: 45px;
  min-height: 45px;
  padding: 0 20px;
  margin: 0 auto;
  text-decoration: none;
  text-transform: capitalize;
  border: 0;
  border-radius: 30px;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  background: #4460f1 !important;
  background-position: center center;
  background-repeat: no-repeat;
  text-align: center;
  font-size: 14px;
  /*font-family: "Open Sans", sans-serif;*/
  color: #ffffff;
  cursor: pointer;
  font-weight: 700;
  -webkit-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -ms-transition: all 0.15s;
  -o-transition: all 0.15s;
  transition: all 0.15s;
  opacity: 1;
  overflow: hidden;
}

.acl-form-submit button:hover {
  background: #3bd7a7 !important;
  color: #ffffff;
  text-decoration: none;
  background-position: center center;
  background-repeat: no-repeat;
}

.acl-form-submit button:active {
  -webkit-transform: scale(0.97);
  -moz-transform: scale(0.97);
  transform: scale(0.97);
  background-position: center center;
  background-repeat: no-repeat;
}

.acl-form-submit button:disabled {
  background: #9a9a9a;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
  background-position: center center;
  background-repeat: no-repeat;
}

.acl-loading-icon {
  display: none;
  position: absolute;
  top: 0;
  right: 10px;
  vertical-align: middle;
  width: 30px;
  height: 45px;
  border: 0px solid #fff;
  background-image: url("../images/loading20px.svg");
  background-position: center center;
  background-repeat: no-repeat;
}

.acl-line {
  display: block;
  margin: 30px 0 20px 0;
  text-align: center;
  color: #888888;
  font-size: 13px;
  line-height: 1;
  position: relative;
}

.acl-line:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 0;
  padding: 0;
  margin: 0;
  width: 100%;
  height: 1px;
  background-color: rgba(122, 27, 27, 0.15);
}

.acl-line > span {
  position: relative;
  z-index: 3;
  display: inline-block;
  padding: 2px 10px;
  background-color: #ffffff;
}

.acl-form-message {
  display: none;
  position: relative;
  max-width: 400px;
  padding: 10px 10px;
  margin: 0 auto;
  margin-bottom: 20px;
  color: #454545;
  font-size: 13px;
  border-radius: 4px;
  letter-spacing: 1px;
}

.acl-success {
  border: 1px solid #5c9b0a;
  border-left: 3px solid #5c9b0a;
  background-color: #f9fff0;
}

.acl-error {
  border-left: 3px solid rgb(212, 0, 0);
  background-color: #ffdcd8;
}

.acl-reset-tracking-data-btn {
  padding: 10px 20px;
  font-size: 13px;
  color: #888888;
  line-height: 3;
  cursor: pointer;
}
