/* Login */
.main {
    min-height: 500px !important;
}

    .main > div:last-of-type:not(.page--home) {
        margin-bottom: 0 !important;
    }

label {
    font-family: FSElliotWebRegular, sans-serif;
}

div.loginHeader {
    width: 100%;
    background-color: #FBF0E9;
    padding-top: 5px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    text-align: center;
}

    div.loginHeader h1 {
        width: 100%;
        color: #D25D15;
        font-size: 20px;
        margin: 0px;
        font-weight: 700;
    }

    div.loginHeader div.loginHeaderContent section::before {
        content: "";
        display: inline-block;
        mask: url(../images/tick.svg) no-repeat 50% 50%;
        background-color: #D25D15;
        height: 15px;
        width: 19px;
        height: 15px;
        width: 19px;
        position: relative;
        left: -10px;
        top: 2px;
    }

    div.loginHeader div.loginHeaderContent {
        display: flex;
        justify-content: center;
        font-size: 14px;
        margin-bottom: 10px;
    }

        div.loginHeader div.loginHeaderContent section {
            transition: 1s;
        }

            div.loginHeader div.loginHeaderContent section:nth-child(2) {
                padding-left: 30px;
            }

.swapper {
    display: none;
}

@media all and (min-width: 0) and (max-width: 956px ) {
    div .loginHeader div.loginHeaderContent section:nth-child(2) {
        display: none;
    }

    div .swapper {
        display: block;
        margin-top: 30px;
    }

        div .swapper img {
            margin-left: 10px;
            width: 15px;
            cursor: pointer;
        }

    div.loginHeader div.loginHeaderContent {
        margin-bottom: 0;
        width: 295px;
        margin-left: auto;
        margin-right: auto;
    }
}


@media all and (min-width: 0px) and (max-width: 560px ) {
    div .loginHeader div.loginHeaderContent section:nth-child(1) {
        max-width: 260px;
    }
}

#CCLUBAPPS .main div.loginOrCreateAccountBox {
    width: 540px;
    padding: 20px;
    border: 1px solid black;
    margin-top: 15px;
}

#CCLUBAPPS input[type='text'] {
    font-size: 18px !important;
}

#CCLUBAPPS .main div.loginOrCreateAccountBox .button--primary:hover {
    background-color: #b31f29;
}

#CCLUBAPPS .main div.loginOrCreateAccountBox .btn--primary {
    border: 0;
    margin-top: 8px;
}

#CCLUBAPPS .main div.loginOrCreateAccountBox .mobile-validation-message {
    margin-top: 5px;
    text-align: right;
}

#CCLUBAPPS h3.appDownload {
    text-align: center;
    width: 100%;
    color: #444;
    margin-top: 40px;
}

#CCLUBAPPS .main .contentContainerLogin div.loginOrCreateAccountBox img {
    margin: 5px;
}

div.appDownload {
    display: flex;
    justify-content: center;
}

    div.appDownload img {
        width: 171px;
    }

#forgotYourPassword {
    font-size: 16px;
    color: #444;
    text-align: center;
    float: left;
    text-decoration: underline;
    margin-top: 15px;
    margin-bottom: 15px;
}

#passwordAttemptsError {
    text-align: center;
    margin: 0;
}

    #passwordAttemptsError p {
        margin: 0;
    }

#btnTransferToRegisterPage {
    margin-left: -2000px; /* hide the button*/
}
/*Shared page styles */
#CCLUBAPPS .main div.contentContainerLogin h2 {
    color: #B31F29;
    font-family: lucky_fellas;
    font-size: 74px;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 40px;
    font-weight: normal;
    line-height: 70%;
}

.contentContainerLogin {
    display: flex;
    justify-content: center;
    margin-top: -40px;
}

#CCLUBAPPS .main div.contentContainerPasswordReset {
    margin-top: -10px;
}

div.input label {
    font-weight: bold;
    display: block;
}

div.input input {
    width: 100%;
}

.frm__text-input {
    width: 100%;
    height: 50px !important;
}

.field-icon {
    float: right;
    margin-left: -34px;
    margin-right: 24px;
    margin-top: -45px;
    position: relative;
    z-index: 2;
}

#CCLUBAPPS .main div.contentContainerLogin .error, #CCLUBAPPS .main div.contentContainerRegistration .error {
    outline: 2px solid #99242C !important;
    outline-offset: -2px !important;
    background-color: #F7E9EA;
}

#CCLUBAPPS .main div.contentContainerLogin .errorText p {
    margin-top: 0px;
    color: #B31F29 !important;
    font-size: 16px;
    margin-bottom: 10px;
}

#CCLUBAPPS .main div.contentContainerLogin .errorText a {
    margin-top: 10px;
    color: #B31F29 !important;
    font-size: 16px;
    text-decoration: underline;
    cursor: pointer;
}

#CCLUBAPPS .main div.contentContainerLogin h3, #CCLUBAPPS .main div.contentContainerRegistration h3 {
    font-size: 20px;
    color: #333333;
    line-height: 25px;
}

#CCLUBAPPS .main input[type=email], #CCLUBAPPS .main input[type=text], #CCLUBAPPS .main input[type=password], #CCLUBAPPS .main select {
    outline: 1px solid #333333 !important;
    outline-offset: -1px !important;
    font-size: 18px;
}

    #CCLUBAPPS .main input[type=email]:-webkit-autofill::first-line, #CCLUBAPPS .main input[type=text]:-webkit-autofill::first-line, #CCLUBAPPS .main input[type=password]:-webkit-autofill::first-line {
        font-size: 18px;
    }

#CCLUBAPPS .main div.contentContainerLogin .success, #CCLUBAPPS .main div.contentContainerRegistration .success {
    -webkit-box-shadow: 0 0 20px 20px #E6F2E8 inset;
}

#CCLUBAPPS .main p, #CCLUBAPPS .main label {
    color: #333333;
}

#CCLUBAPPS .main #passwordValidationList p {
    margin-bottom: 5px;
    font-size: 16px;
}

#CCLUBAPPS .main #passwordValidationList {
    font-size: 16px;
}

#CCLUBAPPS .main span.field-validation-error {
    font-size: 16px;
    clear: both;
}


.appDownloadSpacer {
    width: 15px;
}
/*Registration page */

.input-wrapper {
    position: relative;
}

    .input-wrapper input[type=text] {
        padding-right: 40px;
    }

    .input-wrapper input[type=button] {
        position: absolute;
        top: 0;
        right: 0;
        border: none;
        background-color: transparent;
        cursor: pointer;
    }

    .input-wrapper input {
        padding-right: 40px;
        width: 100%;
    }

    .input-wrapper button {
        position: absolute;
        top: 0;
        right: 0;
        border: none;
        background-color: transparent;
        cursor: pointer;
    }

.mobile-validation-message {
    text-align: right;
}

.frm__select-wrap--vertical {
    margin-bottom: 0;
}

#membershipRadioSelect label {
    width: 330px;
    margin-left: 30px;
    margin-bottom: 12px;
}

.full-width {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}

body .terms-condition .frm__checkbox-input input[type=checkbox] + input[type=hidden] + label:before, body .frm__checkbox-input input[type=checkbox] + label:before {
    position: absolute;
    left: -5px;
    width: 30px;
    height: 30px;
}

.terms-condition input[type=checkbox]:checked + label:before {
    display: inline-block;
    text-rendering: auto;
    position: absolute;
    top: 3px;
    left: -5px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    text-indent: -2px;
    border-radius: 5px;
    color: #f5f5f5;
    padding: 0;
    text-align: center;
    vertical-align: text-top;
    background: #007575 !important;
    content: "\f15e";
    font-size: 1.38em !important;
}

.terms-condition input[type="checkbox"] + label::before {
    background: white none repeat scroll 0 0;
    border-top: 3px solid #007575;
    border-left: 3px solid #007575;
    border-right: 3px solid #007575;
    border-bottom: 3px solid #007575;
    box-shadow: inset 0 2px 0 0 rgba(0, 0, 0, .2);
}

.terms-condition input[type=checkbox] + label:before {
    display: inline-block;
    text-rendering: auto;
    position: absolute;
    top: 3px;
    left: -5px;
    width: 30px;
    height: 35px;
    cursor: pointer;
    text-indent: -2px;
    border-radius: 5px;
    color: #f5f5f5;
    padding: 0;
    text-align: center;
    vertical-align: text-top;
    background: #f5f5f5;
    content: "";
    font-size: 1.38em !important;
}

.terms-condition input[type=checkbox].error + label::before {
    outline: 2px solid #99242C !important;
    outline-offset: -2px !important;
    background-color: #F7E9EA !important;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
}

.terms-condition input[type=checkbox] + label {
    position: relative;
    padding: 6px 0 5px 32px;
    color: #333;
}


#CCLUBAPPS .terms-condition input[type="checkbox"]:focus + label:before {
    outline: 0 solid #007575;
}

div.terms-condition {
    margin-top: 30px;
}

div.CCLUBAPPS div.CCLUBJOIN .link--red {
    color: #B31F29;
    text-decoration: underline;
}

.CCLUBAPPS .registrationBox .autocomplete input:disabled.postcodeSearchButton {
    background-color: #496272;
}

#CCLUBAPPS .main div.contentContainerRegistration div.yesNoSelectOption {
    min-width: 200px;
}

    #CCLUBAPPS .main div.contentContainerRegistration div.yesNoSelectOption a:first-child {
        margin-right: 10px;
    }

    #CCLUBAPPS .main div.contentContainerRegistration div.yesNoSelectOption a {
        border: 2px solid #b31f29;
        width: 80px;
        background-color: #fff;
        color: #b31f29;
        padding: 10px;
    }

        #CCLUBAPPS .main div.contentContainerRegistration div.yesNoSelectOption a.selected {
            background-color: #b31f29;
            color: #ffffff;
        }

#tbMembershipNumberValidationError {
    display: none;
}

#tbLastNameValidationError {
    display: none;
}

div.registrationBox div.intro {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

@media (max-width: 800px) {
    div.registrationBox div.intro {
        flex-direction: column;
    }
}

#membershipInformation input.btn {
    margin-top: 20px;
    border: 0px;
}

@media (max-width: 800px) {
    .CCLUBAPPS .registrationBox .inputRow {
        display: block;
    }

    .CCLUBAPPS .registrationBox .inputContainer:first-child {
        margin-bottom: 15px;
    }

    .CCLUBAPPS .registrationBox .inputContainer {
        width: 99%;
    }

        .CCLUBAPPS .registrationBox .inputContainer input[type=text] {
            width: 100%;
        }

    .CCLUBAPPS .registrationBox input[type=button] {
        width: 100%;
    }
}

.registrationBox .inputRow {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}

#membershipInformation {
    display: none;
    background-color: #EBEBEB;
    padding: 10px;
}

.inputContainer {
    width: 48%;
}

    .inputContainer input[type=text] {
        width: 100%;
    }

div.input div.radioSelect label {
    width: 80%;
    font-weight: normal;
}

div.input div.radioSelect input {
    width: 18px;
    height: 18px;
    accent-color: #007575;
    float: left;
}

.buttonContainer {
    display: flex;
    justify-content: end;
    clear: both;
}

.CCLUBAPPS .registrationBox .frm__select {
    width: 100% !important;
    height: 50px;
}

.CCLUBAPPS .registrationBox input[type=button] {
    border: 0px;
    margin-bottom: 15px;
}

#btnCreateMemberAccount {
    display: none;
}

#lblMemberSelectList {
    display: none;
    margin-bottom: 15px;
}

.maxWidth {
    max-width: 1240px;
    margin: 0 auto;
    padding: 10px;
    padding-top: 0;
    padding-bottom: 0;
}

.padded {
    padding: 10px;
    padding-top: 0;
}

#lblMemberMultiplePeopleFound {
    font-weight: normal;
    margin-bottom: 30px;
    display: block;
    display: none;
}

#membershipCreateAccount {
    display: none;
}

#screenNameDescription {
    font-weight: normal;
}

#btnCreateAccount {
    margin-top: 10px;
}

#divIsCompleteMember {
    display: none;
}

#divTermsAndConditionsMemberError {
    clear: both;
    display: inline-block;
    text-align: left;
    padding-top: 20px;
    display: block;
}

#nonMembershipDetails {
    padding-left: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
}

#divTermsAndConditionsNonMemberError {
    clear: both;
    display: inline-block;
    text-align: left;
    margin-top: 20px;
}

#tbEmailNonMemberValidationError {
    display: none;
}

#tbLastNameMemberValidationError {
    display: none;
}

#membershipInformation {
    display: none;
}

#ddlTitleNonMemberValidationError {
    display: none;
}

#tbFirstNameNonMemberValidationError {
    display: none;
}

#tbLastNameNonMemberValidationError {
    display: none;
}

#ddlBestDescribesNonMemberValidationError {
    display: none;
}

#tbEmailNonMemberValidationError {
    display: none;
}

#divTermsAndConditionsNonMemberError {
    padding-top: 14px;
    display: none;
}

#divIsCompleteNonMember {
    display: none;
    padding: 10px;
}

#tbHouseNumberValidationError {
    display: none;
}

#tbHouseNameValidationError {
    display: none;
}

#tbAddressLine1ValidationError {
    display: none;
}

#tbCityValidationError {
    display: none;
}

#ddlCountyValidationError {
    display: none;
}

#tbPostcodeValidationError {
    display: none;
}

#ddlCountryValidationError {
    display: none;
}

#nonMemberAddress {
    display: none;
}

.contentContainerRegistration h1 {
    color: #B31F29;
    font-family: lucky_fellas;
    font-size: 80px;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 40px;
    font-weight: normal;
}

.passwordBox {
    min-width: 280px;
}

.ui-widget {
    font-family: Arial,Helvetica,sans-serif;
    font-size: .875rem;
    line-height: 1.125rem;
}

.ui-autocomplete-address {
    background: url('/caravanclubapps/Content/images/ajax-loader.gif') no-repeat right center;
    background-size: 80px 80px;
    background-color: white;
}

.showManualAddress {
    display: inline-block;
    color: #B31F29 !important;
    cursor: pointer;
    font-weight: 700;
    text-decoration: underline;
}

#nonMemberAddressDetails {
    display: none;
    margin-bottom: 0px;
}

.appearance .frm__select-wrap:before {
    z-index: 999;
    pointer-events: none;
}

/* Password reset page */

.backButtonBox {
    float: left;
    width: 220px;
    position: absolute;
}

.richtext .backButtonBox a {
    font-size: 15px;
    color: #000000;
    text-decoration: underline;
}

@media (max-width: 953px) {
    .backButtonBox {
        width: 220px;
        float: none;
        position: relative;
        margin-bottom: 15px;
    }
}

.autocomplete {
    width: 100%;
}


.autocomplete-item-container {
    max-height: 290px;
    overflow-y: scroll;
    scrollbar-color: #007575 #EBEBEB;
    font-size: 14px;
}

.autocomplete-items {
    position: absolute;
    background-color: #fff;
    border: 1px solid #d4d4d4;
    border-bottom: none;
    border-top: none;
    z-index: 9999999999;
    /*  position the autocomplete items to be the same width as the container:*/
    top: 100%;
    left: 0;
    right: 0;
}

.autocomplete-item-container div, .autocomplete-footer {
    padding: 10px;
}

.autocomplete-items div {
    cursor: pointer;
    background-color: #fff;
    border-bottom: 1px solid #d4d4d4;
}

    .autocomplete-items div:hover {
        background-color: #e9e9e9;
    }

.autocomplete-footer {
    text-align: center;
}

main .autocomplete-footer p {
    font-size: 14px;
    margin: 0px
}

main div.inputRow .autocomplete-footer a {
    color: #000000;
    font-size: 14px;
    text-decoration: underline;
}

.CCLUBAPPS .registrationBox .autocomplete .postcodeSearchButton {
    position: absolute;
    /* float: right; */
    display: inline-block;
    background-color: #007575;
    padding: 5px;
    right: 10px;
    height: 40px;
    top: 25px;
    width: 150px;
    margin-top: -20px;
    color: #fff;
    border-radius: 3px;
    font-weight: bold;
}

@media (min-width: 1240px) {


    .CCLUBAPPS .registrationBox .autocomplete .postcodeSearchButton {
        z-index: 100;
    }
}

/* Promo box */
.promo-become-a-member {
    background-image: url(../../Content/images/become-a-member-footer-image.jpg);
    width: 100%;
    height: 300px;
    display: flex;
    justify-content: space-between;
    background-size: cover;
    resize: both;
}

@media (max-width: 585px) {
    div.site .promo-become-a-member {
        height: 340px;
    }
}



@media (max-width: 700px) {
    div .site .promo-become-a-member {
        flex-flow: column;
        justify-content: start;
    }

        div.site .promo-become-a-member .area-box {
            margin-top: 12px;
            margin-left: 90px;
        }

        div.site .promo-become-a-member .heading-box {
            margin-left: 40px;
            margin-top: 30px;
        }
}

@media (max-width: 425px) {
    div.site .promo-become-a-member .heading-box a {
        width: 90%;
    }

    /* Safari hack */
    _::-webkit-full-page-media, _:future, :root .promo-become-a-member .heading-box a {
        width: 90%;
    }

}


.promo-become-a-member .heading-box {
    margin-left: 80px;
    margin-top: 100px;
}

@media (max-width: 400px) {
    div.site .promo-become-a-member .area-box {
        width: 252px;
        height: 100px;
        margin-left: 50px;
    }
}

.promo-become-a-member .heading-box a {
    border: 0;
    width: 232px;
    height: 45px;
    font-size: 18px;
    font-weight: 700;
}
/* Safari hack */
_::-webkit-full-page-media, _:future, :root .promo-become-a-member .heading-box a {
    /*height: 60px;*/
    width: auto;
}

.promo-become-a-member .heading-box h2, .promo-become-a-member .heading-box h3 {
    color: white;
    font-weight: 700;
}

.promo-become-a-member .heading-box h3 {
    font-size: 20px;
    line-height: 20px;
}

.promo-become-a-member .area-box {
    background-color: white;
    width: 292px;
    height: 75px;
    padding: 8px;
    position: relative;
    margin-top: 180px;
    margin-right: 80px;
    border-radius: 3px;
}

    .promo-become-a-member .area-box h2 {
        font-size: 16px;
        margin: 0px;
        padding: 0px;
        line-height: 1em;
        font-weight: bold;
    }

    .promo-become-a-member .area-box p {
        font-size: 16px;
        margin-top: 0px;
    }

    .promo-become-a-member .area-box img {
        width: 30px;
        height: 30px;
        position: absolute;
        top: 55px;
        right: -12px;
    }

/* Account Activated Screen */
div.site main.main .accountActivatedPage h1 {
    color: #B31F29;
    font-family: lucky_fellas;
    font-size: 74px;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 40px;
    font-weight: normal;
}

#CCLUBAPPS div.site main.main .accountActivatedPage h4 {
    color: #333333;
    font-size: 16px;
    text-align: left;
    font-weight: 700;
    /* margin-bottom: 80px; */
}

#CCLUBAPPS div.site main.main .accountActivatedPage h2 {
    color: #000000;
    /* font-size: 24px; */
    text-align: center;
    font-weight: 700;
    margin-bottom: 100px;
}


div.promo-box-holder {
    display: flex;
    justify-content: space-evenly;
    /* margin-top: 80px; */
    flex-wrap: wrap;
}

    div.promo-box-holder > div {
        flex: 1 0 26%;
    }

@media ( max-width: 768px) {
    div.promo-box-holder > div {
        flex-basis: 34%;
    }

    #CCLUBAPPS div.site main.main .accountActivatedPage h2 {
        margin-bottom: 0px;
    }
}

@media ( max-width: 520px) {
    div.promo-box-holder > div {
        flex-basis: 51%;
    }
}

@media (max-width: 1235px) {
    div.site main.main div.promo-box div.area-box {
        margin-left: 190px;
    }

    div.site main.main div.promo-box {
        height: 450px;
        max-width: 500px;
    }
}


@media ( max-width: 507px) {
    div.site main.main div.promo-box div.area-box {
        margin-left: 60px;
    }
}

div.site main.main div.book-your-holiday div.area-box {
    height: 66px;
    margin-bottom: 40px;
    /* padding-top: 0px; */
    margin-top: 165px;
}

div.promo-box div.area-box {
    background-color: white;
    width: 292px;
    height: 86px;
    padding: 8px;
    position: relative;
    margin-top: 150px;
    margin-left: 90px;
    border-radius: 3px;
    margin-right: 10px;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 22px;
}

#CCLUBAPPS .main div.promo-box .area-box h4 {
    font-size: 16px;
    margin: 0px;
    padding: 0px;
    line-height: 1em;
    font-weight: bold;
    text-align: left;
}

#CCLUBAPPS .main div.promo-box .area-box p {
    font-size: 16px;
    margin-top: 3px;
}

#CCLUBAPPS .main div.promo-box .area-box img {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 55px;
    right: -12px;
}

div.promo-box {
    height: 255px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin-left: 4px;
    margin-right: 4px;
    margin-top: 20px;
}


.your-profile div.promo-image {
    background-image: url(../../Content/images/castle-image-promo.png);
}

.book-your-holiday div.promo-image {
    background-image: url(../../Content/images/caravan-image-promo.png);
}

.download-app div.promo-image {
    background-image: url(../../Content/images/app-promo.png);
}

div.promo-image {
    width: 99%;
    max-width: 500px;
    height: 245px;
    display: flex;
    justify-content: space-between;
    background-size: cover;
    resize: block;
}

div.promo-content {
    display: flex;
    flex-direction: column;
    max-width: 500px;
}

div.site main.main div.promo-content h4 {
    display: flex;
    font-size: 24px;
    font-weight: 700;
    color: #333333;
    margin: 0px;
    margin-top: 10px;
}

div.site main.main div.promo-content p {
    display: flex;
    font-size: 18px;
    font-weight: 400;
    margin-top: 5px;
    margin-bottom: 8px;
    height: 81px;
}

div.site main.main div.promo-content a.btn {
    width: 270px;
    font-weight: 700;
    font-size: 18px;
}

div.site main.main div.book-your-holiday a.btn {
    width: 270px;
}

div.site main.main div.download-app div.area-box {
    background-color: initial;
}

#CCLUBAPPS .main div.book-your-holiday .area-box img {
    top: 35px;
}

#CCLUBAPPS .main div.download-app .area-box img {
    top: 35px;
}

#CCLUBAPPS .main div.download-app .appDownload {
    height: 44px;
    justify-content: flex-start;
}

#CCLUBAPPS .main div.download-app .area-box img {
    width: 45px;
    height: 45px;
    position: absolute;
    top: 35px;
    right: 325px;
}


@media (max-width: 1235px) {
    div.site main.main div.book-your-holiday {
        /* margin-top: 15px; */
    }

    div.download-app {
        margin-top: 25px;
    }

    div.site main.main div.your-profile {
        margin-top: 15px;
    }

    #CCLUBAPPS div.site main.main .accountActivatedPage h2 {
        margin-bottom: 20px;
    }

    #CCLUBAPPS .main div.download-app .area-box img {
        top: 30px;
        right: 425px;
    }
}

@media (max-width: 768px) {
    div.site main.main div.book-your-holiday, div.site main.main div.your-profile {
        margin-top: 15px;
    }
}

@media (max-width: 507px) {
    #CCLUBAPPS .main div.download-app .area-box img {
        top: 30px;
        right: 300px;
    }
}

.CCLUBAPPS ul.member-password li.password-error-list {
    color: #AC1640;
    list-style-type: none;
    padding-left: 0px;
}

ul.member-password .password-error-list::after {
    font-family: fontawesome;
    content: "\f00d";
    float: left;
    font-size: 20px;
    padding-right: 13px;
}

.CCLUBAPPS .commsList li.password-tick-list {
    list-style-type: none;
    padding-left: 0px;
    color: #006F42;
}

.CCLUBAPPS .commsList .password-tick-list::after {
    font-family: icons;
    content: "\f15e";
    float: left;
    margin-left: -12px;
    font-size: 40px;
}

.member-password {
    line-height: 1em;
}

.CCLUBAPPS .commsList li:not(.password-tick-list):not(.password-error-list) {
    margin-left: 20px;
}

.CCLUBAPPS .commsList li {
    list-style-type: disc;
}

.CCLUBAPPS ul.member-password li {
    padding-left: 0;
}
