/* 
.modal-content-login {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 90%;
  color: var(--bs-modal-color);
  pointer-events: auto;
  background-color: var(--bs-modal-bg);
  background-clip: padding-box;
  border: 1.8px solid #3f4b97;
  border-radius: var(--bs-modal-border-radius);
  outline: 0;
  padding: 0px 32px;
}

.form-control-register {
  display: block;
  width: 100%;
  padding: 0.4rem 1.5rem 0.605rem 1.5rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #3e4a98;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: var(--bs-body-bg);
  background-clip: padding-box;
  border: 1.5px solid #3e4a98;
  border-radius: 30px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-control-register::placeholder {
  color: #3e4a98;
  opacity: 1;
  font-size: 11px;
  font-weight: 600;
}

.modal-header-Login img {
  width: 45%;
  height: 45%;
}

.modal-header-Login {
  display: flex;
  justify-content: center;
  padding: 30px 20px 0px 20px;
}

.modal-body-Login h4 {
  font-weight: 700;
}

.form-label-login {
  font-size: 13px;
  color: #3e4a98;
  font-weight: 500;
  padding-left: 10px;
  padding-bottom: 3px;
}

a {
  color: #3e4a98;
  text-decoration: none;
  font-size: 11px;
  font-weight: 600;
}

.form-check-input-login[type="checkbox"] {
  border-radius: 0.25em;
  border: 1px solid #3e4a98;
}

.form-check-label {
  color: rgba(0, 0, 0, 0.753);
  text-decoration: none;
  font-size: 11px;
  opacity: 0.6;
  font-weight: 400;
  margin-left: 0.55rem;
}

.form-check {
  display: flex;
  align-items: center;
  min-height: 1.5rem;
  padding-left: 0.3rem;
  margin-bottom: 0.125rem;
}

.btn-login {
  width: 100%;
  background-color: #2b388f;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 7px 0px;
  font-weight: 600;
  border: 1.3px solid #2b388f;
}

.btn-login:hover {
  width: 100%;
  background-color: white;
  color: #2b388f;
  border: 1.3px solid #2b388f;
}

.btn-registration-dropdown {
  display: block;
  text-align: left;
  width: 100%;
  padding: 0.775rem 1.5rem 0.775rem;
  font-weight: 600;
  line-height: 1.5;
  font-size: 11px;
  color: #3e4a98;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: var(--bs-body-bg);
  background-clip: padding-box;
  border: 1.5px solid #3e4a98;
  border-radius: 30px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
} 
*/

html,
body {
    margin: 0;
    padding: 0;
    height: 100%;
}

.login-page-section {
    height: 100vh;
    width: 100%;
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
}

.custom-page {
    align-items: center;
    display: flex;
    height: 100%;
}

.logo-img-register {
    width: 60%;
}

.custom-card-register {
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    /* border-right: 2px solid #3f4094c2;
    border-bottom: 2px solid #3f4094c2;
    border-top: 2px solid #c2f1ff;
    border-left: 2px solid #c2f1ff;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px; */
      box-shadow:
    2px 2px 0px 0px #3f4094c2,   /* bottom-right shadow color */
    -2px -2px 0px 0px #c2f1ff,   /* top-left shadow color */
    rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
    rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}

.custom_label {
    color: #1a1a1a;
    font-size: 15px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
        Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue",
        sans-serif;
    font-weight: 500;
}

.custom_input {
    background-color: #d1d3d4;
    height: 44px;
    line-height: 4;
    font-weight: 500;
    padding: 0px 20px;
    padding-bottom: 3px;
    font-size: 18px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
        Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue",
        sans-serif;
}

.form-check-input[type="checkbox"] {
    border: 2px solid rgba(0, 0, 0, 0.534);
    border-radius: 0;
    margin-top: 6px;
}

.form-check-label-custom {
    line-height: 15px;
    margin-top: 3px;
    color: black;
    text-align: justify;
    font-weight: 700;
    font-size: 10px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
        Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue",
        sans-serif;
}

.register-btn {
    background-color: #e9298d;
    color: #ffffff;
    padding: 0.2rem 1.8rem;
    border: none;
    outline: none;
    font-size: 18px;
    border-radius: 5px;
    font-weight: 500;
    text-decoration: none;
}

.btn-div {
    margin-top: 27px;
    width: 100%;
}

.register-btn:hover {
    color: #ffffff;
    background-color: #f10d83;
}

@media (min-width: 768px) and (max-width: 1012px) {
  .image-div{
    width: 90% !important;
  }

  .second-coll{
    width: 90% !important;
    margin-right: 0% !important;
    margin: 0px auto;
  }
}
@media screen and (max-width: 786px) {
  .first-col{
    display: none;
  }

  .second-coll{
    width: 100% !important;
    margin-right: 0% !important;
    margin: 0px auto;
  }
}

@media (min-width: 480px) and (max-width: 785px) {
  .custom-page{
   /*  */
  }
}

@media (min-width: 300px) and (max-width: 479px) {
  .custom-page{
    margin: 0px !important;
  }
}