﻿body {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    margin: 0;
    padding: 0;
}

.pp_float {
    float: left;
}

.pp_changePwdLeftSection {
    padding-bottom: 20px;
    padding-top: 10px;
}

legend {
    border: 0;
    line-height: 0;
    margin: 0;
}

.reset-box .new-pwd-box .pwd-strong span {
    color: #0E981E;
    font-size: 14px;
}

.reset-box .new-pwd-box .pwd-weak, .reset-box .new-pwd-box .pwd-strong, .reset-box .new-pwd-box .pwd-Good {
    position: absolute;
    right: 10px;
    top: 30%;
}

.reset-box .new-pwd-box .pwd-weak, .reset-box .new-pwd-box .pwd-strong, .reset-box .new-pwd-box .pwd-Good {
    position: absolute;
    right: 10px;
    top: 30%;
}

.reset-box .new-pwd-box .pwd-weak span {
    color: #FB6262;
    font-size: 14px;
}

#btnSubmit {
    margin-left: 190px;
    width: 145px;
}

.pwd-condition-list ul li {
    list-style-type: none;
    padding-bottom: 2px;
    position: relative;
}

.pwd-condition-list ul li p {
    text-align: left;
    font-size: 16px;
    letter-spacing: 0.13px;
    color: #1C2E33;
    opacity: 1;
}

.pwd-condition-list ul li.active p {
    color: #0E981E;
}

.pwd-condition-list ul {
    padding-left: 20px;
    padding-top: 10px;
    margin-bottom: 0;
}

.pwd-condition-list ul li p {
    text-align: left;
    font-size: 16px;
    letter-spacing: 0.13px;
    color: #1C2E33;
    opacity: 1;
}

.pwd-condition-list ul li.active p {
    color: #0E981E;
}

.pwd-condition-list ul li {
    position: relative;
}

.pwd-condition-list ul li::before {
    position: absolute;
    left: -20px;
    content: "";
    background-image: url('../../Images/CustomImages/Check_disabled.svg');
    height: 15px;
    width: 15px;
    background-repeat: no-repeat;
    top: 2px;
}

.pwd-condition-list ul li.active::before {
    position: absolute;
    left: -20px;
    content: "";
    background-image: url('../../Images/CustomImages/Check.svg');
    height: 15px;
    width: 15px;
    background-repeat: no-repeat;
    top: 2px;
}

.pwd-conditions .text-contain p {
    text-align: left;
    font-size: 16px;
    letter-spacing: 0.13px;
    color: #1C2E33;
    opacity: 1;
    font-weight: bold;
}

.pwd-reset-right-sec .pwd-conditions {
    position: relative;
    bottom: inherit;
    left: inherit;
    box-sizing: border-box;
}

.pwd-conditions .text-contain p {
    text-align: left;
    font-size: 16px;
    letter-spacing: 0.13px;
    color: #1C2E33;
    opacity: 1;
    font-weight: bold;
}

.pwd-reset-right-sec {
    width: calc(100% - 50%);
    margin-left: 0;
    margin-top: 0;
    padding-top: 10px;
    position: relative;
    float: right;
}

.validation-summary-errors ul {
    padding-bottom: 10px;
}

/*change password*/
.pp-newPwd {
    position: relative;
}

.pp-newPwd .pwd-strong,
.pp-newPwd .pwd-weak,
.pp-newPwd .pwd-Good {
    float: right;
    position: absolute;
    top: 10px;
    right: -30px;
}

.pp-newPwd .pwd-strong {
    color: #3fbb00; /*green*/
}

.pp-newPwd .pwd-weak {
    color: #ff0000; /*red*/
}

.pp-newPwd .pwd-Good {
    color: #006dcc; /*blue*/
}


@media screen and (max-width: 1199px) {
    .pp-newPwd .pwd-strong,
    .pp-newPwd .pwd-weak,
    .pp-newPwd .pwd-Good {
        right: -50px;
        top: 54px;
    }

    .forgotpassalig {
        float: right;
        margin-right: 0;
    }

    #btnSubmit {
        margin-left: 0;
        float: left;
        padding-right: 0;
        padding-left: 0;
        width: 130px;
    }

    .wdt32_100 {
        width: 40%;
    }

    /*width of left section*/
    .pwd-reset-right-sec {
        margin-top: 80px;
        width: calc(100% - 60%);
    }

    .pp_changePwdLeftSection input[type="password"],
    .pp_changePwdLeftSection input[type="text"] {
        width: calc(100% - 15px);
    }

    h1 {
          ​​​​​font-size: 22px;
    }
}


@media screen and (max-width: 411px) {
    /*body{background-color: red;}*/
    .wdt32_100 {
        width: 100%
    }

    .pwd-reset-right-sec {
        width: 100%;
        margin-top: 0;
        padding-top: 5px;
        float: inherit;
        clear: both;
    }

    .pp_changePwdLeftSection input[type="password"],
    .pp_changePwdLeftSection input[type="text"] {
        width: calc(100% - 15px);
    }

    .forgotpassalig,
    #btnSubmit {
        width: 49%;
        box-sizing: border-box;
    }

    .pp-newPwd .pwd-strong,
    .pp-newPwd .pwd-weak,
    .pp-newPwd .pwd-Good {
        width: 38px;
        background: #fff;
        padding-left: 12px;
        padding-right: 5px;
        margin-right: 5px;
        right: 0;
    }

    .pwd-condition-list ul {
        padding-left: 20px;
        padding-top: 5px;
    }

    .pwd-condition-list ul li::before,
    .pwd-condition-list ul li.active::before {
        top: 6px;
    }

    .pwd-condition-list ul li p,
    .pwd-conditions .text-contain p {
        font-size: 12px;
        margin-bottom: 0;
        padding-top: 5px;
    }

    .pp_changePwdLeftSection {
        padding-bottom: 10px;
    }
}

.validation-summary-errors ul {
    padding-bottom: 10px;
    padding-left: 14px;
}

​​​​​​​

