:root {
    --loginPrimaryColor: #22baa0 !important;
    --loginBgColor: #f1f4f9;
}

.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;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 2px;
    color: #ed2553;
    position: relative;
}

.preferenceDiv {
    height: 150px;
    overflow-y: scroll;
}

.title:before {
    content: "";
    width: 5px;
    height: 100%;
    position: absolute;
    top: 0;
    left: -49px;
    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);
}

.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,
.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: var(--loginPrimaryColor);
    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: 25%;
    margin: auto;
    float: unset;
}

.button.login .submitBtn {
    width: 100%;
    line-height: 50px;
    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.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: var(--loginPrimaryColor);
    border-color: var(--loginPrimaryColor);
}

.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);
}

.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 .material-button,
.overbox .alt-2 {
    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.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: var(--loginBgColor);
    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: 50%;
    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;
}
.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
}

.pass-forgot:hover {
    color: #37b0e5 !important;
}
.resetTogglePassword {
    position: absolute;
    right: 0;
    top: 0;
    background: transparent;
    border: none;
    cursor: pointer;
    font-size: 18px;
    color: #666;
}
#eyeIcon {
    font-size: 18px;
}
.text-steelBlue{
    color: #145aa5 !important;
}

.text-aquaBlue {
    color: #37b0e5 !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;
}

/* Collaborator Login Styles */
#loginForm {
    padding: 40px 0px;
}

.form-row{
    display: flex;
    margin: 30px 0 40px 0;
    padding-bottom: 15px;
}

.form-row .input-data{
    width: 100%;
    height: 40px;
    position: relative;
    text-align: start;
}

.input-data input {
    display: block;
    width: 100%;
    height: 100%;
    border: none;
    font-size: 17px;
    border-bottom: 2px solid rgba(0,0,0, 0.12);
    outline: none;
    padding-top: 11px;
}

.input-data input:focus ~ label, .input-data input:valid ~ label, .input-data input:invalid ~ label {
    transform: translateY(-20px);
    font-size: 14px;
    color: var(--loginPrimaryColor);
}

.input-data input:focus {
    border: none !important;
}

.input-data label{
    position: absolute;
    pointer-events: none;
    bottom: 10px;
    font-size: 16px;
    transition: all 0.3s ease;
    margin-left: 2px;
}

.input-data .underline,
.new-passcode-section .underline {
    position: absolute;
    bottom: 0;
    height: 1px;
    width: 100%;
}

.input-data .underline:before,
.new-passcode-section .underline:before {
    position: absolute;
    content: "";
    height: 2px;
    width: 100%;
    background: var(--loginPrimaryColor);
    transform: scaleX(0);
    transform-origin: center;
    transition: transform 0.3s ease;
}

.input-data input:focus ~ .underline:before, .input-data input:valid ~ .underline:before,
.new-passcode-section input:focus ~ .underline:before {
    transform: scale(1);
}

.loginTogglePassword {
    position: absolute;
    right: 50px !important;
    background: transparent;
    border: none;
    cursor: pointer;
    color: #666;
    margin-top: 6px;
}

.resetTogglePassword {
    position: absolute;
    background: transparent;
    border: none;
    cursor: pointer;
    color: #666;
    margin-top: 6px;
}

#togglePassword:hover{
    color: #37b0e5 !important;
}

label.required:after{
    content: " *";
    color: red;
}

/* Styles of the forgot email section */
.overbox .form-row {
    display: none;
    position: relative;
    z-index: 100;
}

.new-passcode-section {
    position: relative;
    margin-bottom: 15px;
}

.new-passcode-section input {
    width: 100%;
    height: 35px;
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    font-size: 17px;
}

.new-passcode-section label {
    font-size: 14px;
    color: var(--loginPrimaryColor);
}

.new-passcode-input {
    position: relative;
}

@media (max-width: 500px) {
    .materialContainer {
        font-size: 12px !important;
        top: 45% !important;
    }
    .title, .twoFactorTxt {
        font-size: 16px !important;
    }
    .loginimage {
        width: 150px !important;
        height: 70px !important;
    }
    .brandImage {
        width: 90px !important;
        height: 15px !important;
    }
    .box {
        top: -18px;
    }
    .poweredByDiv {
        margin: 8px 0px !important;
    }
    #loginForm {
        padding: 2px 0px !important;
    }
    .emailDiv {
        margin: 56px 0 0px 0 !important;
    }
    .passcodeDiv {
        margin: 30px 0px 0px 0px !important;
    }
    .loginTogglePassword {
        top: 63% !important;
    }
    .button.login .submitBtn {
        line-height: 32px !important;
        font-size: 12px !important;
    }
    .button.login {
        margin-top: 20px !important;
    }
    .overbox {
        top: 14px !important;
    }
    .shape {
        left: 470px !important;
        top: 180px !important;
        font-size: 24px !important;
    }
    .passcodeEmailDiv {
        margin-top: 170px !important;
    }
    .container-passcode {
        margin-top: 15px !important;
    }
    .closeProviderPrefer {
        font-size: 28px !important;
        margin-left: 18px !important;
    }
    .prefshape {
        left: 270px !important;
        top: 35px !important;
        font-size: 24px !important;
    }
    .providerCheckbox {
        width: 20px !important;
        height: 18px !important;
    }
    .preferenceDiv {
        height: 110px !important;
    }
    #email {
        font-size: 9px !important;
        padding: 10px !important;
    }
    .twofaOtpField, .otpFieldVal {
        padding: 0px !important;
        margin: 8px 3px !important;
        padding: 3px 3px !important;
    }
    .otpCodeDiv {
        padding: 0px !important;
    }
    .toasterfont {
        font-size: 10px !important;
        margin-right: 4px !important;
    }
    .toast-main {
        width: 260px !important;
        padding: 2px 10px 10px 10px !important;
    }
    .toast-main-header i {
        font-size: 10px !important;
        margin-top: 8px;
    }
    .resendCodeDiv {
        font-size: 10px !important;
        padding-bottom: 5px;
    }
    .passCodeDiv {
        padding: 80px 50px 40px 50px !important;
    }
    .codeTxt, .invalidOtp, #otp input, .resetTogglePassword, .footer {
        font-size: 12px !important;
    }
    #otp {
        padding: 0px 3px !important;
    }
    .passcode-message h2 {
        font-size: 20px !important;
    }
    .passcode-message p {
        font-size: 17px !important;
    }
}

.shape {
    position: absolute;
    left: 520px;
    top: 125px;
    font-size: 28px;
    color: #ed2553;
}

.prefshape {
    position: absolute;
    left: 400px;
    top: 50px;
    font-size: 28px;
    color: #ed2553;
    cursor: pointer;
}

.passcodeEmailDiv {
    margin-top: 118px;
}

.container-passcode {
    margin-top: 55px;
}

.twofaOtpField, .otpFieldVal {
    border: 2px solid #ced4da;
}

.mb15px {
    margin-bottom: 15px;
}