/****** Change Password *******/

.no-login-banner {
}

.pwd-reset-block {
    background: #FFF;
    border: 3px solid #CCC;
    width: 600px;
    height: 100%;
    margin: 0 auto;
    overflow:auto;
}

#pwd-reset-content {
    text-align: center;
}

#pwd-reset-title,.pwd-reset-title {
    margin: 30px 25px 10px 30px;
    font-size: 20px;
    text-align: left;
}

#change-pwd-text,.change-pwd-text {
    font-size: 25px;
    margin: 25px 25px 25px 30px;
    text-align: left;
}

#change-pwd-username, .change-pwd-username, #change-pwd-email, .change-pwd-email, #change-pwd-captcha, .change-pwd-captcha, #change-pwd-buttons, .change-pwd-buttons {
    margin: 20px 10px 0px 10px;
}

#change-pwd-captcha-content {
    text-align: left;
    margin-left: 195px;
}

#change-pwd-buttons {
    float: right;
    margin-top: 10px;
    margin-bottom: 40px;
}

label, .label {
    float: left;
    font-size: 15px;
    line-height: 35px;
    margin-left: 20px;
    text-align: left;
    width: 150px;
}

input[type="text"],input[type="password"] {
    width: 350px;
    font-size: 15px;
    height: 22px;
    border-radius: 2px;
    -moz-box-shadow: inset 1px 1px 3px #CCC;
    -webkit-box-shadow: inset 1px 1px 3px #CCC;
    box-shadow: inset 1px 1px 3px #CCC;
}
#thwart_code{
    width: 120px;
    font-size: 15px;
    height: 22px;
}

#captcha-text {
    font-size: 15px;
    margin: 10px 0 10px 0;
}

#captcha-form img[alt='Captcha Image'] {
    margin-left: 10px;
}

#captcha-form input {
    margin-bottom: 30px;
}

#captcha-form img[alt='Captcha Refresh'] {
    float: right;
    margin-right: 30px;
    padding-top: 15px;
}

#change-pwd-submit {
    padding: 3px 15px 3px 15px !important;
    vertical-align: middle;
    border-radius: 5px;
    margin: 0 30px 0 30px;
    font-size: 13px;
}

#change-pwd-buttons a {
    vertical-align: middle;
    font-size: 15px;
    color: #0070FF;
}

.copyright-footer {
    text-align: center;
    margin-top: 15px;
    font-size: 11px;
}

.copyright-footer a{
    color: #0070FF;
    text-decoration: none;
    margin-left: 3px;
}
.login-link-div a {
    text-align: center;
    font-size: 15px;
    text-decoration: none;
    color: #0070FF;
    margin-left: 230px;
}

.captcha_refresh {
    cursor: pointer;
}

/****** Change Password "Wrong User Entry" ******/

/**add this css when you wish to color the input field's border red **/
/*#username, #email  {
    box-shadow: none;
    border: 2px solid #B60C01;
}*/

/**** Adding the div for error alert ****/
#change-pwd-text-error {
    background: url(/images/icon_scan_errored.png) no-repeat;
    background-position: center left 15px;
    border: 2px solid #B60c01;
    border-radius: 5px;
    -moz-box-shadow: 4px 5px 5px 0 #CCC;
    -webkit-box-shadow: 4px 5px 5px 0 #CCC;
    box-shadow: 4px 5px 5px 0 #CCC;
    color: #B60C01;
    font-weight: bold;
    font-size: 14px;
    margin: 20px 39px 20px 30px;
    padding: 10px 5px 10px 45px;
    text-align: left;
}

/****** Change Password "New password" ******/

/*** div for password tips ****/
#password-tips {
    margin-left: 205px;
    text-align: left;
}

#password-tips ul {
    list-style-type: disc;
    margin-left: 20px;
}

.login-link-div {
    padding-bottom: 30px;
}

/*********Css for VeriSign Identity Protection Page************/

.pwd_reset_vip_form {
    margin-top: 25px;
}

#vip_content {
    text-align: center;
    margin-top: 30px;
}

#vip_content #vip_content_header_left {
    float: left;
    margin-left: 30px;
    font-size: 25px;
    text-align: left;
    width: 68%;
}

#vip_content .error {
    background: url(/images/icon_scan_errored.png) no-repeat;
    background-position: center left 15px;
    border: 2px solid #B60c01;
    border-radius: 5px;
    -moz-box-shadow: 4px 5px 5px 0 #CCC;
    -webkit-box-shadow: 4px 5px 5px 0 #CCC;
    box-shadow: 4px 5px 5px 0 #CCC;
    color: #B60C01;
    font-weight: bold;
    font-size: 14px;
    margin: 20px 35px 20px 31px;
    padding: 10px 5px 10px 45px;
    text-align: left;
}

#vip_content fieldset {
    border: none;
    padding: 0px;
    margin: 0px;
}

#vip_submit {
    float: right;
    padding: 3px 15px 3px 15px !important;
    vertical-align: middle;
    border-radius: 5px;
    font-size: 13px;
    margin-right: 25px;
    margin-bottom: 30px;
}

#vip_code {
    width: 72%;
    font-size: 18px;
    margin-left: 24px;
    height: 22px;'
}

#vip_content .form_dl {
    margin: 0px auto;
    width: 550px;
    text-align: left;
    padding-top: 30px;
}

#vip_content label {
    margin-left:5px;
}

/*********Css for Security Question Page************/

#questions_content {
    text-align: center;
    padding-top: 15px;
}

#questions_content fieldset {
    border: none;
    padding: 0px;
    margin: 0px;
}

#questions_content #form_div .form_dl dt {
    width:32%;
    margin: 15px 0;
}
#questions_content #form_div .form_dl dd {
    float:left;
    padding: 15px 0;
}

#questions_content .error {
    background: url(/images/icon_scan_errored.png) no-repeat;
    background-position: center left 15px;
    border: 2px solid #B60c01;
    border-radius: 5px;
    -moz-box-shadow: 4px 5px 5px 0 #CCC;
    -webkit-box-shadow: 4px 5px 5px 0 #CCC;
    box-shadow: 4px 5px 5px 0 #CCC;
    color: #B60C01;
    font-weight: bold;
    font-size: 14px;
    margin: 20px 40px 20px 31px;
    padding: 10px 5px 10px 45px;
    text-align: left;
}

#questions_content input[type='submit'] {
    float: right;
    padding: 3px 15px 3px 15px !important;
    vertical-align: middle;
    border-radius: 5px;
    font-size: 13px;
    margin-right: 32px;
    margin-bottom: 40px;
}

#questions_content input[type='text'] {
    width: 350px;
    font-size: 18px;
    margin-left: 0px;
    height: 22px;
}

#questions_content label {
    line-height: 1.5em;
    margin-left: 5px;
}

#questions_content .form_dl {
    margin: 0px auto;
    width: 550px;
    text-align: left;
}
.password-tips {
    margin-top: 10px;
    text-align: left;
    margin-left: 205px;
}
.password-tips li {
    text-align: left;
    list-style: disc;
    margin-left: 20px;
}
.icon_success {
    text-align: center;
    margin-right: 60px;
}