﻿/** * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/) * http://cssreset.com */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/*IS4 CSS*/
.validation-summary-valid {
    display: none;
}

body {
    background: #1f1f1f;
    padding: 0;
    margin: 0;
    font-family: Arial,sans-serif;
}

#forgot-password-Container a {
    color: #f4f4f4;
    text-decoration: none;
}

#forgot-password-Container .form-container {
    margin: 120px auto 30px auto;
    width: 440px;
}

#forgot-password-Container .form-header {
    background: #4a4a4a;
    margin: 0;
    padding: 0;
    border-top: 1px solid #7f7f7f;
    border-bottom: 2px solid #f99b08;
    font-size: 0;
}

#forgot-password-Container .form-sub-header {
    background: #4a4a4a;
    height: 100px;
    padding-top: 32px;
    box-sizing: content-box;
}

    #forgot-password-Container .form-sub-header .upper-row {
        float: none;
        margin: auto;
        width: 130px;
        height: 30px;
        background-size: contain;
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGwAAAAhCAYAAAA8oE5/AAACX0lEQVRogeWa23HiQBBFT28GIgQ2BBwCGwIOAYcgh2BCgBDWIdghWCEsKRDC9YckSmYFagFiRqNTpR/0mtKlu6fvjEkSw2AXznneecv9L2a2c7wDSWtgO+BYujgAGwAz27S+oCHRrxtfFitvkuahB+EkA94oxyxJW0nZuYtTFaz+CGNkDfyTtGw7mapgACtJq9CDuJIM+KjSNWZ2PFIWDMo0cza9jICtpEXzh9QFmwN56EHcyN/mny51wQDy03/pyJhT1jUgnGDmOO5J17Q9dvI6yjyCeT6unTLMuK9mISlUaty3fJsn4LXHMzJgBXeMMEk/jgiJpjczs6JqkmdA4bxtCdOoYU2iSo1mdgCeKd2OLiYp2LLubWLBzPbAu+PSTNIilGByHEMRY2/26bxu7hHM83GjLFpniNG28tYxl2Apsj7n1YWgSosuUhWsdZnihIuueKRkqQq2ozvNjNG2SlYwgBfHNTmlcGPhkKxgZlbgcxPGFGXpCgbHJXd3QQ9Fn1qatGAVntQYGm9adkWYy/S9apgPwMw+KSchMeNtMfZTiDAoa5nHrwuF1y4rJiFYZbL2Wc54GJK2+FJiYWZpTzqaVPsUPSbrQ5CUS/rAH13vAObYSHqxPtXlq+ca2NAbSX+32T3VetgXpZ/YhyE3knqZTSrC4OjZeWyr2NhUaX1aEXa8WfoC+mzMCRlhe+CpFmxSEdZgDL1ZzXMtFkxUsMq2GkNq/FON9cgkBauI2bY6UIr130r0ZAWLuDd7NbNZm1hwx0nHKR2PDTrp+PGgsnHt6oWGnHTsKCO9OCdSk2/7Lej2IDsYVwAAAABJRU5ErkJggg==);
        background-repeat: no-repeat;
        background-position: center center;
    }

    #forgot-password-Container .form-sub-header .lower-row {
        float: none;
        text-align: center;
        /* margin-left: 16px; */
        margin-top: 10px;
        margin-bottom: 16px;
        font-size: 19px;
        line-height: 1.3;
        color: #cccccc;
        -webkit-font-smoothing: antialiased;
    }

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}

#forgot-password-Container .forgot-password-form-content {
    background: #333638;
}

    #forgot-password-Container .forgot-password-form-content .forgot-password-form-header {
        padding: 1.5em 0 .5em 0;
        position: relative;
    }


        #forgot-password-Container .forgot-password-form-content .forgot-password-form-header h1 {
            color: #cccccc;
            font-size: 23px;
            font-weight: 300;
            margin: 5px 0 0 35px;
        }


    #forgot-password-Container .forgot-password-form-content .form {
        padding: 15px 35px 15px 35px;
        margin-bottom: 10px;
        max-height: 370px;
        position: relative;
    }



#forgot-password-Container .input-container {
    border-bottom: 1px solid #898989;
    margin: 20px 0;
    position: relative;
    cursor: pointer;
}

    #forgot-password-Container .input-container.error {
        border-bottom: 1px solid red !important;
    }

    #forgot-password-Container .input-container input {
        outline: none;
        z-index: 1;
        background: none;
        height: 30px;
        border: 0;
        color: #ffffff;
        font-size: 14px;
        font-weight: 400;
        line-height: 40px;
        box-shadow: 0px 0px 0px 0px;
        width: 100%;
    }

#forgot-password-Container .feedback {
    color: #d8d8d8;
    font-family: Arial, sans-serif;
    font-size: 12px;
}

/*#forgot-password-Container .input-container input.emailBox:valid ~ .emailLbl {
  color: #9d9d9d;
  -webkit-transform: translate(-12%, -50%) scale(0.75);
          transform: translate(-12%, -50%) scale(0.75);
}


#forgot-password-Container .input-container input.emailBox:focus ~ .emailLbl {
  color: #898989;
  -webkit-transform: translate(-12%, -50%) scale(0.75);
  transform: translate(-12%, -50%) scale(0.75);
}


#forgot-password-Container .input-container input.passwdBox:focus ~ .passwdLbl {
  color: #898989;
  -webkit-transform: translate(-12%, -50%) scale(0.75);
  transform: translate(-12%, -50%) scale(0.75);
}*/



#forgot-password-Container .input-container label {
    color: #898989;
    /*position: absolute;
    top: 0;
    left: 0;
   
    font-size: 16px;
    font-weight: 300;
    line-height: 32px;
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease;
    cursor:text;*/
}

#forgot-password-Container .password-extra {
    margin: 0;
    padding: 0 0 20px 0;
    width: 100%;
    position: relative;
    float: left;
}

    #forgot-password-Container .password-extra label {
        color: #dddddd;
        font-size: 12px;
    }

#forgot-password-Container .remember {
    float: left;
    width: 50%;
    font-size: 12px;
    color: #dddddd;
    font-weight: 300;
}

    #forgot-password-Container .remember input[type="checkbox"] {
        height: auto;
        vertical-align: middle;
    }

#forgot-password-Container .forgot {
    float: right;
    font-size: 12px;
    padding: 1px;
}

    #forgot-password-Container .forgot span {
        vertical-align: middle;
    }

    #forgot-password-Container .forgot .vrtsep {
        color: #898989;
        font-weight: bold;
        margin: 0 2px 0 2px;
    }

    #forgot-password-Container .forgot .link1 a {
        color: #898989;
        font-weight: 300;
        text-decoration: none;
    }

    #forgot-password-Container .forgot .link2 a {
        color: #898989;
        font-weight: 300;
        text-decoration: none;
    }

    #forgot-password-Container .forgot a:hover {
        color: #ffffff;
    }

#forgot-password-Container .submit-group {
    text-align: right;
    margin: 20px 0;
}

#forgot-password-Container .clear {
    clear: both;
}

#forgot-password-Container .safrron-btn {
    -webkit-appearance: none;
    display: inline-block;
    overflow: hidden;
    text-indent: 0;
    background: #f99b08;
    outline: none;
    border: none;
    border-top: 1px solid rgba(255,255,255,.25);
    box-shadow: 0 2px 0px 0px #965b05;
    -webkit-box-shadow: 0 2px 0px 0px #965b05;
    -moz-box-shadow: 0 2px 0px 0px #965b05;
    color: white;
    font-weight: 400;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    font-size: 14px;
    padding: 7px 20px;
    cursor: pointer;
    text-transform: capitalize;
    width: auto;
    text-shadow: 0px 1px 0px #666666;
    margin: 0 5px;
}


    #forgot-password-Container .safrron-btn[disabled] {
        opacity: 0.65;
        cursor: not-allowed;
    }

    #forgot-password-Container .safrron-btn:hover {
        background: #f7aa39;
        border-top: 1px solid rgba(255,255,255,0);
    }

/** Css For frogot password*/
#forgot-password-Container .forgot-password {
    padding: 15px 35px 15px 35px;
    margin-bottom: 10px;
    max-height: 370px;
    position: relative;
}

    #forgot-password-Container .forgot-password h1 {
        color: #898989;
        font-size: 19px;
    }

    #forgot-password-Container .forgot-password h2 {
        color: #f99b08;
        padding: 5px 0;
        font-size: 14px;
    }

    #forgot-password-Container .forgot-password p {
        font-size: 13px;
        color: #898989;
    }

    #forgot-password-Container .forgot-password .input-container input {
        outline: none;
        z-index: 1;
        background: none;
        /* height: 35px; */
        border: 0;
        color: #ffffff;
        font-size: 14px;
        font-weight: 400;
        line-height: 28px;
        box-shadow: 0px 0px 0px 0px;
    }

    #forgot-password-Container .forgot-password .submit-btn {
        padding: 20px 0;
        overflow: hidden;
    }

    #forgot-password-Container .forgot-password .blue-btn {
        margin: 0 5px;
        float: right;
        -webkit-appearance: none;
        display: inline-block;
        overflow: hidden;
        text-indent: 0;
        background: #f99b08;
        outline: none;
        border: none;
        border-top: 1px solid rgba(255,255,255,.25);
        box-shadow: 0 2px 0px 0px #965b05;
        -webkit-box-shadow: 0 2px 0px 0px #965b05;
        -moz-box-shadow: 0 2px 0px 0px #965b05;
        color: white;
        font-weight: 400;
        border-radius: 3px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        font-size: 14px;
        padding: 7px 25px 7px 25px;
        cursor: pointer;
        text-transform: capitalize;
        width: auto;
        text-shadow: 0px 1px 0px #666666;
    }


        #forgot-password-Container .forgot-password .blue-btn:hover {
            background: #f7aa39;
            border-top: 1px solid rgba(255,255,255,0);
        }

    #forgot-password-Container .forgot-password .change-email-lbl {
        color: #ffffff;
        font-size: 13px;
    }

    #forgot-password-Container .forgot-password .email-sent-msg {
        color: #28a6dd;
        font-size: 14px;
    }


    #forgot-password-Container .forgot-password .error-msg {
        color: lightcoral;
        font-size: 13px;
        padding: 5px 0;
    }

        #forgot-password-Container .forgot-password .error-msg:nth-child(2) {
            color: #ffffff;
        }

    #forgot-password-Container .forgot-password .input-container {
        border-bottom: 1px solid #898989;
        margin: 10px 0;
        position: relative;
    }

    #forgot-password-Container .forgot-password .error-msg .msg-contact {
        color: #ffffff;
        font-size: 13px;
    }


/**  Password popup*/
#forgot-password-Container .capsmsgTringle {
    width: 0;
    height: 0;
    margin-left: 5px;
    margin-top: -2px;
    position: absolute;
    z-index: 1;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #202020;
}


#forgot-password-Container .capsmsg {
    position: absolute;
    z-index: 1;
    margin-top: 5px;
    background: #202020;
    font-size: 13px;
    color: #cccccc;
    padding: 7px 20px;
    border: 1px solid #202020;
    border-radius: 3px;
}

#forgot-password-Container .forgot-password-message {
    margin-bottom: 10px;
}

    #forgot-password-Container .forgot-password-message h1 {
        color: #898989;
        font-size: 19px;
    }

    #forgot-password-Container .forgot-password-message h2 {
        color: #f99b08;
        padding: 10px 0;
        font-size: 14px;
    }

    #forgot-password-Container .forgot-password-message p {
        font-size: 13px;
        color: #898989;
    }

#forgot-password-Container p {
    color: #898989;
    font-size: 13px;
}

#forgot-password-Container .field-validation-error{
    color:red;
    line-height:20px;
}

#forgot-password-Container .email-send-msg {
    color: #2fa7ff;
    font-size: 15px;
    margin: 50px 0;
}