.box {
    position: relative;
    top: 0;
    opacity: 1;
    float: left;
    padding: 22px 50px 20px 50px;
    width: 100%;
    background: #fff;
    border-radius: 10px;
    transform: scale(0.95);
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    z-index: 5;
}

.box.back {
    transform: scale(0.90);
    -webkit-transform: scale(0.90);
    -ms-transform: scale(0.90);
    top: -8px;
    opacity: 0.8;
    z-index: -1;
}

.box:before {
    content: "";
    width: 100%;
    border-radius: 10px;
    position: absolute;
    top: -10px;
    background: rgba(255, 255, 255, 0.6);
    left: 0;
    transform: scale(0.95);
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    z-index: -1;
}

.overbox .title,.overbox .message {
    color: black !important;
}

.overbox .title:before,.overbox .message:before {
    background: #fff;
}

.title {
    width: 100%;
    float: left;
    line-height: 46px;
    font-size: 34px;
    font-weight: 700;
    letter-spacing: 2px;
    color: #ed2553;
    position: relative;
}

.title:before {
    content: "";
    width: 5px;
    height: 100%;
    position: absolute;
    top: 0;
    left: -50px;
    background: #ed2553;
}

.input {
    transition: 300ms cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transition: 300ms cubic-bezier(0.4, 0, 0.2, 1);
    -ms-transition: 300ms cubic-bezier(0.4, 0, 0.2, 1);
}

.input label,
.input input,
.input .spin {
    transition: 300ms cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transition: 300ms cubic-bezier(0.4, 0, 0.2, 1);
    -ms-transition: 300ms cubic-bezier(0.4, 0, 0.2, 1);
}

.button {
    transition: 300ms cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transition: 300ms cubic-bezier(0.4, 0, 0.2, 1);
    -ms-transition: 300ms cubic-bezier(0.4, 0, 0.2, 1);
}

.button .submitBtn .button.login .submitBtn i.fa {
    transition: 300ms cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transition: 300ms cubic-bezier(0.4, 0, 0.2, 1);
    -ms-transition: 300ms cubic-bezier(0.4, 0, 0.2, 1);
}

.material-button .shape:before,
.material-button .shape:after {
    transition: 300ms cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transition: 300ms cubic-bezier(0.4, 0, 0.2, 1);
    -ms-transition: 300ms cubic-bezier(0.4, 0, 0.2, 1);
}

.button.login .submitBtn {
    transition: 300ms cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transition: 300ms cubic-bezier(0.4, 0, 0.2, 1);
    -ms-transition: 300ms cubic-bezier(0.4, 0, 0.2, 1);
}

.material-button,
.alt-2,
.material-button .shape,
.alt-2 .shape,
.box {
    transition: 400ms cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transition: 400ms cubic-bezier(0.4, 0, 0.2, 1);
    -ms-transition: 400ms cubic-bezier(0.4, 0, 0.2, 1);
}

.input {
    width: 100%;
    float: left;
}

.input label,
.input input,
.input .spin {
    width: 100%;
    float: left;
}

.button {
    width: 100%;
    float: left;
}

.button .submitBtn {
    width: 100%;
    float: left;
}

.input{
    margin-top: 30px;
    height: 60px;
}

.input {
    position: relative;
}

.input input {
    position: relative;
}

.button {
    position: relative;
}

.button .submitBtn {
    position: relative;
}

.input input {
    height: 64px;
    top: 10px;
    border: none;
    background: transparent;
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    color: rgba(0, 0, 0, 0.8);
    font-weight: 300;
}

.input label {
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    color: rgba(0, 0, 0, 0.8);
    font-weight: 300;
}

.button .submitBtn {
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    color: rgba(0, 0, 0, 0.8);
    font-weight: 300;
}

.input:before,
.input .spin {
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.input:before {
    content: "";
    background: rgba(0, 0, 0, 0.1);
    z-index: 3;
}

.input .spin {
    background: #ed2553;
    z-index: 4;
    width: 0;
}

.input label {
    position: absolute;
    top: 10px;
    left: 0;
    z-index: 2;
    cursor: pointer;
    line-height: 60px;
}

.button {
    overflow: hidden;
    z-index: 2;
}

.button.login {
    width: 40%;
    left: 30%;
    margin-top: 30px;
}

.button.login .submitBtn {
    width: 100%;
    line-height: 64px;
    left: 0%;
    background-color: transparent;
    border: 3px solid rgba(0, 0, 0, 0.1);
    font-weight: 900;
    font-size: 18px;
    color: rgba(0, 0, 0, 0.2);
}

.button .submitBtn {
    width: 100%;
    line-height: 64px;
    left: 0%;
    background-color: transparent;
    border: 3px solid rgba(0, 0, 0, 0.1);
    font-weight: 900;
    font-size: 18px;
    color: rgba(0, 0, 0, 0.2);
}

.button .submitBtn {
    background-color: #fff;
    color: #ed2553;
    border: none;
}

.button.login .submitBtn.active {
    border: 3px solid transparent;
    color: #fff !important;
}

.button.login .submitBtn.active span {
    opacity: 0;
    transform: scale(0);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
}

.button.login .submitBtn.active i.fa {
    opacity: 1;
    transform: scale(1) rotate(0deg);
    -webkit-transform: scale(1) rotate(0deg);
    -ms-transform: scale(1) rotate(0deg);
}

.button.login .submitBtn i.fa {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    line-height: 60px;
    transform: scale(0) rotate(-45deg);
    -webkit-transform: scale(0) rotate(-45deg);
    -ms-transform: scale(0) rotate(-45deg);
}

.button.login .submitBtn:hover {
    color: #ed2553;
    border-color: #ed2553;
}

.button .submitBtn {
    cursor: pointer;
    position: relative;
    z-index: 2;
}

.pass-forgot {
    width: 100%;
    float: left;
    text-align: center;
    color: rgba(0, 0, 0, 0.4);
    font-size: 18px;
}

.click-efect {
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
}

.overbox {
    width: 100%;
    height: 90%;
    position: absolute;
    top: 20px;
    left: 0;
    overflow: inherit;
    border-radius: 10px;
    padding: 130px 50px 40px 50px;
}

.overbox .title,
.overbox .button,
.overbox .input {
    z-index: 111;
    position: relative;
    display: none;
}

.overbox .message {
    z-index: 111;
    position: relative;
    color: black !important;
    display: none;
}

.overbox .title {
    width: 80%;
}

.overbox .input {
    margin-top: 20px;
}

.overbox .material-button,
.overbox .alt-2 {
    display: block;
}

.overbox .material-button .shape,
.overbox .alt-2 .shape {
    display: block;
}

.material-button,
.alt-2 {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    background: white !important;
    position: absolute;
    top: 40px;
    right: -70px;
    cursor: pointer;
    z-index: 100;
    transform: translate(0%, 0%);
    -webkit-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
}

.material-button .shape,
.alt-2 .shape {
    position: absolute;
    top: -20px;
    right: 0;
    width: 100%;
    height: 100%;
}

.material-button .shape:before,
.alt-2 .shape:before,
.material-button .shape:after,
.alt-2 .shape:after {
    content: "";
    background: #ed2553 !important;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(360deg);
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    -ms-transform: translate(-50%, -50%) rotate(360deg);
}

.material-button .shape:before,
.alt-2 .shape:before {
    width: 25px;
    height: 4px;
}

.material-button .shape:after,
.alt-2 .shape:after {
    height: 25px;
    width: 4px;
}

.material-button.active,
.alt-2.active {
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%) rotate(0deg);
    -webkit-transform: translate(50%, -50%) rotate(0deg);
    -ms-transform: translate(50%, -50%) rotate(0deg);
}

body {
    background-color: #f4f5f6;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 100vh;
    font-family: 'Roboto', sans-serif;
    overflow: hidden;
}

html {
    overflow: hidden;
}

.materialContainer {
    width: 100%;
    max-width: 460px;
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style-type: none;
    outline: none;
}

*:after,
*::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style-type: none;
    outline: none;
}
.responseMsg {
    z-index: 111;
    color: #fff;
    position: relative;
    font-size: 1.5em;
}
.expiredMsg {
    z-index: 111;
    color: black;
    top: 50px;
    font-size: 1.5em;
}
.passCodeMsg {
    z-index: 111;
    color: black !important;
    position: relative;
    top: 50px;
    display: none;
}
.twoFactorCodeMsg {
    z-index: 111;
    position: relative;
    top: -6px;
    display: none;
}
.cursor-pointer {
    cursor: pointer;
}
.otpFieldVal:focus, .otpFieldVal:hover, .twofaOtpField:focus, .twofaOtpField:hover {
    box-shadow: none;
    border: 2px solid #ed2553
}

.passcodeFld {
    border: 1px solid #ccc;
    border-left: 3px solid red;
    background: linear-gradient(to left, white 50%, lightgreen 50%) right;
    background-size: 200%;
    transition: .5s ease-out
}

@media screen and (max-width: 460px) {
    .materialContainer {
        max-width: 300px;
    }
    .shape{
        left:42%;
    }
}

@media screen and (max-width: 320px) {
    .materialContainer {
        max-width: 260px;
        margin-top: 90px;
    }

    body {
        min-height: 127vh;
    }
    .shape{
        left:38%;
    }
}
.pass-forgot:hover {
    color: #37b0e5 !important;
}
#togglePassword {
    position: absolute;
    right: 10px;
    top: 74%;
    transform: translateY(-50%);
    background: transparent;
    border: none;
    cursor: pointer;
    font-size: 18px;
    color: #666;
}
#eyeIcon {
    font-size: 18px;
}
.text-steelBlue{
    color: #145aa5 !important;
}

/* Loader style change */
.loading {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    z-index: 1061;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, .4);
}
.loader {
    animation: rotate 1s infinite;
    height: 50px;
    width: 50px;
}
.loader:before,
.loader:after {
    border-radius: 50%;
    content: '';
    display: block;
    height: 20px;
    width: 20px;
}
.loader:before {
    animation: ball1 3s infinite;
    background-color: #ccc;
    box-shadow: 30px 0 0 #ccc;
    margin-bottom: 10px;
}
.loader:after {
    animation: ball2 3s infinite;
    background-color: #ccc;
    box-shadow: 30px 0 0 #ccc;
}

@keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg) scale(0.8);
        -moz-transform: rotate(0deg) scale(0.8);
    }

    50% {
        -webkit-transform: rotate(360deg) scale(1.2);
        -moz-transform: rotate(360deg) scale(1.2);
    }

    100% {
        -webkit-transform: rotate(720deg) scale(0.8);
        -moz-transform: rotate(720deg) scale(0.8);
    }
}

@keyframes ball1 {
    0% {
        box-shadow: 30px 0 0 #ccc;
    }

    50% {
        box-shadow: 0 0 0 #ccc;
        margin-bottom: 0;
        -webkit-transform: translate(15px, 15px);
        -moz-transform: translate(15px, 15px);
    }

    100% {
        box-shadow: 30px 0 0 #ccc;
        margin-bottom: 10px;
    }
}

@keyframes ball2 {
    0% {
        box-shadow: 30px 0 0 #ccc;
    }

    50% {
        box-shadow: 0 0 0 #ccc;
        margin-top: -20px;
        -webkit-transform: translate(15px, 15px);
        -moz-transform: translate(15px, 15px);
    }

    100% {
        box-shadow: 30px 0 0 #ccc;
        margin-top: 0;
    }
}

.passcodeverify {
    background-color: #f6fff6;
}

.icon-status {
    transition: color 0.2s ease;
}

li.passcodeverify .icon-status {
    color: green !important;
}
.passcode-success-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100vh;
    background-color: #f8fafc;
    text-align: center;
    padding: 20px;
}

.success-logo {
    max-width: 150px;
    margin-bottom: 30px;
}

.success-card {
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    padding: 40px;
    max-width: 600px;
    width: 100%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}

.success-title {
    color: #2e7d32;
    margin-bottom: 10px;
}

.success-message {
    color: #555;
    font-size: 1.1rem;
    margin-bottom: 30px;
}

.login-btn {
    background-color: #ed2553;
    border: none;
    padding: 12px 30px;
    color: white;
    font-size: 1rem;
    border-radius: 8px;
    cursor: pointer;
}

.login-btn:hover {
    background-color: #3aa2c5;
}

.login-btn-link {
    text-decoration: none;
}
.powered-by {
    margin-top: -15px;
}
.providerCheckbox {
    accent-color: #ed2553!important;
    width: 23px;
	height: 20px;
}
.mt2px{
    margin-top: 2px;
}
.closeProviderPrefer{
    font-size: 35px;
    font-weight: 600;
    color: #ed2553;
}