﻿
.rectangle {
    width: 477px !important;
    background-color: #FFFFFF !important;
    box-shadow: 0 2px 13px 0 rgba(189,189,189,0.5);
    margin-top: 50px;
    margin-bottom: 50px;
}

.Termsandcondtions {
    max-height: 354px;
    border: 1px solid #D4D4D4;
    padding: 20px 20px 20px 20px;
}

.innerTermsandcondtions {
    max-height: 300px;
    padding: 25px 25px 15px 5px;
    overflow-y: auto;
}



label {
    display: inline;
}

.regular-checkbox {
    opacity: 0;
}

    .regular-checkbox + label {
        background-color: #fafafa;
        border: 1px solid #cacece;
        box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);
        padding: 9px;
        border-radius: 3px;
        display: inline-block;
        position: relative;
        margin-bottom: -5px !important;
    }

        .regular-checkbox + label:active, .regular-checkbox:checked + label:active {
            box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);
        }

    .regular-checkbox:checked + label {
        background-color: #e9ecee;
        border: 1px solid #adb8c0;
        box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05), inset 15px 10px -12px rgba(255,255,255,0.1);
        color: #99a1a7;
    }

        .regular-checkbox:checked + label:after {
            content: '\2714';
            font-size: 14px;
            position: absolute;
            top: 0px;
            left: 3px;
            color: #99a1a7;
        }

/*Edge Browser Support*/
@supports (-ms-ime-align:auto) {
    .regular-checkbox:checked + label:after {
        left: -1px;
    }
}
/*Edge Browser Support*/

/* width */
::-webkit-scrollbar {
    width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f8f8f8;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #999;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #555;
    }


.login {
    width: 50%;
    background: #fff;
    padding-bottom: 4%;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19) !important;
    padding-top: 4%;
}

.blue-header {
    height: 1%;
    overflow: hidden;
    /*background-position: -3906px top;
            margin: 4px 5px 0 5px; UI New*/
    font-weight: normal;
    padding-bottom: 4px;
    background-image: none;
    background: none !important;
    padding-left: 40px;
    padding-right: 35px;
    text-transform: uppercase;
}

.login .content, .forgot-login .content {
    margin: 0;
    padding-bottom: 25px;
    border: 0 0 1px 0;
}

.login .login-btn, .forgot-login .login-btn {
    clear: both;
    padding-top: 15px;
}

.login .login-box, .forgot-login .login-box {
    background-color: #ffffff;
    width: auto;
    margin: 0 5px;
    padding: 0px 25px 25px 77px;
    overflow: hidden;
    clear: both;
    border: 0;
}

.login .copy-block {
    margin: 0px 25px 0px 50px;
    line-height: 116%;
}

.login .input-field {
    display: block;
    height: 35px;
    width: 308px;
    padding: 0px 6px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 5px !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

    .login .input-field:focus {
        border-color: #66afe9;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
    }

.forgot-login .input-field {
    display: block;
    height: 35px;
    padding: 0px 6px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 5px !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.input-field::-moz-placeholder {
    color: #999;
    opacity: 1;
}

.input-field:-ms-input-placeholder {
    color: #999;
}

.input-field::-webkit-input-placeholder {
    color: #999;
}

.input-field[disabled],
.input-field[readonly],
fieldset[disabled] .input-field {
    background-color: #eee;
    opacity: 1;
}

.input-field[disabled],
fieldset[disabled] .input-field {
    cursor: not-allowed;
}

.input:invalid {
    border: 1px solid red;
}

textarea.input-field {
    height: auto;
}

.login .large-red-submit-btn {
    float: left !important;
    border: none;
    display: inline;
    font-size: 85%;
    font-weight: bold;
    height: 35px;
    width: 308px;
    color: #fff;
    background-color: rgb(35,117,183);
    padding: 0px 0 1px 9px;
    white-space: nowrap;
    border-radius: 5px;
    background-image: none;
}

.login .large-red-submit-btn-new-anch {
    float: left !important;
    border: none;
    display: inline;
    text-align: center;
    font-size: 85%;
    font-weight: bold;
    height: 25px;
    width: 272px;
    color: #fff;
    background-color: rgb(35,117,183);
    padding: 10px 0 0 9px;
    white-space: nowrap;
}

.error-color {
    color: black;
    font-size: 14px;
    font-weight: normal;
}

.error-container {
    background-color: #FFEBE8;
    border: 1px solid rgb(195,61,57);
    padding: 5px;
    width: 90%;
}

.error-header h1, .error-header h2, .error-header h3 {
    color: rgb(195,61,57);
    font-weight: bold;
}


.blue-header h1 {
    color: #000000;
    font-weight: 700;
    font-size: 116%;
    margin: 4px 0 0 40px;
    float: left;
    display: inline;
    padding: 0;
    height: 32px;
    width: 319px;
}

.login .forgot-password {
    float: left;
    margin-top: 10px;
}

.main-block {
    overflow: visible;
}

#logincontent {
    margin: 0;
    padding-bottom: 0px;
    border: 0;
}

.mvccontent {
    margin: 0;
    padding-bottom: 0px;
    border: 0;
}


.login .login-label {
    font-weight: 700;
    margin: 11px 0 5px;
    display: block;
    font-size: 85%;
    color: #000000;
    position: relative;
}

.hyperlink-spacing {
    padding-left: 80px;
}

.combined-shape {
    height: 135px;
    width: 311px;
    margin-left: 82px;
    border: 1px solid #C33D39;
    background-color: rgba(195,61,57,0.1);
}

.notification-body-copy {
    height: 120px;
    width: 136px;
    color: #333333;
    font-family: "Helvetica Neue";
    font-size: 16px;
    line-height: 24px;
    margin-left: 5px;
}

.icons-solid-exclamation {
    height: 33px;
    width: 32px;
    color: red;
    position: relative;
    margin: 0 auto;
    margin-left: 5px
}

.text-Attention {
    font-weight: bold;
    color: red;
    position: relative;
    margin: 0 auto;
}

.bold-textErrorMessage {
    height: 24px;
    width: 111.88px;
    color: #C33D39;
    text-align: justify;
    font-family: sans-serif;
    font-size: 14px;
    line-height: 24px;
}

.content-block {
    width: 65%;
    margin: 2px auto;
}


.forgot-password-box {
    background-color: #FFFFFF !important;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19) !important;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-top: 10%;
    margin-bottom: 10%;
    padding: 10% 13%;
}

    .forgot-password-box input[type="text"], input[type="email"], textarea, select {
        border-radius: 4px !important;
        -webkit-border-top-left-radius: 4px;
        -webkit-border-top-right-radius: 4px;
        -moz-border-radius-topleft: 4px;
        -moz-border-radius-topright: 4px;
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
    }

.alert .close {
    position: inherit !important;
    top: 0px !important;
    right: 0px !important;
}

.forget-message p {
    color: black;
}

.close {
    opacity: 99 !important;
}

.newpassword ul {
    padding-left: 30px !important;
}

.btn-space {
    margin-right: 10px;
}

.div-margin {
    margin-left: 15px !important;
}

.div-padding {
    padding-left: 20px !important;
}

.btn-skip {
    height: 40px;
    width: 190px;
    background-color: white;
    color: #337ab7;
    font-weight: bold;
    padding-left: 5px;
    margin-bottom: 5px;
}

.btn-continue {
    height: 40px;
    width: 190px;
    font-weight: bold;
    padding-left: 5px;
}

.btn-accept-margin {
    margin-bottom: 4px;
}

.btns {
    display: flex;
    justify-content: center;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-device-pixel-ratio: 2) and (device-aspect-ratio: 40/71) {
    .btns {
        display: grid;
        justify-content: center;
    }
}

.Adremovepadding {
    height: 100%;
    width: 100%;
    text-align: left;
    padding: 40px 50px 40px 50px;
}

.Adremovetextfont {
    font-size: 14px;
    line-height: 20px;
    color: #555;
    font-weight: 400;
    text-align: left;
}

.user-login {
    height: 100%;
    width: 100%;
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
}

.block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #fff;
    border-color: #ddd #ddd #d8d8d8;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19);
}

@media (max-width: 768px) {
    .user-login .block {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .user-login .block {
        width: 100%;
    }
}

.user-login .block .image {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-right: 40px;
}

@media (max-width: 768px) {
    .user-login .block .image {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        text-align: center;
        margin-bottom: 30px;
        margin-right: 0;
    }
}

.user-login .block .image img {
    border-radius: 8px;
}

.user-login .block .content {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
}

@media (max-width: 768px) {
    .user-login .block .content {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }
}

.user-login .block .content .logo {
    margin-bottom: 80px;
}

@media (max-width: 992px) {
    .user-login .block .content .logo {
        margin-bottom: 40px;
    }
}

.user-login .block .content .title-text {
    margin-bottom: 35px;
}

    .user-login .block .content .title-text h3 {
        padding-bottom: 20px;
        border-bottom: 1px solid #cccccc;
    }

.user-login .block .content .new-acount {
    margin-top: 20px;
}

    .user-login .block .content .new-acount p, .user-login .block .content .new-acount a {
        font-size: 14px;
    }

        .user-login .block .content .new-acount p a {
            color: #000;
        }


.blue_button {
    background: #2375b7;
    color: #fff;
    line-height: 21px;
    width: 100%;
    display: inline-block;
    padding: 10px 12px;
    margin-top: 18px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

@media (max-width: 990px) {

    .blue_button {
        background: #2375b7;
        color: #fff;
        line-height: 21px;
        width: 100%;
        display: inline-block;
        padding: 7px 12px;
        margin-top: 18px;
        font-size: 14px;
        font-weight: 400;
        line-height: 1.42857143;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        -ms-touch-action: manipulation;
        touch-action: manipulation;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        background-image: none;
        border: 1px solid transparent;
        border-radius: 4px;
    }
}

.textfont {
    font-size: 14px;
    line-height: 30px;
    color: #2f3f4a;
    font-weight: 400;
    text-align: left;
}

a, button, img, input, span {
    transition: all 0.3s ease 0s;
}


.text-center {
    text-align: center !important;
}

.modal-login-success {
    width: 370px;
}

/*challenge question setup*/
.challenge-question-setup-box {
    background-color: #FFFFFF !important;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19) !important;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-top: 10%;
    margin-bottom: 10%;
    padding: 10% 13%;
}

    .challenge-question-setup-box .ui-state-focus .ui-icon,
    .challenge-question-setup-box .ui-button:hover .ui-icon,
    .challenge-question-setup-box .ui-button:focus .ui-icon,
    .challenge-question-setup-box .ui-state-default .ui-icon,
    .challenge-question-setup-box .select-element .ui-icon {
        background: none;
        margin-left: 1px;
        text-indent: 0;
        overflow: visible;
    }

    .challenge-question-setup-box .select-element .ui-selectmenu-button.ui-button {
        border: 1px solid #979797;
        border-radius: 5px;
        height: 38px;
        line-height: 36px;
        padding: 0 12px;
        background: transparent;
        width: 100%;
    }

    .challenge-question-setup-box .ui-selectmenu-text {
        font-family: HelveticaNeue-Regular;
        font-size: 1.1em;
    }

    .challenge-question-setup-box .form-control {
        height: 40px;
        border: 1px solid #979797;
        border-radius: 4px;
    }

    .challenge-question-setup-box .select-element .ui-selectmenu-icon.ui-icon:after {
        font-weight: 900;
        content: "\f078";
        font-family: "Font Awesome 5 Pro";
        color: #2375BB;
    }

.margin-bottom-24 {
    margin-bottom: 24px;
}

.margin-bottom-32 {
    margin-bottom: 32px;
}
/* Create a custom checkbox */
.termsandcondition-chk .checkmark {
    top: 5px;
    left: 0;
    height: 20px;
    width: 20px;
    border: 2px solid #979797;
    border-radius: 4px;
    display: inline-block;
    margin-bottom: -5px !important;
}

/* When the checkbox is checked, add a blue background */
.termsandcondition-chk .checkbox_container input:checked ~ .checkmark {
    background-color: white;
}

/* Create the checkmark/indicator (hidden when not checked) */
.termsandcondition-chk .checkmark:after {
    content: "";
    display: none;
}

/* Show the checkmark when checked */
.termsandcondition-chk .checkbox_container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.termsandcondition-chk .checkbox_container .checkmark:after {
    left: 5px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid #0B8C44;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: relative;
}

/* Password Strength Styles */

.password-meter {
    float: left;
    font-size: 93%;
    line-height: 11px;
    width: 282px;
}

.password-meter-message {
    text-align: right;
    font-weight: bold;
    color: #5D5650;
    display: inline-block;
}

.password-meter-bg, .password-meter-bar {
    height: 8px;
    margin: 2px 0 0;
}

.password-meter-bg {
    top: 8px;
    background: #49443f;
}

.password-meter-message-too-short {
    color: #ff0000;
}

.password-meter-message-very-weak {
    color: #ff0000;
}

.password-meter-message-weak {
    color: #ff0000;
}

.password-meter-message-good {
    color: #118005;
}

.password-meter-message-strong {
    color: #118005;
}

.password-meter-message-similar-to-username {
    color: #ff0000;
}

.password-meter-bg .password-meter-too-short {
    background: #ff0000;
    width: 50px;
}

.password-meter-bg .password-meter-very-weak {
    background: #ff0000;
    width: 90px;
}

.password-meter-bg .password-meter-weak {
    background: #ff0000;
    width: 95px;
}

.password-meter-bg .password-meter-good {
    background: #118005;
    width: 165px;
}

.password-meter-bg .password-meter-strong {
    background: #118005;
    width: 282px;
}

.password-meter-bg .password-meter-similar-to-username {
    background: #ff0000;
    width: 282px;
}

.toggle-password {
    pointer-events: visible !important;
    color: gray !important;
}

.top-20 {
    top:20px!important;
}