﻿.signup_top_content {
    border-radius: 10px;
    background: #115A9C;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    padding: 25px 45px;
    line-height: 24px;
}
.middle_signup {
    position: relative;
    margin: 50px 0;
    display: flex;
    gap: 50px;
    width: 100%;
}

.signin_up {
    width: 35%;
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
    padding: 20px;
}

.signup_right_text {
    width: 65%;
}
.signup-text {
    display: flex;
    width: 100%;
}

    .signup-text li a {
        font-size: 20px;
        font-weight: 500;
        line-height: 50px;
        border-bottom: 1px solid #E7E7E7;
        width: 100%;
        display: inline-block;
        color: #000;
    }

    .signup-text li.active a {
        border-bottom: 1px solid #115A9C;
    }

    .signup-text li {
        width: 50%;
        text-align: center;
    }

.from_input {
    border-radius: 3px;
    border: 1px solid #BCD1E8;
    background: #FFF;
    color: #393939;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    height: 50px;
    width: 100%;
    padding-left: 50px;
    padding-right: 10px;
}
.re_check label {
    color: #115A9C;
    font-family: Poppins;
    font-size: 14px !important;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.form-inner {
    margin: 30px 0;
}

.flex_dis {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 25px;
}
    .flex_dis a {
        color: #F02C2C;
        text-align: right;
        font-size: 14px;
        font-weight: 500;
    }
.login_b2c {
    width: 250px;
    height: 50px;
    flex-shrink: 0;
    border-radius: 3px;
    background: #115A9C;
    color: #FFF;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    line-height: 50px;
    display: block;
    margin: 30px auto;
}
.login-socials {
    display: inline-flex;
    width: 100%;
    gap: 20px;
    padding: 0 25px;
    margin-top: 20px;
    position: relative;
}
    .login-socials a {
        border-radius: 3px;
        border: 1px solid #BCD1E8;
        background: #FFF;
        width: 163px;
        height: 45px;
        flex-shrink: 0;
        display: flex;
        color: #212121;
        font-size: 18px;
        font-weight: 500;
        text-align: center;
        align-items: center;
        justify-content: center;
        gap: 15px;
        text-transform: capitalize;
    }
.fab_icon {
    height: 34px;
    width: 34px;
    background-position: -423px -460px;
}
.go_icon {
    height: 34px;
    width: 34px;
    background-position: -372px -460px;
}

.form-inner .form-group {
    position: relative;
}
.lg_inicon {
    height: 20px;
    width: 22px;
    display: block;
    position: absolute;
    top: 16px;
    left: 15px;
}

.e_icon {
    background-position: -406px -425px;
}

.p_icon {
    background-position: -437px -424px;
}

.name_icon {
    background-position: -374px -423px;
}
.terms_check.checkbox.checked::before, .terms_check.radio.checked::before, .re_check.checkbox.checked::before, .re_check.radio.checked::before {
    border-color: #115A9C;
    color: #115A9C;
}
.terms_check .text_blue {
    color: #115A9C;
    text-decoration: underline;
}
.terms_check label {
    font-size: 12px !important;
    color: #000;
    font-weight: 500 !important;
}

.text_content {
    display: flex;
    gap: 25px;
    margin-bottom: 15px;
}
.sign_icon {
    height: 60px;
    width: 70px;
    display: block;
}

.coupan_icon {
    background-position: -235px -525px;
}
.pro_icon {
    background-position: -328px -525px;
}
.dic_icon {
    background-position: -429px -525px;
}
.sgo_icon {
    background-position: -533px -525px;
}
.right_icon_block h5 {
    color: #115A9C;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 5px;
    margin-top: 0;
}
.left_icon_block {
    position: relative;
    display: block;
}
.right_icon_block p {
    color: #000;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

@media (max-width:767px) and (min-width:320px) {
    .middle_signup {
        margin: 20px 0;
        flex-direction: column;
    }
    .signin_up, .signup_right_text {
        width: 100%;
    }
    .login-socials a {
        width: 125px;
        font-size: 14px;
    }
    .signup_top_content {
        padding: 15px;
    }
}