/* client-login*/
.container-fluid {
    background-image: url(../images/client-login-background-image.png);
    padding-left: 0px;
    min-height: calc(100vh + 120px);
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.card-body {
    position: relative;
}

.card-body .white-box {
    position: absolute;
    right: -84px;
    bottom: -96px;
    width: 96px;
    height: 96px;
    background: #fff;
    opacity: 0.8;
}

.card {
    width: 626px;
    margin: 0px auto;
    text-align: center;
    padding: 64px;
    position: relative;
    background-color: white;
}

.card img {
    margin-bottom: 80px;
}

.card_title {
    font-size: 28px;
    text-align: center;
    font-weight: 500;
    font-family: 'Switzer';
    color: #0B3954;
    margin-bottom: 8px;
}

.card_title_description {
    font-family: 'Switzer';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 135%;
    text-align: center;
    color: #8D8D8D;
    margin-bottom: 80px;
}

input {
    font-family: 'Switzer';
    width: 100%;
    padding: 22px 24px;
    margin-top: 8px;
    font-size: 14px;
}

.input-group input {
    margin-bottom: 24px;
}

.input-group.input-group-merge input {
    margin-bottom: 8px;
}

.form-group {
    text-align: left;
}

.form-group label {
    font-family: 'Switzer';
    line-height: 135%;
    color: #8D8D8D;
    margin-bottom: 8px;
}

.forgot_pass {
    text-align: right;
    margin-bottom: 80px;
}

.forgot_pass a {
    font-family: 'Switzer';
    font-weight: 400;
    font-size: 14px;
    line-height: 135%;
    text-decoration-line: underline;
    color: #175376;
}

.navigate-to-login a {
    align-items: center;
    display: flex;
    justify-content: space-between;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    font-family: 'Switzer';
    color: #FFFFFF;
    text-decoration: none;
    max-width: fit-content;
    margin: 0 auto;
}

.navigate-to-login a p {
    background: #D83529;
}

.container-fluid .row {
    margin: 0px;
}

.error-message {
    background-color: #D83529;
    text-align: left;
    padding: 10px 10px;
    margin-bottom: 20px;
}

.error-message p {
    color: #fff;
}

.login-card__square {
    height: 96px;
    width: 96px;
    background-color: #283D7A;
    position: absolute;
    right: -1px;
    top: -1px;
}

.button_style_1.hero_content__button {
    background-color: transparent;
    border: none;
    margin: 0 auto;
    cursor: pointer;
}

.button_style_1.hero_content__button p {
    background-color: #D83529;
}

@media (max-width: 991px) {
    .forgot_pass,
    .card img,
    .card_title_description {
        margin-bottom: 60px;
    }

    .col-md-12.card-body {
        padding: 0px 20px;
    }

    .card-body .white-box {
        right: -76px;
    }
}

@media (max-width: 767px) {
    .card {
        width: 100%;
        padding: 50px 30px;
    }

    .forgot_pass,
    .card img,
    .card_title_description {
        margin-bottom: 40px;
    }

    .container-fluid {
        padding-left: 12px;
    }

    .container-fluid .row {
        width: 560px;
        max-width: 100%;
    }

    .login-card__square {
        width: 64px;
        height: 64px;
    }

    .card-body .white-box {
        right: 20px;
        width: 64px;
        height: 64px;
        bottom: -64px;
    }
}

@media (max-width: 568px) {
    .card {
        padding: 40px 20px;
    }

    .forgot_pass,
    .card img,
    .card_title_description {
        margin-bottom: 28px;
    }

    .card_title {
        font-size: 20px;
    }

    .form-group label,
    .card_title_description {
        font-size: 14px;
    }

    input {
        padding: 16px;
    }

    .navigate-to-login {
        padding: 11px 9px 11px 30px;
    }

    .border-primary,
    input::placeholder,
    .navigate-to-login a,
    .forgot_pass a {
        font-size: 12px;
    }
}