.log-in {
  text-align: left;
}

.log-in i {
  margin: 0;
  width: auto;
  color: inherit;
}

@media (max-width: 1400px) {
  .log-in .col-md-4.content-side-right {
    flex: 0 0 40%;
    max-width: 40%;
  }
}
@media (max-width: 1199.98px) {
  .log-in .col-md-4.content-side-right {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 991.98px) {
  .log-in .col-md-4.content-side-right {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.log-in .content-side-right .card-form {
  background: rgba(255, 255, 255, 0.3);
  padding: 5px;
  border: none;
  border-radius: 10px;
}
.log-in .content-side-right .card-form .card {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 5px;
  border: none;
}
.log-in .content-side-right .card-form .card .card-body {
  padding: 3rem 4rem 0 4rem;
}
.log-in .content-side-right .card-form .card .card-body form .form-group {
  margin-bottom: 1rem;
}
.log-in .content-side-right .card-form .card .card-body form p {
  margin-bottom: 10px;
  font-family: Gilroy;
  font-weight: 700;
  font-size: 20pt;
  color: #23639d;
  text-align: center;
}
.log-in .content-side-right .card-form .card .card-body form i {
  font-size: 16pt;
  color: #eb7660;
}
.log-in .content-side-right .card-form .card .card-body form label {
  font-family: Proxima Nova;
  font-size: 13pt;
  color: #23639d;
  padding: 0;
  line-height: 27pt;
  margin-bottom: 0;
}
.log-in
  .content-side-right
  .card-form
  .card
  .card-body
  form
  label.required::after {
  content: "*";
  color: #ea4b2c;
  font-weight: 700;
  padding-left: 3px;
}
.log-in .content-side-right .card-form .card .card-body form a {
  font-size: 13pt;
  color: #19bce5 !important;
  display: block;
}
.log-in .content-side-right .card-form .card .card-body form .btn {
  width: 70%;
  font-weight: 700;
}
@media (max-width: 767.98px) {
  .log-in .content-side-right .card-form .card .card-body form .btn {
    width: 100%;
  }
}
.log-in .content-side-right .card-form .card .card-body form span {
  font-family: Proxima Nova;
  font-size: 13pt;
  color: #23639d;
  padding: 0;
  display: block;
  margin-bottom: 10px;
}
.log-in .content-side-right .card-form .card .card-footer {
  padding: 0 4rem 3rem 4rem;
}
.log-in .content-side-right .card-form .card .card-footer p {
  font-family: Proxima Nova;
  font-size: 13pt;
  color: #9a9898;
  line-height: 27pt;
  margin-top: 1.5rem;
}
@media (max-width: 767.98px) {
  .log-in .content-side-right .card-form .card .card-footer p {
    line-height: 1.5;
  }
}
.log-in .content-side-right .card-form .card .card-footer a {
  font-size: 13pt;
  color: #19bce5 !important;
}
.log-in .content-side-right .card-form .card .card-footer a i {
  vertical-align: middle;
}

.log-in .form-control,
.custom-control-input {
  border-radius: unset;
}
.log-in .form-control:focus,
.custom-control-input:focus {
  box-shadow: unset;
}
