body,
html {
    height: 100%;
}

body {
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    overflow-x: hidden;
}

nav {
    height: 80px;
    background: #580f8b;
}

nav .logo {
    padding: 14px;
    padding-left: 50px;
}

.box {
    border: 1px solid rgba(102, 102, 102, 0.12);
    border-radius: 5px;
    max-width: 698px;
    padding: 23px 30px 0 30px;
}

.pwd-reset-main .box {
    max-width: 100%;
    border: none;
    padding-left: 0;
    padding-right: 0;
    border: 1px solid rgba(102, 102, 102, 0.12);
    max-width: 441px;
    border-radius: 4px;
    margin-top: 33px;
    padding: 33px 29px 46px 40px;
}

.btn-submit {
	cursor: pointer;
    -webkit-appearance: none;
    width: 188px;
    height: 44px;
    border-radius: 5px;
    background-color: #580f8b;
    color: #ffffff;
    border: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    margin-bottom: 30px;
}

.btn-submit:hover {
    cursor: pointer;
    background-color: #460b6f;
    
}

.btn-submit:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}


.field {
    border: 1px solid #666666;
    max-width: 290px;
    width: 100%;
    height: 40px;
    display: block;
    margin: 0 0 24px 0;
    padding-left: 7px;
    border-radius: 4px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.field1 {
    border: 1px solid #666666;
    max-width: 100px;
    width: 75%;
    height: 40px;
    display: block;
    margin: 0 0 24px 0;
    padding-left: 7px;
    border-radius: 4px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}



.pwd-reset-main .field {
    max-width: 422px;
    margin: 0 0 17px 0;
}

.pwd-reset-main .pwd-field {
    margin: 0 0 2px 0;
}

.pwd-reset-main .btn-submit {
    margin-bottom: 0px;
}

.content {
    padding: 30px;
    max-width: 700px;
    margin: 0 auto;
}

.content h2,
.content h1,
.tc-content h4,
.reset-form h4,
.error-content h2 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 24px;
    color: #2272cc;
    text-align: left;
}

.tc-content h4 {
    margin: 0;
    margin-top: 13px;
    margin-bottom: 28px;
}

.helveticaNeue-m-text {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.71;
    text-align: left;
    color: #666666;
    margin-top: 0;
    margin-bottom: 6px;
}

.helveticaNeue-m-text h4{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.71;
    text-align: left;
    color: #666666;
    margin-top: 0;
    margin-bottom: 6px;
}

.text-info-phone {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 1.86;
    text-align: left;
    color: #666666;
}

.tc-content {
    font-size: 14px;
    line-height: 1.57;
    text-align: justify;
    color: #666666;
    max-width: 692px;
}

.tc-scroll {
    max-height: 438px;
    border: 1px solid rgba(102, 102, 102, 0.12);
    border-radius: 4px;
    padding: 23px 0 19px 29px;
    overflow-y: auto;
}

.tc_form {
    max-width: 662px;
}

.tc-content p {
    margin: 0;
    font-size: 14px;
    line-height: 1.57;
    text-align: justify;
    color: #666666;
}

#pwd-policy-link {
    display: none;
}

.mCSB_draggerContainer .mCSB_draggerRail {
    width: 5px;
    border-radius: 2.5px;
    background-color: rgba(52, 52, 52, 0.12);
}

.mCSB_draggerContainer .mCSB_dragger .mCSB_dragger_bar {
    background-color: #666666 !important;
    border-radius: 2.5px;
}

input[type=checkbox]:not(old) {
    margin: 0;
    padding: 0;
    opacity: 0;
    width: 16px;
    height: 16px;
}

input[type=checkbox]:not(old) + label {
    display: inline-block;
    color: #4a4a4a;
    font-size: 14px;
    text-align: left;
    line-height: 1.57;
}

input[type=checkbox]:not(old) + label > span {
    display: inline-block;
    width: 14px;
    height: 14px;
    border: 1px solid #c3c3c3;
    border-radius: 2px;
    background: #ffffff;
    vertical-align: middle;
    margin-right: 15px;
    margin-top: -3px;
}

input[type=checkbox]:not(old):checked + label > span:before {
    content: '✓';
    display: block;
    width: 14px;
    margin-top: 1px;
    color: #580f8b;
    font-size: 0.875em;
    line-height: 1em;
    text-align: center;
    font-weight: bold;
}

.tc-button {
    margin-top: 34px;
}

.success-main {
    width: 100%;
    height: 100%;
    background-color: #f5f5f5;
}

.success-content {
    max-width: 606px;
    min-height: 147px;
    border-radius: 5px;
    background-color: #ffffff;
    box-shadow: 0 0 8px 0 #e7e7e7;
    text-align: center;
    padding: 98px 43.5px 117px 43.5px;
    margin-top: 70px;
}

.success-content h4 {
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 28px;
    font-weight: 500;
    letter-spacing: 0.2px;
    text-align: center;
    color: #00cc99;
}

.success-circle-check {
    color: #00cc99;
}

.duo-content {
    max-width: 702px;
}

.duo-content h2 {
    margin: 0;
    margin-top: 9px;
}

.duo-content h1 {
    margin: 0;
    margin-top: 9px;
}

.duo-content h4,
.reset-form h3 {
    font-size: 16px;
    font-weight: normal;
    line-height: 1.63;
    text-align: left;
    color: #666666;
}

.duo-content h4 {
    margin: 0;
    padding-top: 20px;
}

.pwd-info-ul li {
    line-height: 1.56;
}

.success-content .fa-check-circle.success-circle-check {
    font-size: 88px;
    margin-bottom: 26px;
}

.accept-tc {
    margin-top: 21px;
}

.accept-tc input[type=checkbox]:not(old) + label {
    margin-top: -21px;
}

#pwd-reset-content {
    padding-top: 48px;
}

.reset-form h4 {
    margin: 0;
}

.pwd-policy {
    max-width: 323.7px;
    box-shadow: 0 0 6px 0 rgba(250, 250, 250, 0.5);
    border: 1px solid #d2d5dc;
    padding: 17.2px 20px 17.8px 19.7px;
    border-radius: 5px;
    position: absolute;
    left: 100%;
    width: 323px;
    margin-left: 37px;
    top: 43%;
}

.pwd-policy:before {
    content: "";
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: 8px solid #d2d5dc;
    top: 7px;
    position: absolute;
    left: -8px;
}

.pwd-policy p {
    font-size: 12px;
    font-weight: 500;
    text-align: left;
    color: #2272cc;
    margin: 0;
    padding-left: 18px;
}

.pwd-policy ul {
    font-size: 11px;
    text-align: left;
    color: #666666;
    margin: 0;
    padding: 13px 0 0 19.7px;
    list-style: none;
}

.pwd-policy ul li:before {
    content: "• ";
    color: #2272cc;
    position: absolute;
    left: 20px;
}

.pwd-policy ul ul {
    padding: 3px 0 5px 40px;
    position: relative;
}

.pwd-policy ul li:before {
    content: "• ";
    color: #2272cc;
    position: absolute;
    left: 20px;
}

.pwd-policy ul ul li:before {
    content: "•";
    font-size: 6px;
    line-height: 16px;
    color: #666666;
}

.pwd-policy:after {
    content: "";
    position: absolute;
    top: 1px;
    left: -7px;
    width: 0;
    height: 0;
    border-top: 14px solid transparent;
    border-bottom: 14px solid transparent;
    border-right: 14px solid #ffffff;
}

#strength {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    text-align: right;
    padding-right: 10px;
    padding-bottom: 8px;
}

.hide-show {
    position: absolute;
    z-index: 5;
    top: 37px;
    right: 23px;
}

.hide-show i {
    font-size: 16px;
    float: right;
    cursor: pointer;
    margin-right: 10px;
}

.pwd-info-icon {
    position: absolute;
    z-index: 5;
    top: 34px;
    right: -14px;
}

.pwd-info-icon i {
    font-size: 20px;
    float: right;
    cursor: pointer;
}

.password-progress {
    width: 100%;
    height: 4px;
    background-color: #d2d5dc;
    border-radius: 4px;
}

.progress-bar {
    height: 4px;
    border-radius: 4px;
}

.regDUO-success-content {
    padding: 26px 43.5px 52px 43.5px;
}

.error-content {
    max-width: 810px;
    height: 200px;
    margin: 0 auto;
    margin-top: 40px;
    margin-bottom: 70px;
}

.error-content .box {
    border: 1px solid #666666;
    border-radius: 5px;
    max-width: 810px;
    padding: 23px 30px 31px 30px;
}

.error-content h4 {
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    line-height: 1.22;
    color: #ff2411;
    padding-left: 36px;
}

.error-content i {
    color: rgba(255, 36, 17, 0.91);
    font-size: 25px;
    float: left;
}

input::-ms-clear,
input::-ms-reveal {
    display: none;
}

.lnk-pwd-policy {
    visibility: hidden;
}


/*Media query*/

@media only screen and (max-width: 767px) {
    nav .logo {
        margin-left: auto;
        margin-right: auto;
        display: block;
        padding-left: 0;
    }
    .tc-content,
    .tc-content p,
    .tc-content .accept-tc label {
        font-size: 12px;
    }
    .tc-content {
        padding-top: 0px;
    }
    .accept-tc .tc-button {
        width: 100%;
    }
    .tc-content h4 {
        font-size: 18px;
    }
    .success-content {
        max-width: 61%;
    }
    .success-content h4 {
        font-size: 18px;
    }
    .success-content .fa-check-circle.success-circle-check {
        font-size: 70px;
    }
    .error-content {
        padding-left: 11px;
        padding-right: 25px;
        max-width: 95%;
    }
    .error-content .box {
        max-width: 100%;
    }
    #pwd-reset-content {
        padding-top: 23px;
    }
    .error-content h4 {
        font-size: 16px;
    }
    .pwd-reset-main .box {
        padding: 23px 30px 31px 30px;
    }
    .reset-form h4 {
        font-size: 18px;
    }
    .pwd-policy {
        display: none;
    }
    .pwd-info-ul {
        padding-left: 20px;
    }
    .reset-form h3 {
        font-size: 15px;
    }
    .pwd-reset-main .btn-submit {
        width: 100%;
    }
    #strength {
        padding-right: 0;
    }
    .pwd-reset-main .field {
        max-width: 100%;
    }
    #pwd-policy {
        opacity: 0;
        -webkit-transition: opacity 0.3s ease-in-out;
        -moz-transition: opacity 0.3s ease-in-out;
        -ms-transition: opacity 0.3s ease-in-out;
        -o-transition: opacity 0.3s ease-in-out;
        transition: opacity 0.3s ease-in-out;
    }
    #pwd-policy.shown {
        background-color: rgba(4, 1, 8, 0.45);
        position: fixed;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        z-index: 10;
        width: 100%;
        height: 100%;
        opacity: 1;
    }
    #pwd-policy.shown .pwd-policy {
        display: block;
        opacity: 1;
        left: 0;
        position: fixed;
        width: calc(100% - 32px);
        margin: 0 16px;
        max-width: 100%;
        top: 99px;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        background: #fff;
        border-radius: 4px;
        background-color: #ffffff;
        box-shadow: 0 2px 4px 0 rgba(102, 102, 102, 0.12);
    }
    #pwd-policy.shown .pwd-policy:before,
    #pwd-policy.shown .pwd-policy:after {
        display: none;
    }
    #pwd-policy.shown i.fa-times {
        width: 16px;
        height: 20px;
        font-size: 20px;
        color: #580f8b;
        float: right;
        margin-top: 5px;
    }
    #pwd-policy.shown p {
        font-size: 18px;
        font-weight: bold;
        text-align: left;
        color: #2272cc;
        position: relative;
        padding: 0 0 12px 0;
    }
    #pwd-policy.shown p:after {
        position: absolute;
        height: 1px;
        width: calc(100% + 42px);
        background: #d2d5dc;
        content: "";
        left: -21px;
        top: 100%;
    }
    #pwd-policy.shown .pwd-policy ul {
        font-size: 14px;
    }
    #pwd-policy.shown .pwd-policy ul li:before {
        font-size: 13px;
        line-height: 22px;
    }
    .lnk-pwd-policy {
        float: right;
        font-size: 12px;
        font-weight: 300;
        text-align: left;
        color: #580f8b;
        visibility: visible;
    }
    #pwd-policy-link {
        display: inline;
    }
    #login-box {
        padding: 20px 20px 0 20px;
    }
    #login-box .btn-submit {
        margin-bottom: 20px;
    }
    .duo-content h2 {
        margin: 0;
        font-size: 18px;
    }
    .duo-content h1 {
        margin: 0;
        font-size: 18px;
    }
    .duo-content h4 {
        font-size: 15px;
    }
    .duo-content {
        padding-top: 25px;
    }
    .tc-content h4 {
        margin-top: 30px;
    }
    .pwd-info-icon {
        right: -22px;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1366px) {
    .success-content {
        max-width: 75%;
    }
    .error-content {
        padding-left: 24px;
        padding-right: 25px;
        max-width: 95%;
    }
    .error-content .box {
        max-width: 100%;
    }
    .error-content h4 {
        font-size: 16px;
    }
    .pwd-policy {
        left: 63%;
        top: 100%;
        background: white;
    }
    .pwd-policy:after {
        content: "";
        position: absolute;
        top: -4px;
        left: 2px;
        width: 0;
        height: 0;
        border-left: 14px solid transparent;
        border-right: 14px solid transparent;
        border-bottom: 8px solid #ffffff;
        border-top: 0;
    }
    .pwd-policy:before {
        content: "";
        width: 0;
        height: 0;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-bottom: 4px solid #d2d5dc;
        top: -13px;
        position: absolute;
        left: 8px;
    }
    .duo-content h4 {
        margin: 0;
        padding-top: 14px;
    }
    .tc-content h4 {
        margin-top: 8px;
    }
}
