﻿.sms-authentication {
    justify-content: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
    outline: none;
    position: relative;
    background: rgba(215, 215, 215, 0.2);
    box-shadow: 0 0 1.8rem #3876bf73 inset;
    backdrop-filter: blur(4px);
    border-radius: calc(var(--b-radius)*2);
    border: .05em solid #3876BF;
    padding: 2rem
}

.sms-authentication h1 {
    box-sizing: border-box;
    font-size: 19px;
    font-weight: 700;
    line-height: 40.2833px;
    margin: 16px 0 0;
    outline: none;
    padding: 0;
    max-width: 100%;
    width: 100%
}

.sms-authentication label {
    box-sizing: border-box;
    color: #3f444d;
    font-size: .9em;
    line-height: 26.0333px;
    outline: none;
    padding: 0
}

.sms-authentication input[type=text],
.sms-authentication input[type=password] {
    box-sizing: border-box;
    flex-grow: 1;
    width: 100%;
    direction: ltr;
    text-align: left
}

.sms-authentication input[type=password]::placeholder {
    direction: rtl;
    text-align: center;
    font-weight: 100;
    color: var(--Silver-Primary-Color)
}

.sms-authentication input[type=text].dir-rtl {
    direction: rtl;
    text-align: right
}

.sms-authentication .link,
.sms-authentication .link:link,
.sms-authentication .link:active,
.sms-authentication .link:visited,
.sms-authentication .link:hover {
    text-decoration: none;
    color: var(--Accent-Color);
    cursor: pointer;
    font-size: .9em;
    font-weight: 100;
    line-height: 2em;
    outline: none;
    text-align: right;
    padding: 0;
    position: relative;
    transition-delay: 0;
    transition-duration: .3s;
    transition-property: top;
    transition-timing-function: ease-in-out
}

.sms-authentication .link .d-flex {
    box-sizing: border-box;
    color: #18bdd0;
    cursor: pointer;
    font-size: 12px;
    font-weight: 700;
    line-height: 26.0333px;
    margin: 0;
    outline: none;
    padding: 0;
    vertical-align: text-top
}

.sms-authentication .back {
    position: absolute;
    font-size: 1.5rem;
    left: 0;
    top: 0;
    background: transparent;
    border: 0 solid #fff;
    width: 2em;
    height: 2em;
    background: var(--Silver-Bg);
    border-radius: 50%;
    text-align: center;
}

.sms-authentication .back svg {
    width: .8em;
    transform: rotate(180deg);
    height: .8em;
    text-align: center;
    fill: #a7a7a7;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.sms-authentication.d-none {
    display: none
}

.sms-authentication .msg {
    color: var(--DotNetNuke-Secondary-Color);
    width: 100%;
    font-size: .9em;
    text-align: justify
}

.sms-authentication .msg.success {
    color: #2b9b0b
}

.sms-authentication #resend-verify {
    display: none
}

#profile.sms-authentication input::-webkit-input-placeholder {
    direction: rtl;
    text-align: right
}

#profile.sms-authentication input:-ms-input-placeholder {
    direction: rtl;
    text-align: right
}

#profile.sms-authentication input::placeholder {
    direction: rtl;
    text-align: right
}

.timer-verify {
    display: none;
    direction: ltr;
    text-align: center;
    font-size: 1rem;
    padding: 15px 0 0
}

.jst-hours {
    float: left
}

.jst-minutes {
    float: left
}

.jst-seconds {
    float: left
}

.jst-clearDiv {
    clear: both
}

.jst-timeout {
    color: red
}

:root {
    --first-color: hsl(352.6, 91.4%, 63.3%);
    --first-color-alt: hsl(352.3, 77.8%, 66.5%);
    --text-color: hsl(231, 12%, 98%);
    --body-color: hsl(231, 100%, 94%)
}

.proccessing {
    position: relative;
    color: var(--text-color);
    overflow: hidden;
    cursor: wait
}

.proccessing::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 150%;
    height: 100%;
    background: repeating-linear-gradient(60deg, transparent, transparent 0.75rem, var(--first-color-alt) 0.75rem, var(--first-color-alt) 1.5rem);
    animation: load 1s infinite linear
}

.button_text {
    position: relative
}

@keyframes load {
    0% {
        transform: translateX(0)
    }

    100% {
        transform: translateX(-1.75rem)
    }
}

.register-ad a,
.register-ad button {
    line-height: inherit;
    cursor: pointer;
    border: none;
    outline: none;
    background: none;
    text-decoration: none
}

.alert-message.error {
    background: #ed6149;
    padding: 10px 5px;
    border-radius: 30px;
    text-align: center;
    color: #fff;
    display: flex;
    justify-content: space-around;
    flex-direction: row-reverse
}

.register-ad {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100vh;
    justify-content: center
}

.register-ad .register-ad .register-ad-form-icon svg {
    width: 15px;
    fill: #fff
}

.register-ad .register-ad-profile {
    width: 100%;
    background: #fff;
    border-radius: 20px 20px 0 0;
    position: relative
}

.register-ad .register-ad-profile:before {
    content: '';
    background: #DA0037;
    width: 5px;
    height: 52px;
    position: absolute;
    left: 0;
    top: 61px;
    z-index: 10;
    border-radius: 0 2px 2px 0
}

.register-ad .register-ad-profile img {
    width: 100%;
    position: relative
}

.register-ad .register-ad-title {
    font-size: 1.2em;
    font-weight: 800;
    line-height: 4em
}

.register-ad .register-ad-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    position: relative;
    min-width: 100%;
    width: 24em
}

.register-ad .forget-ad-form-btn {
    background: #CE4545
}

.register-ad .nextstep-ad-form-btn {
    background: #D57520
}

.register-ad .forget-ad-form-btn,
.register-ad .nextstep-ad-form-btn {
    display: block;
    text-align: center;
    color: #fff !important;
    padding: .7em 0;
    width: 100%;
    border-radius: 5px
}

.register-ad .register-ad-form-btn {
    display: block;
    background: #303030;
    text-align: center;
    color: var(--text-color);
    padding: .7em 0;
    min-width: 50%;
    border: .1em solid var(--Silver-Secondary-Color);
    border-radius: 5px
}

.register-ad .register-ad-form input {
    direction: ltr;
    width: 100%;
    margin: 0;
    max-width: 100%;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    outline: 0;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    padding: .67861429em 1em;
    border: 1px solid #D8D8D8;
    color: rgba(0, 0, 0, .87);
    -webkit-transition: box-shadow .1s ease, border-color .1s ease;
    transition: box-shadow .1s ease, border-color .1s ease;
    box-shadow: none;
    --tw-bg-opacity: .1;
    background-color: var(--White-Color);
    --tw-text-opacity: 1;
    color: var(--Black);
    border-radius: 5px;
    line-height: 2;
    background: #F5F5F5
}

.register-ad .register-ad-form input:-webkit-autofill,
.register-ad .register-ad-form input:-webkit-autofill:hover,
.register-ad .register-ad-form input:-webkit-autofill:focus,
.register-ad .register-ad-form input:-webkit-autofill:active {
    background-color: var(--White-Color) !important
}

.register-ad .register-ad-form {
    position: relative;
    flex-direction: column;
    text-align: right;
    width: 100%
}

.register-ad .register-ad-form-icon {
    position: absolute;
    left: 15px;
    right: auto;
    top: 3px;
    border-right: 1px solid red;
    padding-right: 15px;
    top: 15px
}

.usernamedown {
    position: relative
}

.passworddown {
    position: relative
}

span.register-ad-form label {
    color: var(--Silver-Secondary-Color);
    line-height: 3em
}

.register-ad .register-ad-forget {
    font-size: 13px
}

.register-ad-bottom {
    display: flex;
    align-items: center;
    width: 100%;
    margin: 10px 0 0;
    justify-content: space-around
}

.sms-authentication .login {
    width: 100%
}

.login .buttons {
    width: 100%;
    gap: .5em
}

.PassForgot {
    padding-bottom: 1em;
    width: 100%;
    margin-left: 0;
    text-align-last: end;
    text-align: end
}

.PassForgot span {
    font-size: .9em
}

.emco-top {
    padding: 0 !important
}

.register-ad-form {
    padding-bottom: 2.79em
}