﻿
@import url(//fonts.googleapis.com/css?family=Lato:300:400);



.login-form img {
    margin: 0 0 60px;
}

.login-form h4 {
    color: #5E6278;
    font-size: 24px;
    margin-bottom: 20px;
}

.login-form {
    position: relative;
    top: 50%;
    transform: translate(-0%, -50%);
    z-index: 1;
    background: #FFFFFF;
    max-width: 500px;
    margin: auto;
    padding: 45px;
    border-radius: 15px;
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 20%), 0 5px 5px 0 rgb(0 0 0 / 24%);
}

.login-form input, .forgot-form input {
    font-family: "Roboto", sans-serif;
    outline: 0;
    background: #ECF3F5;
    color: #5E6278;
    width: 100%;
    border: 0;
    margin: 0 0 15px;
    padding: 15px;
    box-sizing: border-box;
    font-size: 16px;
    border-radius: 10px;
}

.logIn_btn, .forgot_btn {
    text-align: center;
    font-weight: 600;
    font-size: 20px;
    cursor: pointer;
    border: none;
    border-radius: 10px;
    background: #373166;
    /*    #FF00FF*/
    color: #fff;
    outline: 0;
    width: 100%;
    padding: 15px 20px;
    -webkit-transition: all 0.3 ease;
    transition: all 0.3 ease;
}

.logIn_btn:hover, .logIn_btn:active, .logIn_btn:focus, .forgot_btn:hover, .forgot_btn:active, .forgot_btn:focus {
    background: #DC143C; /*red;*/
    outline: none;
}

.login-form .message a {
    color: #000;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    float: left;
    margin: 0 0 50px;
}

.signUp_message {
    
    font-size: 16px;
    bottom: -63px;
    position: absolute;
    left: 20px;
}

.login-form .register-form {
    display: none;
}

.forgot_password_modalBody {
    background: white;
    border-radius: 10px;
    padding: 0 !important;
    position: fixed !important;
    overflow: hidden !important;
    max-width: 450px;
    min-width: auto;
    height: fit-content;
    height: -moz-fit-content;
    margin: auto;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 111111;
    box-shadow: 0 5px 15px rgb(0 0 0 / 50%);
    scrollbar-width: thin;
}

.modal_close_btn {
    position: absolute;
    right: 10px;
    top: 10px;
    color: #5E6278;
    opacity: 1;
    cursor: pointer;
}
/*.forgot_password_modalDialog {
    width: auto;
    margin: 0;
}*/
.forgot-form h4 {
    color: #5E6278;
    font-size: 24px;
    margin-bottom: 20px;
}

.forgot-form {
    padding: 20px;
}

.voteForCandidate_body {
    position: relative;
    top: 50%;
    transform: translate(-0%, -50%);
    z-index: 1;
    background: #FFFFFF;
    max-width: 40%;
    margin: auto;
    padding: 45px;
    border-radius: 15px;
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 20%), 0 5px 5px 0 rgb(0 0 0 / 24%);
}

.voteForCandidate_SubmitBtn {
    margin-left: auto;
}

.voteForCandidate_backTohome_btn {
    width: 50%;
    margin-top: auto;
    margin-bottom: auto;
}

    .voteForCandidate_backTohome_btn a {
        text-decoration: none;
        color: #FF00FF;
        font-size: 16px;
    }

.nominineeReg-tagline h1 {
    font-family: 'Sofia';
    font-size: 32px;
}

.nominineeReg-tagline {
    margin-top: 20px;
}

.contact-from_section {
    background: #FFFFFF;
    padding: 25px;
    border-radius: 15px;
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 20%), 0 5px 5px 0 rgb(0 0 0 / 24%);
    border-radius: 15px;
}

.input-data-bbca {
    height: 40px;
    width: 100%;
    position: relative;
    margin: 50px 0;
}

    .input-data-bbca input {
        height: 100%;
        width: 100%;
        color: #5E6278;
        border: none;
        font-size: 14px;
        border-bottom: 2px solid silver;
        outline: none;
    }

        .input-data-bbca input:focus ~ label,
        .input-data-bbca input:valid ~ label {
            transform: translateY(-20px);
            font-size: 15px;
            color: #6664D4;
        }

    .input-data-bbca label {
        position: absolute;
        bottom: 10px;
        left: 0;
        color: grey;
        pointer-events: none;
        transition: all 0.3s ease;
    }

.input-radio-bbca {
    margin: 0px 0 40px;
}

    .input-radio-bbca input[type="radio"] {
        appearance: none;
        -webkit-appearance: none;
        position: relative;
        width: 20px;
        height: 20px;
        border-radius: 50px;
        outline: none;
        transition: .4s;
        cursor: pointer;
        border: 2px solid #9E9E9E;
    }

        .input-radio-bbca input[type="radio"]:checked {
            background: #5E6278;
            border: 4px solid #9E9E9E;
        }

.message_textarea:focus {
    outline: none;
    border-color: #FF00FF;
    box-shadow: none;
}

.from_Submit_button_section {
    text-align: right;
    width: 50%;
}

.from_Submit_button_section_back {
    text-align: left;
    width: 50%;
}

.reg_Create_button {
    background: #6664D4;
    color: #fff;
    width: 150px;
    height: 42px;
    border-radius: 15px 0px;
    border: none;
    cursor: pointer;
    text-transform: uppercase;
}

    .reg_Create_button:focus {
        outline: none;
    }

    .reg_Create_button:hover {
        background: #dd00dd;
        transition: 0.3s;
    }

.backToList_btn {
    width: 50%;
    margin: auto;
}

    .backToList_btn a {
        text-decoration: none;
        color: #FFFFFF;
        font-size: 16px;
    }

        .backToList_btn a:hover {
            color: #dd00dd;
        }

.contact-from-footer {
    display: flex;
    padding: 20px 0 0;
}

.sponsorContact_label {
    color: #FF00FF;
    font-size: 22px;
    font-weight: 600;
}

.field-validation-error {
    font-size: 14px;
}

/*----pricing table----*/
/*body {
    background: #e6e6e6;
    font-family: Rubik;
}
*/
/*.main-head {
    background: #0D1440;
    box-shadow: 0px 1px 10px -6px rgba(0, 0, 0, .15);
    padding: 1rem;
    margin-bottom: 0;
    margin-top: 5rem;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    border-radius: 4px;
    font-size: 16px;
}*/
.pricing-table-main-section {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

    .pricing-table-main-section .price-table-head {
        background: #FF00FF;
        color: #fff;
        padding: 20px 0;
    }

    .pricing-table-main-section .arrow-down {
        width: 0;
        height: 0;
        border-left: 15px solid transparent;
        border-right: 15px solid transparent;
        border-top: 15px solid;
        margin: auto;
    }

.border-top-after-blue:after, .border-top-before-blue:before, .border-top-blue {
    border-top-color: #FF00FF !important;
}

.pricing-table {
    background: #fff;
    box-shadow: 0px 1px 10px -6px rgba(0, 0, 0, .15);
    padding: 2rem;
    border-radius: 4px;
    transition: .3s;
}

    .pricing-table:hover {
        box-shadow: 0px 1px 10px -4px rgba(0, 0, 0, .15);
    }

    .pricing-table .pricing-label {
        border-radius: 2px;
        padding: .25rem .5rem;
        margin-bottom: 1rem;
        display: inline-block;
        font-size: 12px;
        font-weight: 500;
    }

    .pricing-table h2 {
        color: #3b3b3b;
        font-size: 24px;
        font-weight: 500;
    }

    .pricing-table h5 {
        color: #B3B3B3;
        font-size: 14px;
        font-weight: 400;
    }

    .pricing-table .pricing-features {
        margin-top: 2rem;
    }

        .pricing-table .pricing-features .feature {
            font-size: 14px;
            margin: .5rem 0;
            color: #B3B3B3;
        }

            .pricing-table .pricing-features .feature span {
                display: inline-block;
                float: right;
                color: #3b3b3b;
                font-weight: 500;
            }

    .pricing-table .price-tag {
        margin-top: 2rem;
        text-align: center;
        font-weight: 500;
    }

        .pricing-table .price-tag .symbol {
            font-size: 24px;
        }

        .pricing-table .price-tag .amount {
            letter-spacing: -2px;
            font-size: 64px;
        }

        .pricing-table .price-tag .after {
            color: #3b3b3b;
            font-weight: 500;
        }

    .pricing-table .price-button {
        display: block;
        color: #fff;
        margin-top: 10rem;
        padding: .75rem;
        border-radius: 15px 0px;
        text-align: center;
        font-weight: 500;
        transition: .3s;
    }

        .pricing-table .price-button:hover {
            text-decoration: none;
        }

.purple .pricing-label {
    background: #cad2ff;
    color: #627afe;
}

.purple .price-tag {
    color: #627afe;
}

.turquoise .pricing-label {
    background: #b9edee;
    color: #44cdd2;
}

.turquoise .price-tag {
    color: #44cdd2;
}

.red .pricing-label {
    background: #ffc4c4;
    color: #ff5e5e;
}

.red .price-tag {
    color: #ff5e5e;
}

.red .price-button, .turquoise .price-button, .purple .price-button {
    background: #FF00FF;
}

    .red .price-button:hover, .turquoise .price-button:hover, .purple .price-button:hover {
        background: #dd00dd;
    }

.termsOnConditions-custom-design-for-Package {
    text-decoration: none !important;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    color: black;
}

@media screen and (max-width: 1024px) {
    .voteForCandidate_body {
        max-width: 60%;
    }
}

@media screen and (max-width: 448px) {
    .pricing-table-main-section {
        position: relative;
        top: 0;
        left: 0;
        transform: none;
    }

        .pricing-table-main-section .price-table-head {
            margin-top: 20px;
        }

    .forgot_password_modalBody {
        width: 90%;
    }

    .voteForCandidate_body {
        max-width: 96%;
        padding: 30px;
    }
}
