/* Import Google font - Poppins */
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap");

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
}

/* body {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f8fdff;
} */

/* :where(.container, form, .input-field, header) {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
} */



header {
    /* height: 65px;
  width: 65px; */
    /* background: #4070f4;
    color: #fff; */
    /* font-size: 2.5rem;
    border-radius: 50%; */
}

.icon-container {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.icon-container img {
    /* max-width: 100%;
    max-height: 100%; */
    border-radius: 50%;
}

.normal-text {
    text-align: center;
    padding-bottom: 10px;
    color: #303e49;
    font-size: 18px;
    font-family: Poppins, sans-serif;
    font-weight: 300;
    line-height: 32px;
    letter-spacing: 0.3px;
    word-wrap: break-word;
}

/* Extra Small Devices (Phones, <576px) */
@media (max-width: 575.98px) {
    .normal-text {
        font-size: 14px;
        line-height: 24px;
        padding-bottom: 8px;
    }
}

/* Small Devices (Tablets, 576px - 767px) */
@media (min-width: 576px) and (max-width: 767.98px) {
    .normal-text {
        font-size: 16px;
        line-height: 28px;
        padding-bottom: 9px;
    }
}

/* Medium Devices (Laptops, 768px - 991px) */
@media (min-width: 768px) and (max-width: 991.98px) {
    .normal-text {
        font-size: 17px;
        line-height: 30px;
        padding-bottom: 10px;
    }
}

/* Large Devices (Desktops, 992px and above) */
@media (min-width: 992px) {
    .normal-text {
        font-size: 18px;
        line-height: 32px;
        padding-bottom: 10px;
    }
}

.email-link {
    color: #fb8b24;
    font-size: 20px;
    font-family: Poppins;
    font-weight: 300;
    line-height: 32px;
    pointer-events: none;
}

.email-link {
    color: #fb8b24;
    font-size: 20px;
    font-family: Poppins, sans-serif;
    font-weight: 300;
    line-height: 32px;
    pointer-events: none;
}

/* Extra Small Devices (Phones, <576px) */
@media (max-width: 575.98px) {
    .email-link {
        font-size: 14px;
        line-height: 22px;
    }
}

/* Small Devices (Tablets, 576px - 767px) */
@media (min-width: 576px) and (max-width: 767.98px) {
    .email-link {
        font-size: 16px;
        line-height: 26px;
    }
}

/* Medium Devices (Laptops, 768px - 991px) */
@media (min-width: 768px) and (max-width: 991.98px) {
    .email-link {
        font-size: 18px;
        line-height: 28px;
    }
}

/* Large Devices (Desktops, 992px and up) */
@media (min-width: 992px) {
    .email-link {
        font-size: 20px;
        line-height: 32px;
    }
}

.container header {
    /* height: 65px;
  width: 65px; */
    /* background: #4070f4; */
    color: #fff;
    font-size: 2.5rem;
    border-radius: 50%;
}

.container h4 {
    color: rgba(23, 80, 103, 0.5);
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0.3px;
    word-wrap: break-word;
    text-align: center;
}

/* Small Devices (phones) */
@media (max-width: 575.98px) {
    .container h4 {
        font-size: 16px;
        line-height: 24px;
    }
}

/* Medium Devices (tablets) */
@media (min-width: 576px) and (max-width: 767.98px) {
    .container h4 {
        font-size: 18px;
        line-height: 28px;
    }
}

/* Large Devices (laptops) */
@media (min-width: 768px) and (max-width: 1199.98px) {
    .container h4 {
        font-size: 20px;
        line-height: 30px;
    }
}

.logo-link {
    position: absolute;
    z-index: 20;
    display: block;
    top: 3rem;
    left: 3rem;
    width: 5rem;
}

form .input-field {
    flex-direction: row;
    column-gap: 10px;
    text-align: center;
}

.input-field input {
    height: 74px;
    width: 70px;
    outline: none;
    font-size: 2rem;
    font-weight: 700;
    text-align: center;
    background-color: unset;
    border: 1px solid rgba(174, 179, 183, 1);
}

.input-field input:focus {
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}

.input-field input::-webkit-inner-spin-button,
.input-field input::-webkit-outer-spin-button {
    display: none;
}

/* form button {
  margin-top: 25px;
  width: 100%;
  color: #F8F8F8;
  font-size: 1rem;
  border: none;
  padding: 9px 0;
  cursor: pointer;
  border-radius: 6px;
  pointer-events: none;
  background: #175067;
  transition: all 0.2s ease;
} */

form button {
    transition: all 0.2s ease;
    border: none;
    width: 300px;
    height: 64px;
    padding: 12px 24px;
    border-radius: 5px;
    background: var(--Primary, #175067);
    color: #f8f8f8;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
}

.button {
    justify-content: center;
    align-items: center;
    display: flex;
}

form button.active {
    background: #175067;
    pointer-events: auto;
}

/* form button:hover {
  background: #175067;
} */

form input {
    /* border-radius: 4px; */
    border: 1px solid var(--primary-light, #d7e8ef);
    /* padding: 13px 10px 13px 24px !important; */
    color: #7C7C7C;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0.24px;
    margin-bottom: 20px !important;
    width: 100%;
    margin-top: 5px;
}

.container .heading {
    color: var(--Primary, #175067);
    font-size: 30px;
    font-weight: 600;
    padding-bottom: 20px;
}

.m-l {
    margin-left: 12px;
}

form .email {
    width: 510px;
}

form .phoneNumber {
    width: 510px;
}

.text {
    border-radius: 4px;
    padding: 13px 10px 13px 24px;
}

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

.w-677 {
    width: 677px;
}

.close {
    color: var(--Primary, #175067);
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    background: transparent;
}

.padding-50 {
    padding-bottom: 50px !important;
}

.padding-55 {
    padding: 55px !important;
}

.W-787 {
    width: 787px !important;
}

.asterisk {
    color: #FF4747;
    margin-left: 2px;
}
