/*login-style-start*/
* {
    padding: 0;
    margin: 0;
    font-family: Montserrat;
}
div, td {
    font-size: 9.0pt;
    color: #555;
    text-align: left;
}
a:link, a:visited {
    color: white;
    text-decoration: none;
}
ul {
    list-style: none;
}
a.top-_-logo {
    display: flex;
    align-items: center;
    flex-direction: column;
}
.S442-_-logo-cbn>img {
    height: 20px;
    width: auto;
    background: #fff;
    border-radius: 100%;
}
body.cb_user_login .landing-_-menu {
    top: 95px;
}
.cbn-_-choose-club_popup.active {
    display: block !important;
}
.cb-_-club-overlay {
    background-color: #fff;
    opacity: 0.8;
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0px;
    left: 50%;
    z-index: 999;
    transform: translate(-50%, 0px);
}
.cbn-choose-popup {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 999;
    width: 100%;
    max-width: 490px;
    height: auto;
    transform: translate(-50%, -50%);
    background-color: #fff;
    padding: 30px 30px 30px;
    border-radius: 6px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
#open-header_close {
    top: 1px;
    padding: 0;
    background-color: transparent;
    overflow: hidden;
    position: absolute;
    right: -31px;
    text-decoration: none;
    box-sizing: border-box;
    z-index: 1000;
}
.cbn-choose-popup > span {
    font-weight: 700;
    position: absolute;
    left: 46px;
    top: 43px;
    font-size: 22px;
    cursor: pointer;
    z-index: 9;
    color: #fff;
    width: fit-content;
}
.close_button > img {
    width: 16px !important;
    background-color: rgb(255, 255, 255) !important;
    padding: 6px !important;
}
.cbn-choose-popup > span >.fa-arrow-left {
    font-style: normal;
}
.cbn-choose-popup > span > label {
    cursor: pointer;
    display: none;
}
.cbn-_-add-team > .cbn-_-club-search {
    border-radius: 6px 6px 0px 0px;
    position: relative;
    box-shadow: 0 0 9px 0px rgb(0 0 0 / 18%);
    border: solid 1px #0e2d6d;
    opacity: 1;
    background-color: #0e2d6d;
    color: #ffffff;
    width: 100%;
    display: block;
    padding: 14px 50px 14px 48px;
    letter-spacing: 1px;
    font-size: 15px;
    font-weight: 600;
    box-sizing: border-box;
    text-align: left;
    outline: none;
}
.cbn-_-add-team > .cbn-_-add-country > ul.country_selections {
    width: 100%;
    height: 500px;
    overflow: scroll;
    border-radius: 0px 0px 6px 6px;
    overflow-x: hidden;
    background-color: #fff;
}
.cbn-_-add-team > .cbn-_-add-country > ul > li.popular_heading, .cbn-_-add-team > .cbn-_-add-country > ul > li.atoz_heading {
    border: 0;
    padding: 10px 20px;
    color: #000;
    font-size: 16px;
    font-weight: 600;
    background: #D3E0FC;
    width: fit-content;
    border-radius: 5px;
    margin-top: 10px;
}
.cbn-_-add-team > .cbn-_-add-country > ul > li {
    background-color: #ffffff;
    padding: 15px;
    border-bottom: 1px solid #e4e9f4;
    box-sizing: border-box;
}
.cbn-_-add-team > .cbn-_-add-country > ul > li > a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.cbn-_-add-team > .cbn-_-add-country > ul > li > a > span {
    font-family: Montserrat;
    font-size: 16px;
    color: #012064;
    margin-left: 12px;
}
.cbn-_-add-team:before {
    content: "\f002";
    font-size: 22px;
    z-index: 9;
    color: #ffffff;
    position: absolute;
    top: 14px;
    right: 17px;
    font-family: fontawesome;
    cursor: pointer;
}
.cb_countries_div > ::-webkit-input-placeholder {
    color: #fff;
}
p.landing-_-text-logo {
    width: auto;
    margin: 10px!important;
    font-size: 24px;
    color: #fff;
    font-weight: 700;
    display: flex!important;
    align-items: center;
    letter-spacing: 0;
}
.landing-_-text-logo .cbn-_-text-2 {
    background: #fff;
    color: #030049;
    padding: 2px 6px;
    margin: 0 4px;
}
.landing-_-menu > ul.menu-_-cbn > :nth-last-child(1) {
    border: none;
    padding-bottom: 0px;
}
form.signin_form {
    margin-top: 120px;
    background: linear-gradient(0deg,#00145B 0%,#001d72 100%);
    display: flex;
    justify-content: center;
    width: 100%;
    height: calc(100% - 120px);
    align-items: flex-start;
    overflow-y: auto;
    position: fixed;
    padding: 100px 0px;
}
.signin_steps_content {
    max-width: 700px;
    width: 100%;
}
.signin_steps_content > .form_title > h2.label {
    font-size: 30px;
    letter-spacing: 1.5px;
    font-weight: 600;
    color: #fff;
    text-align: left;
    margin-bottom: 35px;
}
.signin_steps_content .from_el > input {
    width: 100%;
    height: 70px;
    text-align: center;
    border-radius: 8px;
    padding: 12px;
    box-sizing: border-box;
    outline: none;
    margin: 15px 0px;
    letter-spacing: 1px;
    font-size: 15px;
    font-weight: 600;
    border: 1px solid #fff;
}
.signin_steps_content .from_el {
    position: relative;
}
.form_footer {
    background-color: #00145b;
    display: flex;
    justify-content: center;
    width: 100%;
    position: fixed;
    bottom: 0px;
    left: 0px;
    z-index: 999;
    height: 80px;
    align-items: center;
    border-top: 1px solid;
    border-image: linear-gradient(to right,#17264e,#ffffff6b,#17264e) 1;
}
.form_footer > button {
    opacity: 1;
    font-family: Montserrat;
    font-size: 25px;
    font-weight: 300;
    color: #ffffff;
    background-color: transparent;
    border: none;
    letter-spacing: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    outline: none;
    width: 100%;
    height: 100%;
}
.form_footer > button > img.cbn-_-right-arrow {
    width: 56px;
    margin-left: 12px;
    margin-top: 4px;
}
.cbn-_-remember_me {
    margin-top: 20px;
    padding-top: 10px;
}
.cbn-_-remember_me > input#remember {
    width: 15px;
    height: 15px;
    margin-right: 6px;
    float: left;
}
.cbn-_-remember_me > label {
    color: white;
    font-size: 13px;
    letter-spacing: 1px;
}
.cbn-_-remember_me > a {
    float: right;
    font-size: 13px;
    letter-spacing: 1px;
}
.form_footer > button.Sign_up {
    background-color: #00145b;
}
.form_footer > button.Sign_In {
    opacity: 0.3;
}
.form_footer.active > button.Sign_In {
    opacity: 1;
}
.signin_steps_content .from_el > label {
    display: block;
    color: red;
    text-align: center;
    font-size: 14px;
    letter-spacing: 1.5px;
    padding: 2px 0px;
    font-weight: 600;
    position: absolute;
    top: 86px;
    left: 50%;
    transform: translate(-50%, 0px);
    white-space: nowrap;  
}
.signin_steps_content > :nth-child(2) .from_el > label {
    top: 76px;
}
.signin_steps_content .from_el > input::placeholder {
    text-align: center;
}
.signin_steps_content > :nth-child(2) .from_el > input {
    margin-top: 0px;
}
.form_errors label {
    letter-spacing: 0.5px;
    font-size: 9px;
    color: red;
    text-align: center;
    display: block;
    margin-top: 4px;
    font-weight: 600;
}
@media (max-width: 768px) {
    .cbn-_-header > .back_clicked > i {
        animation: myAnim 5s ease 0s 1 normal forwards;
        color: #0086e3;
    }
    @keyframes myAnim {
        0%,
        100% {
            transform: translateX(0);
        }

        10%,
        30%,
        50%,
        70% {
            transform: translateX(-8px);
        }

        20%,
        40%,
        60% {
            transform: translateX(8px);
        }

        80% {
            transform: translateX(8px);
        }

        90% {
            transform: translateX(-8px);
        }
    }
    a.top-_-logo {
        width: 70%;
        justify-content: center;
        flex-direction: column;
    }
    .S442-_-logo-cbn > img {
        height: 16px;
    }
    p.landing-_-text-logo {
        font-size: 16px;
    }
    .signin_steps_content {
        max-width: 100%;
        padding: 0px 40px;
    }
    .signin_steps_content > .form_title > h2.label {
        font-size: 22px;
    }
    .signin_steps_content .from_el > input {
        height: 50px;
        border-radius: 8px;
        padding: 8px;
        margin: 15px 0px;
        font-size: 12px;
    }
    .form_footer > button {
        font-size: 20px;
    }
    .form_footer > button > img.cbn-_-right-arrow {
        width: 38px;
        margin-left: 10px;
    }
    /* form.signin_form {
        height: calc(100% - 120px);
    } */
    .cbn-_-remember_me > label {
        font-size: 11px;
    }
    .cbn-_-remember_me > input#remember {
        width: 12px;
        height: 12px;
        margin-right: 5px;
        margin-top: 1px;
    }
    .cbn-_-remember_me > a {
        font-size: 11px;
    }
    .signin_steps_content .from_el > label {
        font-size: 12px;
        letter-spacing: 1.2px;
        padding: 6px 0px;
        top: 62px;
        white-space: nowrap;
    }
    .signin_steps_content > :nth-child(2) .from_el > label {
        top: 52px;
    }
}
@media (max-width: 450px) {
    .signin_steps_content {
        padding: 0px 20px;
    }
    body.cb_user_login .landing-_-menu {
        top: 75px;
    }
    .signin_steps_content > .form_title > h2.label {
        font-size: 20px;
        margin-bottom: 25px;
        letter-spacing: 1px;
    }
    .signin_steps_content .from_el > input {
        height: 45px;
        border-radius: 6px;
        padding: 5px 10px;
        margin: 8px 0px;
        font-size: 12px;
    }
    .form_footer > button > img.cbn-_-right-arrow {
        width: 34px;
        margin-left: 10px;
        margin-top: 2px;
    }
    button.next_strp_btn {
        font-size: 18px;
        letter-spacing: 1px;
    }
    .form_footer {
        height: 52px;
    }
    .form_footer > button {
        font-size: 16px;
        letter-spacing: 1px;
    }
    form.signin_form {
        height: calc(100% - 80px);
        margin-top: 80px;
        background: linear-gradient(180deg, #001d72 60%, #00145b 80%);
        padding: 100px 0px 60px;
    }
    .cbn-_-remember_me > label {
        font-size: 9px;
        letter-spacing: 0.5px;
        margin-left: 14px;
    }
    .cbn-_-remember_me > input#remember {
        width: 10px;
        height: 10px;
        position: absolute;
        margin-top: 0px;
    }
    .cbn-_-remember_me > a {
        font-size: 9px;
        letter-spacing: 0.5px;
    }
    .cbn-_-remember_me {
        display: flex;
        justify-content: space-between;
        align-items: center;
        position: relative;
        padding-top: 5px;
    }
    .already_account_wrap {
        padding-top: 10px;
    }
    .signin_steps_content .form_body {
        margin-bottom: 10px;
    }
    .signin_steps_content .from_el #email-error {
        top: 46px;
    }
    .signin_steps_content .from_el > label {
        font-size: 8px;
        letter-spacing: 1px;
        padding: 5px 0px;
        top: 58px;
    }
    .signin_steps_content > :nth-child(2) .from_el > label {
        top: 112px;
        letter-spacing: 0.5px;
        font-size: 9px;
    }
    .cbn-choose-popup {
        padding: 42px 10px 30px;
        max-width: 100%;
        box-sizing: border-box;
        height: 100%;
    }
    #open-header_close {
        right: 0px;
        top: 0px;
    }
    #open-header_close > img {
        width: 12px !important;
        padding: 12px 8px !important;
    }
    .cbn-choose-popup > span {
        font-size: 16px;
        top: 52px;
        left: 22px;
    }
    .cbn-_-add-team:before {
        font-size: 16px;
        top: 10px;
        right: 14px;
    }
    .cbn-_-add-team > .cbn-_-add-country > ul.country_selections {
        max-height: calc(100vh - 15vh);
        height: auto;
    }
    .cbn-_-add-team > .cbn-_-add-country > ul > li {
        padding: 12px 12px;
    }
    .cbn-_-add-team > .cbn-_-add-country > ul > li > a > span {
        font-size: 13px;
        margin-left: 10px;
    }
    .cbn-_-add-team > .cbn-_-add-country > ul > li.popular_heading, .cbn-_-add-team > .cbn-_-add-country > ul > li.atoz_heading {
        padding: 5px 10px;
        font-size: 12px;
        margin-left: 10px;
    }
    .cbn-_-add-team > .cbn-_-club-search {
        height: 38px;
        padding: 5px 40px 5px 36px;
        font-size: 11px;
    }
    .S442-_-logo-cbn > img {
        margin: 0px;
    }
}
/*login-style-end*/
