:root {
  --primary: #4755AB;
  --secondary: #B162AC;
  --success: #03c895;
  --danger: #ff4f81;
  --heading-color: #2c3038;
  --para-color: #5d6b71;
  --light-bg-color: #E7EDF6;
  --card1-shadow: 0 1px 2px 1px rgba(154, 154, 204, .22); }

.main-content{
    background-color: #eff1f9;
}

.login-form {
  max-width: 500px;
  margin: 0 auto;
  display: grid;
  align-items: center;
  min-height: 100vh; }

/*--// page-loading-icon --*/
.card1__title {
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  margin: 0;
  color: var(--primary);
  z-index: 0; }

a.card1__title {
  font-size: 19px;
  line-height: 25px;
  font-weight: 600;
  color: var(--heading-color);
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  text-transform: capitalize; }

a.card1__title:hover {
  color: #000; }

.btn-style {
  font-size: 16px;
  line-height: 25px;
  padding: 10px 25px;
  display: inline-block;
  font-weight: 400;
  text-transform: capitalize; }

.align-self {
  align-self: center; }

.border-btn {
  border: 1px solid var(--primary);
  color: var(--primary); }

.border-btn:hover {
  background-color: #dbe3f9;
  border: 1px solid #dbe3f9;
  color: var(--primary); }

a.template,
a.category {
  color: var(--heading-color); }

.category label {
  cursor: pointer;
  font-weight: 500; }

h3.login__title, {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 30px;
  line-height: 35px;
  color: #4755AB; }

.error {
  display: grid;
  align-items: center;
  min-height: 100vh; }

@media (max-width: 500px) {
  .noscroll {
    overflow: hidden;
    height: 100vh; } }

@media (max-width: 520px) {
  .login-form,
  .error {
    padding: 0 20px; } }

@media (max-width: 415px) {
  a.card1__title {
    font-size: 17px; }
  h3.login__title {
    font-size: 25px;
    line-height: 30px; } }
@media (min-width: 768px) {
  .py-md-5 {
    padding-bottom: 3rem !important; }
  .py-md-5 {
    padding-top: 2rem !important; }
  .p-md-4 {
    padding: 1.5rem !important; }

}
@media (min-width: 992px) {
.mb-lg-5{
    margin-bottom: 3rem !important; }
}
.py-3 {
  padding-top: 0.5rem !important; }

.py-3 {
  padding-bottom: 0.5rem !important; }
.mb-4 {
  margin-bottom: 1.5rem !important; }
.mb-2 {
  margin-bottom: 0.5rem !important; }
.mt-4 {
  margin-top: 1.5rem !important; }

.form-group {
  margin-bottom: 1rem; }

.form-group .input__label {
  font-size: 18px;
  line-height: 25px;
  text-transform: capitalize;
  margin-bottom: 3px; }

.login_text_field_bg {
  background-color: rgba(71, 90, 171, 0.07); }

.input-style {
  height: 50px;
  padding: 10px 15px;
  font-size: 16px;
  line-height: 25px;
  -webkit-appearance: none; }

.input-style:focus {
  border: 1px solid var(--primary);
  outline: none;
  box-shadow: none;
  background-color: #fff; }


.form-check1 {
  position: relative;
  display: block;
  padding-left: 1.25rem; }

.form-check1-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem; }
  .form-check1-input[disabled] ~ .form-check1-label,
  .form-check1-input:disabled ~ .form-check1-label {
    color: #6c757d; }

.form-check1-label {
  margin-bottom: 0; }

.form-check1-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem; }
  .form-check1-inline .form-check1-input {
    position: static;
    margin-top: 0;
    margin-right: 0.3125rem;
    margin-left: 0; }


.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #03c895;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2303c895' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .form-control:valid:focus, .form-control.is-valid:focus {
    border-color: #03c895;
    box-shadow: 0 0 0 0.2rem rgba(3, 200, 149, 0.25); }

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem); }

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #03c895;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2303c895' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
    border-color: #03c895;
    box-shadow: 0 0 0 0.2rem rgba(3, 200, 149, 0.25); }

.was-validated .form-check1-input:valid ~ .form-check1-label, .form-check1-input.is-valid ~ .form-check1-label {
  color: #03c895; }

.was-validated .form-check1-input:valid ~ .valid-feedback,
.was-validated .form-check1-input:valid ~ .valid-tooltip, .form-check1-input.is-valid ~ .valid-feedback,
.form-check1-input.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #03c895; }
  .was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
    border-color: #03c895; }

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #04faba;
  background-color: #04faba; }

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(3, 200, 149, 0.25); }

.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #03c895; }

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #03c895; }

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #03c895;
  box-shadow: 0 0 0 0.2rem rgba(3, 200, 149, 0.25); }


label.checkmark:before {
  content: '';
  top: 0;
  left: 0;
  height: 21px;
  width: 21px;
  background-color: #eee;
  display: inline-block;
  margin-right: 10px;
  cursor: pointer;
  border-radius: 4px; }

.checkbox {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0; }

.check-me-out {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 0px;
  cursor: pointer;
  color: var(--para-color);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.check-me-out a:hover,
a.signuplink:hover {
  text-decoration: underline; }

p.backtohome a:hover {
  letter-spacing: 0.3px;
  text-decoration: underline; }

.check-me-out input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0; }

.checkmark:before {
  position: absolute;
  top: 0px;
  left: 0;
  height: 21px;
  width: 21px;
  background-color: #f3f3f3; }

.check-me-out:hover input ~ .checkmark:before {
  background-color: #E1E9F0; }

.check-me-out input:checked ~ .checkmark:before {
  background-color: var(--primary); }

.checkmark:after {
  content: "";
  position: absolute;
  display: none; }

.check-me-out input:checked ~ .checkmark:after {
  display: block; }

.check-me-out .checkmark:after {
  left: 8px;
  top: 4px;
  width: 6px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg); }

.checkbox {
  padding-left: 25px;
  color: #222;
  cursor: pointer;
  position: relative;
  font-size: 15px; }

.checkbox:last-child {
  margin-bottom: 0; }

.checkbox input {
  position: absolute;
  left: -9999px; }

.btn1 {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  min-width: 100px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .btn1 {
      transition: none; } }
  .btn1:hover {
    color: #212529;
    text-decoration: none; }
  .btn1:focus, .btn.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(71, 85, 171, 0.25); }
  .btn1.disabled, .btn1:disabled {
    opacity: 0.65; }

a.btn1.disabled,
fieldset:disabled a.btn {
  pointer-events: none; }

.btn-primary {
  color: #fff;
  background-color: #4755AB;
  border-color: #4755AB; }
  .btn-primary:hover {
    color: #fff;
    background-color: #3c4890;
    border-color: #384387; }
  .btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #3c4890;
    border-color: #384387;
    box-shadow: 0 0 0 0.2rem rgba(99, 111, 184, 0.5); }
  .btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #4755AB;
    border-color: #4755AB; }
  .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
  .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #384387;
    border-color: #343f7e; }
    .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(99, 111, 184, 0.5); }





.card1 {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem; }
  .card1 > hr {
    margin-right: 0;
    margin-left: 0; }
  .card1 > .list-group:first-child .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
  .card1 > .list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem; }

.card1-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem; }

.card1_border {
  border: none;
  box-shadow: var(--card-shadow); }

.card1_border:hover i.lnr {
  transform: scale(1.1);
  transition: 0.3s ease;
  opacity: 1; }

.card1_border:hover i.lnr.lnr-users {
  color: var(--primary); }

.card1_border:hover i.lnr.lnr-eye {
  color: var(--secondary); }

.card1_border:hover i.lnr.lnr-cloud-download {
  color: var(--success); }

.card1_border:hover i.lnr.lnr-cart {
  color: var(--danger); }

.text-center {
  text-align: center !important; }