/* file requested: /App_themes/default/Rebrand/css/credentials_pages_rebranded.css */
/* file resolved: /App_themes/default/Rebrand/css/credentials_pages_rebranded.css */

.custom-checkbox {
    background: none;
    width: 25px;
    height: 25px;
    display: inline-block;
    position: relative;
    cursor: pointer;
    z-index: 999;
    top: 0px;
    background-size: 0 0;
    margin-bottom: 25px;
}

    .custom-checkbox:hover {
        background: none;
        background-size: 0 0;
    }

    .custom-checkbox:checked {
        background: none;
        background-size: 0 0;
    }

    .custom-checkbox input[type="checkbox"] {
        z-index: -2;
        background: none;
    }

input {
    border: none;
    border-radius: 12px;
    min-height: 25px;
    min-width: 25px;
    padding: 15px;
    width: 25px;
    height: 25px;
    font-family: 'ValueSans-Regular-Pro', Verdana;
    color: #333333;
    background-color: #ffffff;
}


.account .account-wrapper .banner-text h1 {
    color: #110081;
    font-family:;
    font-size: 28px !important;
    font-family: 'ValueSerif-Bold-Pro', Georgia, Verdana;
    text-transform: none;
}


.credentials-pages {
    background-color: #fff;
    font-family: 'ValueSerif-Bold-Pro', Georgia, Verdana;
    font-size: 30px;
    color: #110081;
    margin-top: 30px;
    margin-bottom: 40px;
}

    .credentials-pages h3 {
        color: #110081;
        font-family:;
        font-size: 28px !important;
        font-family: 'ValueSerif-Bold-Pro', Georgia, Verdana;
        text-transform: none;
    }

.account-formgroup {
    margin-top: 50px;
}


.account-buttons .cigna-button {
    padding: 14px 28px;
}

.custom-checkbox {
    width: 35px;
    height: 29px;
    display: inline-block;
    position: relative;
    cursor: pointer;
    z-index: 999;
    top: 0px;
    /* background: url('/App_Themes/Default/App_Themes/Default/../img/checkbox.png?v=22') no-repeat; */
    background-size: 42px 39px;
    background: none;
    opacity: 1;
}




form.account-details .account-formgroup p {
    background-color: #110081;
    border-radius: 18px;
    height: auto;
    min-width: 320px;
    font-size: 24px;
    padding: 15px 15px;
    color: #ffffff;
    font-family: 'ValueSerif-Bold-Pro', Georgia, Verdana;
    text-align: center;
}



form.account-details div p {
    text-align: right;
}



@media (min-width: 576px) {
}

@media (min-width: 768px) {
}

@media (min-width: 992px) {
}


@media (min-width: 1024px) {
}

@media (min-width: 1200px) {
}
