.card-header img.icon {
    width: 40px;
    height: 40px;
}

.card-head {
    margin-bottom: 32px;
}

.card-login {
    padding: 16px 32px !important;
}

.form-group {
    margin-bottom: unset;
}

.btn-login {
    margin-top: 1rem;
}

.form-login {
    float: left;
    width: 50%;
}

a.secondary {
    -webkit-appearance: none;
    background-color: #f2f2f2;
    color: #394251;
    padding: 10px 15px 10px 15px;
    border-radius: 10px;
    border: none;
    font-weight: 700;
    font-size: 16px;
    box-shadow: 0px 2px 14px -8px rgba(0, 0, 0, 0.75);
    outline: none;
    cursor: pointer;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
    margin-right: 0;
    text-decoration: none;
    display: flex;
    justify-content: center;
}

a.secondary img {
    width: 24px;
    height: 24px;
    margin: 0 10px 0 0;
}

.mt-100 {
    margin-top: 100px;
}
.mb-100 {
    margin-bottom: 100px;
}

.smooth {
    border-radius: 10px;
}

.card-title {
    font-weight: 400;
    margin-bottom: 0px;
    font-size: 32px;
    line-height: 41px;
    color: #22556b;
}

.forgot-password {
    height: calc(100vh - 80px);
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
}

.forgot-password .form-group {
    margin-top: 20px;
}

.forgot-password .btn {
    width: 100%;
}

.card {
    padding: 32px 56px;
    max-width: 512px;
    margin: 0 auto;
}

.login-button {
    border: 1px solid #cfd9de;
    background: none;
    height: 56px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
    color: #22556b;
    font-weight: 500;
    font-size: 14px;
}

.login-button img {
    height: 18px;
    margin-right: 11px;
}

.guestSubtitle {
    font-size: 16px;
    line-height: 20px;
    margin-top: 5px;
    margin-bottom: 32px;
    color: rgba(35, 86, 107, 0.5);
}

html {
    background: url("https://stagingjoin.pax.world/img/conference.jpg") no-repeat center center fixed;
    background-size: cover;
    height: 100vh;
}

body {
    background: none;
    background-color: rgba(35, 85, 107, 1);
}

.content {
    backdrop-filter: blur(10px);
}

.loginHr {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: center;
    margin: 12px 0px 22px 0px;
    font-size: 14px;
    line-height: 16px;
    color: #cfd9de;
}

.loginHr::after,
.loginHr::before {
    content: " ";
    background-color: #cfd9de;
    height: 2px;
    flex-grow: 1;
}

.loginHr::after {
    margin-left: 15px;
}

.loginHr::before {
    margin-right: 15px;
}

.login-page {
    height: calc(100vh - 80px);
}
footer {
    opacity: 0;
}
@media (min-width: 700px) {
    footer {
        padding: 0 50px;
        opacity: 1;
        height: 80px;
        background: #22556b;
    }

    .footer-content {
        height: 80px;
        max-width: 1000px;
        margin: 0 auto;
        display: flex;
        color: white;
        font-weight: 500;
        justify-content: space-between;
    }

    .footer-content .footer-block {
        display: flex;
        align-items: center;
    }

    .footer-content .footer-block .link {
        color: inherit;
        text-decoration: none;
        margin-right: 40px;
        font-weight: 500;
        font-size: 12px;
    }
    .footer-content .footer-block .icon {
        margin-right: 18px;
    }
    .footer-content .footer-block .copy {
        margin-right: 18px;
        font-weight: 400;
        font-size: 12px;
    }
}

.redirect-header {
    padding: 20px 0;
    height: 100%;
    background: #23566b;
    box-shadow: 0px 1px 0px #e8e8e8;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: solid 1px #e5e5e5;
}

.redirect-header img {
    width: 118px;
    height: 31.76px;
}

.redirect-main {
    height: calc(100vh);
    padding: 20px;
    box-sizing: border-box;
    background: #F1F3F5;
    display: flex;
    flex-flow: nowrap column;
    align-items: center;
}

    .redirect-main img {
        width: 600px;
        height: 600px;
        margin-top: 10vh;
    }

.redirect-main h1 {
    font-weight: bold;
    font-size: 24px;
    line-height: 40px;
    text-align: center;
    margin: 20px;
    color: #ffffff;
}