﻿/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
    margin-top: 10px;
    margin-bottom: 10px;
}
a:hover {
    text-decoration: underline;
}
.anchor {
    display: block;
    text-align: center;
    font-size: 1.5rem;
    font-weight: 700;
    color: #202020;
    text-decoration: none;
}
a.forgot-pw {
    display: block;
    color: #8DBA23;
    text-decoration: none;
    margin-top: 0.9rem;
    margin-left: 10px;
}
footer {
    display: block;
    font-size: 10px;
}
footer .footer-wrapper {
    position: relative;
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
}
@media (max-width:359.5px) {
    body {
        font-size: 12px;
    }
}
@media (min-width: 768px) {
    .col-sm-12 {
        width: 100%;
        float: left;
        position: relative;
        min-height: 1px;
        padding-left: 5px;
        padding-right: 5px;
    }
}
.btn.light-green {
    text-align: center;
    font-size: 1.25em;
    border-radius: 25px;
    text-decoration: none;
}
@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}
.footer {
    font-size: 12px;
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
}

.ssp-panel {
    border: 2px solid #ebebeb;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    padding: 10px 20px;
    position: relative;
    margin-top: 25px;
}
.myprovipage .services-section.ssp-panel {
    padding: 10px 0px;
}
@media (max-width: 575px) {
    .ssp-panel {
        padding: 10px 15px
    }
    .ssp-panel .g-recaptcha {
            -webkit-transform: scale(0.77);
            -ms-transform: scale(0.77);
            transform: scale(0.77);
            -webkit-transform-origin: 0 0;
            -ms-transform-origin: 0 0;
            transform-origin: 0 0
    }
}
.ssp-panel h2 {
        text-align: center;
        font-size: 25px;
        padding: 10px 0;
        font-weight: bold;
}
.panel-content{
	margin-bottom: 20px;
	-webkit-box-flex: 0;
    font-weight: bold;
}
.input-field-wrap.noBorder {
    border: none;
    height: auto;
    position: relative;
}
.ssp-panel .submit-row .btn {
    margin: 0;
}

/*Login Page Css Starts Here*/

@media (max-width:575px) {
    .form-row {
        margin: 0px;
    }
}
.register-panel {
    margin-top: 30px;
}
@media (max-width:359.5px) {
    .register-btn.anchor {
        margin-top: 0px;
        margin-bottom: 0px;
    }
    .register-panel {
        padding: 10px 15px 10px 15px;
    }
}
/*Login Page Css Ends Here*/

/** Register Page Css Starts Here**/

a.login-link {
    display: block;
    color: #8DBA23;
    text-decoration: none;
    margin-top: 0.9rem;
}
/** Register Page Css Ends Here**/

/** Register Page Steps Css Starts Here**/

table.stepsTable {
    margin: 10px 0 15px 0;
    box-sizing: content-box;
    clear: both;
    border-collapse: separate;
    border-spacing: 0;
    width: 100%;
}

table.stepsTable thead th {
    padding: 10px;
    font-weight: normal;
    line-height: 16px;
    text-align: center;
    vertical-align: middle;
    font-size: 15px;
    box-sizing: content-box;
    border: 1px solid #d0d0d0;
    font-weight: bold;
    border-radius: 10px 10px 0 0;
}
th.actived {
    background-color: #adda43;
    color: white;
}
th.active {
    background-color: #00ace9;
    color: white;
}

th.inactive {
    background-color: #fff;
    color: #777;
}

@media (max-width:340px) {
    table.stepsTable thead th {
        padding: 5px;
        font-size: 10px;
    }
}

/** Register Page Steps Css Ends Here**/

/*OTP Page Css Starts Here*/

a.btn.btn-large.btn-filled.ssplogin.light-green.Submit {
    float: left;
}

a.btn.btn-large.btn-filled.ssplogin.light-green.resend-btn {
    float: right;
}

.ssp-panel .submit-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 575px) {
    .ssp-panel .submit-row .btn {
        width: 100%;
        margin: auto;
    }
    table.stepsTable thead th {
        font-size: 14px;
    }
}

@media (max-width: 440px) {
    .ssp-panel .submit-row {
        flex-direction: column;
    }

    .breakpoint {
        margin-top: 20px;
    }

    table.stepsTable thead th {
        font-size: 10px;
    }
}
/*OTP Page Css Ends Here*/

/*Loading Screen Css Start Here*/
.loading-screen{
    display:none;
}
.loading-panel {
    position: fixed;
    text-align: center;
    max-width: 340px;
    padding: 30px 30px 25px;
    border-radius: 10px;
    background: white;
    box-shadow: 0 0 15px rgba(#202020, 0.15);
    z-index: 10002;
    width: 270px;
    height: auto;
    font-size: 14px;
    left: 50% !important;
    transform: translate(-50%, 0%) !important;
    top: 160px;
    /* @include media('>md') {
        top: 100px;
    }*/
}

.loading-modal {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #BBB;
    opacity: 0.5;
    z-index: 10001;
}

.loader,
.loader:after {
    border-radius: 50%;
    width: 150px;
    height: 150px;
    overflow: hidden;

   /* @include media('<md') {
        width: 130px;
        height: 130px;
    }*/
}

.loader {
    margin: 40px auto 20px auto;
    font-size: 10px;
    position: relative;
    text-indent: -9999em;
    border-top: 1.1em solid rgba(#00ace9, 0.2);
    border-right: 1.1em solid rgba(#00ace9, 0.2);
    border-bottom: 1.1em solid rgba(#00ace9, 0.2);
    border-left: 1.1em solid #00ace9;
    transform: translateZ(0);
    animation: load8 1.1s infinite linear;
}

@keyframes load8 {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
/*Loading Screen Css Ends Here*/
form .input-field-sufix-icon {
    width: 24px;
    height: 24px;
    position: absolute;
    top: 50%;
    right: 45px;
    cursor: pointer;
    transform: translateY(-50%);
}
form input[type="submit"] {
    border-width: 0px;
}

/*Thank you page*/
.ssp-form p {
    font-weight: 500;
}

a.thankyou {
    color: #8DBA23;
    text-decoration: none;
    margin-top: 0.9rem;
}
#heading {
    line-height: 1.1;
    color: #00ace9;
    font-size: 26px;
}
@media (max-width:768px) {
    body {
        line-height: 14px;
    }
}
@media (max-width: 359.5px) {
    body {
        font-size: 12px;
    }

    #heading {
        font-size: 23px;
    }
}
noscript {
    font-size: 15px;
    color: #c10f81;
}

form input[type="submit"] {
    padding: 4px 20px;
    max-width: 240px !important;
    width: auto !important;
}
p.footer-copyright {
    font-size: 12px;
}
.helpus-message ul, .helpus-message li {
    padding: unset;
    margin: 12px;
    list-style: disc;
}