@font-face {
    font-family: Vazir;
    src: url(../fonts/vazir/Vazir-FD.eot);
    src: url(../fonts/vazir/Vazir-FD.eot?#iefix) format("embedded-opentype"), url(../fonts/vazir/Vazir-FD.woff) format("woff"), url(../fonts/vazir/Vazir-FD.woff2) format('woff2'), url(../fonts/vazir/Vazir-FD.ttf) format("truetype");
    font-weight: 400
}
body {
    font-family: Vazir !important;
}

button {
    border-radius: 20px;
    border: 1px solid #FF4B2B;
    background-color: #FF4B2B;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: bold;
    padding: 12px 45px;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: transform 80ms ease-in;
}
button:active {
    transform: scale(0.95);
}

button:focus {
    outline: none;
}

button.ghost {
    background-color: transparent;
    border-color: #FFFFFF;
}

.sign-in{
    opacity: 1;
    display: none;
    z-index: 2;
    transition: all 0.6s ease-in-out;
    min-height: 600px;
}
.active-code, .forgot{
    position: absolute;
    left: 0;
    transition: all 0.6s ease-in-out;
    display: none;
    min-height: 600px;
}

.right-panel-active .sign-in {
    transform: translateX(100%);
    opacity: 0;
    display: none;
}

.sign-up {
    opacity: 0;
    transform: translateX(-100%);
    z-index: 1;
    transition: all 0.6s ease-in-out;
}

.right-panel-active .sign-up {
    transform: translateX(0%);
    opacity: 1;
    display: block;
    z-index: 5;
    animation: show 0.6s;
}

@keyframes show {
    0%, 49.99% {
        opacity: 0;
        z-index: 1;
    }

    50%, 100% {
        opacity: 1;
        z-index: 5;
    }
}

.overlay-container {
    position: absolute;
    top: 0;
    left: 50%;
    width: 50%;
    height: 100%;
    overflow: hidden;
    transition: transform 0.6s ease-in-out;
    z-index: 100;
}

.right-panel-active .overlay-container{
    transform: translateX(-100%);
}

.overlay {
    background: #FF416C;
    background: -webkit-linear-gradient(to right, #FF4B2B, #FF416C);
    background: linear-gradient(to right, #FF4B2B, #FF416C);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0 0;
    color: #FFFFFF;
    position: relative;
    /*right: -100%;*/
    height: 100%;
    width: 200%;
    transform: translateX(0);
    transition: transform 0.6s ease-in-out;
}

.right-panel-active .overlay {
    transform: translateX(50%);
}

.overlay-panel {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0 40px;
    text-align: center;
    top: 0;
    height: 100%;
    width: 50%;
    transform: translateX(0);
    transition: transform 0.6s ease-in-out;
}

.overlay-left {
    transform: translateX(-20%);
    left: 0;
}

.right-panel-active .overlay-left {
    transform: translateX(0);
}

.overlay-right {
    right: 0;
    transform: translateX(0);
}

.right-panel-active .overlay-right {
    transform: translateX(20%);
}

.social-container {
    margin: 20px 0;
}

.social-container a {
    border: 1px solid #DDDDDD;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin: 0 5px;
    height: 40px;
    width: 40px;
}
/*timer codes*/
div.time {
    font-size: 13px;
    border-radius: 50px;
    padding: 0 5px;
    direction: ltr;
    background-color: #e0e0e0;
    float: right;
    position: relative;
    top: -8px
}

div.time .alive {
    display: inline-block;
    margin-left: 6px
}

div.time .alive .minutes, div.time .alive .seconds {
    width: 25px;
    height: 24px;
    display: inline-block;
    text-align: center
}

div.time .alive .minutes span:first-child, div.time .alive .seconds span:first-child {
    display: block
}

div.time .alive .minutes span:last-child, div.time .alive .seconds span:last-child {
    font-size: 15px;
    display: block;
    padding-top: 3px
}

div.time .alive .sprator {
    display: inline-block;
    font-size: 15px;
    margin-top: 4px;
    padding: 0 4px
}

div.time .timer {
    width: 24px;
    height: 24px;
    background-color: transparent;
    -webkit-box-shadow: inset 0 0 0 2px #fff;
    box-shadow: inset 0 0 0 2px #fff;
    border-radius: 50%;
    position: relative;
    float: left;
    margin-top: 3px
}

div.time .timer:after, div.time .timer:before {
    position: absolute;
    content: "";
    background-color: #fff
}

div.time .timer:after {
    width: 10px;
    -webkit-animation: minhand 2s linear infinite;
    animation: minhand 2s linear infinite
}

div.time .timer:after, div.time .timer:before {
    height: 2px;
    top: 11px;
    left: 11px;
    -webkit-transform-origin: 1px 1px;
    transform-origin: 1px 1px
}

div.time .timer:before {
    width: 8px;
    -webkit-animation: hrhand 8s linear infinite;
    animation: hrhand 8s linear infinite
}
.btn-spinner {
   opacity: 0;
}
button.spinner-active > span {
   opacity: 1 !important;
}
 /*dispaly diffrents form */
.upp-login--signin .sign-in {
    display: block;
}
.upp-login--ActiveCode .active-code {
    display: block;
    z-index: 99;
}
.upp-login--forgot .forgot{
    display: block;
    z-index: 99;
}
.btn-google {
    color: #fff;
    background-color: #ea4335;
    border-color: #fff;
}
.btn-google i {
    vertical-align: middle;
    padding-left: 10px;
}
.g-recaptcha {
    padding-bottom: 10px;
}
.others {
    margin: 15px;
}
.others .input-group{
    margin-bottom: 10px;
}
/*
form.user .form-control-user {
    font-size: .85rem;
    border-radius: 1rem;
    padding: 1.2rem 1rem;
}
*/

@media screen and (max-width: 767px) {
    .overlay-container {
        display: none;
    }
    #wupp-login .p-5 {
        padding: 1.3rem!important;
    }
    .right-panel-active .sign-in{
        display: none;
        opacity: 0;
        transform:none;
    }
    .active-code, .forgot{
        position: unset;
    }
    .sign-up{
        display: none;
        opacity: 0;
        transform: none;
    }
    .right-panel-active .sign-up{
        transform: none;
        display: block;
    }
    .right-panel-active
}
