﻿/* ==== login modal starts ==== */
#loginModal .modal-dialog.login-modal-content {
    max-width: 400px;
}

.login-modal .sign-in-btn a {
    text-align: center;
    display: block;
}

.login-modal .sign-in-fb-btn:hover {
    color: #fff;
}


.login-modal .sign-google-fb-btn:hover {
    color: #242c42;
}

.login-modal .sign-in-btn a:first-child {
    margin-bottom: 16px;
}

.login-modal .sign-in-fb-btn {
    padding: 11px 26px;
    border-radius: 4px;
    border: solid 1px #234282;
    background-color: #3c5a99;
    color: #fff;
}

.login-modal .sign-in-google-btn {
    padding: 11px 26px 11px 26px;
    border-radius: 4px;
    border: 1px solid rgba(36,44,66,.6);
    color: #242c42;
}

.login-modal .modal-dialog.login-content {
    max-width: 370px;
}

.login-modal .modal-dialog.sign-up-modal-content {
    max-width: 750px;
}

.login-modal .sign-in-fb-btn span {
    display: inline-block;
}

.sign-in-fb-btn .sign-fb-img, .sign-in-google-btn .sign-google-img {
    padding-right: 10px;
}

.login-modal .or-divider {
    margin: 30px 0;
    position: relative;
    border-bottom: 2px solid #e2e1e1;
}

.login-modal .or-text {
    width: 36px;
    font-size: 1.125em;
    font-weight: 500;
    line-height: 1;
    position: absolute;
    top: -9px;
    left: 47%;
    margin: auto;
    text-align: center;
    background-color: #fff;
    color: #242c42;
}

.login-modal .already-acc-text {
    margin-bottom: 16px;
    font-size: 1em;
    font-weight: 500;
    line-height: 1.44;
    text-align: center;
    color: #242c42;
}

.login-modal .forgot-username-text {
    margin-bottom: 20px;
    font-size: 0.9375em;
    font-weight: 500;
    line-height: 1.53;
    text-align: center;
    color: #44a512;
}

.login-modal .modal-footer {
    justify-content: space-between;
}

.login-modal .modal-content {
    padding: 25px 30px 30px;
}

.login-modal .modal-header .close {
    margin: -1.5rem -1.7rem -1rem auto;
}

.sign-up-modal-content .agree-text {
    margin-bottom: 20px;
    font-size: 0.875em;
    font-weight: 500;
    line-height: 1.64;
    color: #242c42;
}

.sign-up-modal-content .modal-body {
    padding-bottom: 0;
}

.create-account {
    display: flex;
}

.create-user-accnt {
  /*  padding-right: 30px;
    border-right: 1px solid #e0e1e2;*/
}

.create-brand-accnt {
    padding-left: 30px;
}

.create-brand-accnt {
    flex-shrink: 0;
}

.create-user-accnt, .create-brand-accnt {
    width: 100%;
}

.customer-talking-text {
    padding-bottom: 20px;
    font-size: 0.875em;
    font-weight: 500;
    line-height: 1.64;
    color: #242c42;
}

.sign-up-input .text-success {
    margin-bottom: 5px;
    font-size: 0.875em;
}

.sign-up-input .suggestion-name {
    min-width: 170px;
    padding: 15px;
    position: absolute;
    left: 105%;
    top: 0px;
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.26);
    z-index: 1;
    display: none;
}

    .sign-up-input .suggestion-name:after, .sign-up-input .suggestion-name:before {
        content: '';
        display: block;
        position: absolute;
        width: 0;
        height: 0;
    }

    .sign-up-input .suggestion-name:before {
        content: " ";
        top: 17px;
        right: 100%;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        border-right: 10px solid #000;
    }

    .sign-up-input .suggestion-name:after {
        content: " ";
        top: 17px;
        right: 100%;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        border-right: 10px solid #fff;
    }

.suggestion-name .choose-ms-text {
    margin-bottom: 12px;
    font-size: 0.875rem;
}

.suggestion-name label {
    font-size: 0.875rem !important;
}

.enter-captcha {
    position: relative;
}

    .enter-captcha input {
        width: 100%;
        height: 40px;
        /*padding-left: 115px;*/
        font-size: 14px;
        font-weight: 400;
        line-height: 1.63;
        border-radius: 4px;
        border: 1px solid #e0e1e2;
        color: #242c42;
        text-overflow: ellipsis;
    }

    .enter-captcha .captcha-image {
        /*position: absolute;*/
        top: 0px;
        left: 0px;
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px;
        overflow: hidden;
    }

    .enter-captcha input:focus {
        color: #495057;
        background-color: #fff;
        /*border-color: #80bdff;*/
        outline: 0;
        /*box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);*/
        transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
        border: 1px solid #44a512 !important;
        box-shadow: none !important;
    }

    .enter-captcha .captcha-image img {
        width: 100px;
        height: 40px;
    }

.activation-key-text {
    padding-bottom: 7px;
    font-size: 0.9375em;
    font-weight: 500;
    line-height: 1.64;
    color: #242c42;
}

.add-mobile-no .country-code {
    font-size: 1em;
    font-weight: 500;
    line-height: 1.63;
    position: absolute;
    left: 9px;
    top: 12px;
    color: #808080;
}

.add-mobile-no .iti {
    display: block;
}

.add-mobile-no input {
    height: 50px;
    padding: 12px 16px 12px 38px;
    margin-bottom: 16px !important;
}

.add-mobile-no .iti input, .add-mobile-no .iti input[type=text], .add-mobile-no .iti input[type=tel] {
    margin-bottom: 16px !important;
}

.activate-key .email-alert-note {
    padding-top: 12px;
    font-size: 0.875em;
    line-height: 1.73;
    color: #808080;
}

#pwd_strength_wrap {
    border: 1px solid #D5CEC8;
    display: none;
    float: left;
    padding: 10px;
    position: relative;
    width: 320px;
    font-size: 14px;
}

.eyehide {
    display: none
}

#btnAjax_reg:disabled {
    opacity: 0.4;
}

.showHidePass {
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 12px;
    z-index: 10
}



#pswd_info ul {
    list-style-type: none;
    margin: 5px 0 0;
    padding: 0;
}

    #pswd_info ul li {
        color: red;
    }

        #pswd_info ul li.valid {
            background-position: left -42px;
            color: green;
        }


/* ==== login modal ends ==== */







