﻿.sms-authentication {
    justify-content: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
    outline: none;
    position: relative;
    /* margin: auto 0px; */
    height: 100%;
}

.sms-authentication h1 {
    box-sizing: border-box;
    color: #0c0c0c;
    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: 0.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;
    /* font-weight: 400; */
    /* outline: none; */
    /* max-width: 100%; */
    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 {
    margin: 10px;
    text-decoration: none;
    color: black !important;
    background-color: #b3f9b6;
    padding: 5px;
    border-radius: 5px;
    font-weight: 600;
    cursor: pointer;
    /* display: flex; */
    /* flex-grow: 1; */
    font-size: 0.9em;
    /* justify-content: flex-start; */
    line-height: 2em;
    outline: none;
    text-align: right;
    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; */
    right: 20px;
    top: 20px;
    background: transparent;
    border: 0px solid #fff;
    width: 2em;
    height: 2em;
    background: var(--Silver-Bg);
    border-radius: 50%;
    text-align: center;
}

.sms-authentication .back svg {
    width: 0.8em;
    rotate: -90deg;
    height: 0.8em;
    text-align: center;
}

.sms-authentication.d-none {
    display: none
}

.sms-authentication .msg {
    /* color: var(--DotNetNuke-Secondary-Color); */
    color: red;
    width: 100%;
    font-size: 0.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;
    color: #0c0c0c
}

#profile.sms-authentication input:-ms-input-placeholder {
    direction: rtl;
    text-align: right;
    color: #0c0c0c
}

#profile.sms-authentication input::placeholder {
    direction: rtl;
    text-align: right;
    color: #0c0c0c
}

.timer-verify {
    display: none;
    direction: ltr;
    text-align: center;
    font-size: 1rem;
    padding: 15px 0px 0px 0px;
}

.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: 3px;
    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;
    justify-content: space-around;
    position: relative;
}

.register-ad .BackHome {
    width: 100%;
    font-size: 1em;
    top: 2em;
    right: 10em;
}

.register-ad .BackHome span {
    background: var(--Silver-Bg);
    width: 1.3em;
    height: 1.3em;
    display: inline-flex;
    text-align: center;
    border-radius: 50%;
    font-size: 1.5em;
    justify-content: center;
    align-items: center;
    margin-left: 0.3em;
}

.register-ad .register-ad .register-ad-form-icon svg {
    width: 15px;
    fill: #fff
}

.register-ad .register-ad-profile {
    width: 100%;
    /* margin: 10px 0 0 0; */
    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-title>span {
    color: black;
}

.BackHome>a {
    color: #0c0c0c !important;
}

.register-ad .register-ad-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    position: relative;
    min-width: 100%;

}

.register-ad .forget-ad-form-btn {
    background: #CE4545;
}

.register-ad .nextstep-ad-form-btn {
    background: var(--accent-color);
}

.register-ad .forget-ad-form-btn,
.register-ad .nextstep-ad-form-btn {
    display: block;

    text-align: center;
    color: #fff !important;
    padding: 0.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: 0.7em 0;
    min-width: 50%;
    border: 0.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: 0.1;
    background-color: var(--White-Color);
    --tw-text-opacity: 1;
    color: var(--Black-Color);
    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 {
    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 rgb(112 112 112 / 50%);
    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: 0.5em;
}

.PassForgot {
    padding-bottom: 1em;
    width: 100%;
    margin-left: 0;
    text-align-last: end;
    text-align: end;
}

.PassForgot span {
    font-size: 0.9em;
}

.emco-top {
    padding: 0 !important;
}

.register-ad-form {
    padding-bottom: 2rem;
}

.header-replace,
.page-breadcrumbs,
footer {
    display: none;
}

.register-ad {
    background-color: #FAFAFA;
    min-height: 100vh;
    position: relative;
}


div#dnn_FullScreenPaneA {
    margin-bottom: 0;
}

.bg-login-picture {
    background-image: url('../back-pic.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
}

@media(max-width:1199px) {
    .register-ad {
        background: url(../Login_Mobile.jpg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        border-radius: 10px;

    }

    .register-ad::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        /* From https://css.glass */
        background: rgba(255, 255, 255, 0.71);
        box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
        backdrop-filter: blur(1px);
        -webkit-backdrop-filter: blur(1px);
        border: 1px solid rgba(255, 255, 255, 0.3);

    }

    .wraper_aten {
        position: relative;
        z-index: 10;
        background-color: #8080807d;
        width: 80%;
        padding: 15px;
        border-radius: 10px;
    }


}

@media(min-width:1200px) {
    .register-ad .register-ad-box {
        width: 24em;
    }


}

.p-0 {
    padding: 0 !important;
}

.wraper_pass_box {
    position: relative;
    display: flex;
}

.eye_show {
    cursor: pointer;
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background-position: center;
    z-index: 5;
    background-image: url("data:image/svg+xml,%3Csvg width='40px' height='40px' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 10C4 10 5.6 15 12 15M12 15C18.4 15 20 10 20 10M12 15V18M18 17L16 14.5M6 17L8 14.5' stroke='%23464455' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.eye_show.active {
    background-image: url("data:image/svg+xml,%3Csvg width='40px' height='40px' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 12C4 12 5.6 7 12 7M12 7C18.4 7 20 12 20 12M12 7V4M18 5L16 7.5M6 5L8 7.5M15 13C15 14.6569 13.6569 16 12 16C10.3431 16 9 14.6569 9 13C9 11.3431 10.3431 10 12 10C13.6569 10 15 11.3431 15 13Z' stroke='%23464455' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

button#verifing {
    width: 100%;
    background-color: var(--orange);
    padding: 0.5rem;
    border-radius: 5px;
}

button#save-profile {
    width: 100%;
    background-color: var(--orange);
    padding: 0.5rem;
    border-radius: 5px;
}

.btnS {
  
    /* Green */
   
    
    padding: 0.5rem 2rem !important;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 1rem 2px !important;
    cursor: pointer;
}

.buttonGrayS {
    background-color: #F5F5F5 !important;
    color: black !important;
   
    margin-top: 0.3rem;

}


