.main {
    background: #F8FDFF;
}

.logo {
    padding-top: 70px;
    padding-left: 70px;
}

.icon-container {
    align-items: center;
    display: flex;
    justify-content: center;
    margin-top: auto;
    margin-bottom: auto;
    height: 100vh;
}

/* .container {
    max-width: 1300px !important;
} */

.content {
    padding: 55px;
    /* flex-direction: column;
    align-items: center; */
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 0px 32px 0px #D6F2FE;
    width: 787px;
    height: auto;
}

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

.padding-50 {
    padding-top: 50px;
}

.title {
    color: #7C7C7C;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    line-height: 150%;
    /* width: 677px; */
}

.padding-10 {
    padding-bottom: 10px;
}

button {
    width: 300px;
    height: 64px;
    padding: 12px 24px;
    color: #F8F8F8;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    border-radius: 5px;
    background: var(--Primary, #175067);
    border: 0;
}

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

svg {
    padding-right: 5px;
    vertical-align: -0.125em;
    height: 1rem;
}

a {
    text-decoration: none !important;
}

.font-20 {
    font-size: 20px !important;
}

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

.padding-20 {
    padding-bottom: 20px;
}

.line {
    width: 100%;
    height: 1px;
    background: #D7E8EF;
    margin-bottom: 50px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 2px;
    border-width: 4px;
}

.imges {
    max-width: 100%;
    height: auto;
    display: block;
    margin: auto;
}

.support {
    color: #FB8B24;
    font-size: 18px;
    font-weight: 500;
    line-height: 150%;
}

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

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

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

@media screen and (max-width: 768px) {
    .close {
        font-size: 16px;
        padding: 8px 16px;
    }
}

@media screen and (max-width: 480px) {
    .close {
        font-size: 16px;
        padding: 6px 12px;
    }
}