﻿body {
    background: rgb(4, 161, 224);
    background: #fff;
    height: 100vh;
    color: rgb(51, 56, 105);
    background-attachment: fixed;
    font-family: "Montserrat", sans-serif;
}

.btn-Next-Confirm {
    background-color: white;
    color: black;
    font-weight: bold;
}

.btn-Back {
    background-color: white;
    color: black;
    font-weight: bold;
}

label {
    font-weight: bold;
}

.btn-primary {
    color: white;
    background-color: rgb(51, 56, 105);
}

.card-header {
    border-bottom: 1px solid #212529;
    background-color: rgb(51, 56, 105);
    /* color: white;*/
}

.btn btn-primary {
    background-color: rgb(51, 56, 105);
    color: white !important;
    font-weight: bold;
}

.btn {
    background-color: rgb(51, 56, 105);
    color: white !important;
}

.default-btn {
    background-color: rgb(51, 56, 105);
    color: white !important;
    font-weight: bold;
}


.main-login-wrapper.register .btn-primary, .manage-pg .btn-primary, .change-pw .btn-primary {
    width: auto;
    padding: 10px 30px;
    background-color: rgb(51, 56, 105);
    color: white !important;
}


.dropdown-toggle {
    color: white !important;
}

.menu.d-flex {
    background-color: rgb(51, 56, 105);
}

.login-wrapper .dull-border {
    border: 1px solid #1b1e21 !important;
}

.login-wrapper .btn-primary {
    background-color: rgb(51, 56, 105);
    color: #fff !important;
}

h5.font-weight-lighter {
    font-weight: bold !important;
    color: rgb(51, 56, 105);
}

.menu-item.btn-primary {
    background-color: rgb(51, 56, 105);
    color: #fff !important;
    font-weight: bold;
}

.main-login-wrapper .btn-Back {
    background-color: transparent;
    color: white;
}

.header-font {
    font-size: 1.875rem;
    line-height: 1;
}

.sub-btn {
    background-color: rgb(51, 56, 105);
    color: #fff;
    min-width: 100%;
}

.log-pass-btn {
    background-color: rgb(51, 56, 105);
    border-color: black;
    color: white;
    min-width: 100%;
    font-weight: bold;
}

.input-email {
    width: 80%;
}

.i-tag-color {
    color: red;
}

.nophonemsg {
    color: red;
}

.noemailmsg {
    color: red;
}

.errormsg, .errormsgregistercdc, .errormsgEmailId, .errormsgPhone, .errormsgCountry, .errormsgFullName, .emailPhoneEmptyError, .noemailmsg, .nophonemsg, #error-msg, .emailmessage, .phonemessage {
    color: #dc3545 !important;
    font-size: 13px;
}

::placeholder {
    color: #bdbfce !important;
    font-weight: 500 !important;
    font-size: 14px;
}

.login-page2 {
    padding-top: 1.3rem !important;
}

.login-phone-number .iti {
    position: relative;
    left: -8px;
}

.btn-login-primary {
    width: 100%;
    background: #333869;
    border: 1px solid #333869;
    color: #ffffff !important;
}

    .btn-login-primary:hover {
        background: #6E7194;
        color: #ffffff !important;
    }

.btn-login-secondary {
    width: 100%;
    background: #ffffff;
    border: 1px solid #333869;
    color: #000000 !important;
}

    .btn-login-secondary:hover {
        background: #6E7194;
        color: #ffffff !important;
    }

.btn-login-light {
    width: 100%;
    background: #6E7194;
    border: 1px solid #333869;
    color: #ffffff !important;
}

    .btn-login-light:hover {
        background: #333869;
    }

.mb-10 {
    margin-bottom: 10px !important;
}

.mt-10 {
    margin-top: 10px !important;
}

.mt-20 {
    margin-top: 20px !important;
}

.info-registration {
    font-size: 12px;
    color: #828384;
}


.fieldset-02-white > legend {
    font-size: 14px;
    font-weight: normal;
    padding: 0px 5px !important;
    width: auto;
    margin-left: 10px;
    font-family: "Muli", sans-serif;
    font-size: 13px;
}

.fieldset-02-white {
    border-bottom: 1px solid #bfbebe;
}


.verification-label {
    color: green;
    margin-top: 8px;
    font-weight: bold;
    font-size: 1rem;
    padding-bottom: 1%;
}

.verifybtn-w {
    width: 90%;
    padding-bottom: 1%;
}

.verifybtn-prof {
    padding: 0.12%;
    padding-left: 1%;
    padding-right: 1%;
}



@media only screen and (max-width: 667px ) and (min-width: 375px) {
    .reg-i-tag-width {
        width: max-content;
    }
}


@media only screen and (min-width: 1366px) {
    .reg-phone-tag-width {
        width: max-content;
    }
}

.back-a-tag {
    display: none;
    color: #dc3545 !important;
    font-size: 13px;
}

.text-color{
    color:white !important;
}

.head-color{
    color:black !important;
}

.row-text-padding{
    padding-bottom:3% !important;
}

.group-row-margin {
    margin-bottom:1% !important;
}


.padding-reg {
    padding: 6px;
}

@media screen and (min-width: 320px) and (max-width:700px ) {
    .sign-up-font {
        font-size: 12px
    }
}

#verifyemail.verifybtn, #verifyemailclear.verifybtn {
    margin-top: 5px !important;
}

#newregister #UserEmailId {
    width: calc(100% - 90px) !important;
}



