
/* #login / #sign-in */
*,
[lang="fa-IR"] html,
body,
input::placeholder,
input {
    font-family: IranSans !important;
}
main#login
{
    padding: unset !important;

}

.login #__content__
{
    background-image:unset;
}
body.login,[body].login
{
    background-color: var(--platformFirstColor);
    background-image: linear-gradient(204deg,var(--platformSecondColor),var(--platformFirstColor),var(--platformFirstColor)) !important;
    min-height: 850px;
    /* width: 100%; */
    background-repeat: no-repeat;
    background-size: auto;
}
body.login  h1,[body].login h1 {
    display: none;
}
/* .wrapper {
    margin: 150px auto !important;
} */
#login-wrap.disable { 
    display: none;
}
.login-options-wrap {
    margin: 10px 0px;
}
.login-options{
    padding:2px 6px;
    margin: 2px 0px 5px 0px;
    transition: 0.3s all;
    cursor: wait;
}
.login-options.live
{
    cursor: pointer;
}
[dir=rtl] .login-options{
    border-left: none;
}
.login-options.live:hover{
    padding-right: 10px;
    color: red;
}
/* #disposable-wrap { 
    display: none;
} */

#disposable-wrap.active { 
    display: block;
}
p.description {
    font-size: 14px;
    margin-top: 2px;
}


.context {
    position: relative;
    /* margin: 90px auto 0px auto !important; */
    z-index: 9999;
    background-color: #ffffff69;
    border-radius: 7px;
    padding: 3px 12px;
}
.context > .main {
    backdrop-filter: none !important;
}
.context h1{
    text-align: center;
    color: #fff;
    font-size: 50px;
}

.supporter-wrap {
    color: #ffffff;

}

.area{
    width: 100%;
    height:100vh;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    position: absolute;
}

.circles{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

.circles li.box{
    position: absolute;
    display: block;
    list-style: none;
    width: 20px;
    height: 20px;
    background-color: #ffffff33;
    animation: animate 25s linear infinite;
    bottom: -150px;
    
}
.circles li.word{
    position: absolute;
    display: block;
    list-style: none;
    color: var(--platformSecondColor);
    animation: animate 25s linear infinite;
    bottom: -150px;
    
}
.circles li.box:nth-child(1){
    left: 35%;
    width: 80px;
    height: 80px;
    animation-delay: 0s;
    
}
.circles li.box:nth-child(2){
    left: 65%;
    width: 40px;
    height: 40px;
    animation-delay: 2s;
    
}
.circles li.box:nth-child(3){
    left: 85%;
    width: 20px;
    height: 20px;
    animation-delay: 6s;
    
}
.circles li.box:nth-child(4){
    left: 35%;
    width: 60px;
    height: 60px;
    animation-delay: 10s;
    
}
.circles li.box:nth-child(5){
    left: 5%;
    width: 40px;
    height: 40px;
    animation-delay: 8s;
    
}
.circles li.box:nth-child(6){
    left: 65%;
    width: 80px;
    height: 80px;
    animation-delay: 10s;
    
}

/* word */
/* first line */
.circles li.word:nth-child(7){
    left: 15%;
    font-size: 100px;
    animation-delay: 0s;
    animation-duration: 18s;
}

.circles li.word:nth-child(8){
    left: 28%;
    font-size: 100px;
    animation-delay: 2s;
    animation-duration: 12s;
}

.circles li.word:nth-child(9){
    left: 40%;
    font-size: 100px;
    animation-delay: 2s;
    animation-duration: 16s;
}

.circles li.word:nth-child(10){
    left: 90%;
    font-size: 100px;
    animation-delay: 1s;
    animation-duration: 18s;
}
/* second line */
.circles li.word:nth-child(11){
    left: 25%;
    font-size: 100px;
    animation-delay: 6s;
    animation-duration: 15s;
}

.circles li.word:nth-child(12){
    left: 43%;
    font-size: 100px;
    animation-delay: 7s;
    animation-duration: 12s;
}

.circles li.word:nth-child(13){
    left: 85%;
    font-size: 100px;
    animation-delay: 6s;
    animation-duration: 12s;
}

.circles li.word:nth-child(14){
    left: 62%;
    font-size: 100px;
    animation-delay: 8s;
    animation-duration: 18s;
}
/* thirth line */
.circles li.word:nth-child(15){
    left: 70%;
    font-size: 80px;
    animation-delay: 9s;
    animation-duration: 20s;
}

.circles li.word:nth-child(16){
    left: 45%;
    font-size: 100px;
    animation-delay: 10s;
    animation-duration: 11s;
}

.circles li.word:nth-child(17){
    left: 89%;
    font-size: 50px;
    animation-delay: 9s;
    animation-duration: 15s;
}
.circles li.word:nth-child(18){
    left: 15%;
    font-size: 80px;
    animation-delay: 11s;
    animation-duration: 9s;
}
/* forth line */
.circles li.word:nth-child(19){
    left: 15%;
    font-size: 80px;
    animation-delay: 12s;
    animation-duration: 11s;
}
.circles li.word:nth-child(20){
    left: 48%;
    font-size: 70px;
    animation-delay: 11s;
    animation-duration:15s;
}
.circles li.word:nth-child(21){
    left: 39%;
    font-size: 100px;
    animation-delay: 13s;
    animation-duration: 11s;
}
.circles li.word:nth-child(22){
    left: 7%;
    font-size: 50px;
    animation-delay: 12s;
    animation-duration: 10s;
}
/* fifth line */
.circles li.word:nth-child(23){
    left: 60%;
    font-size: 100px;
    animation-delay: 14s;
    animation-duration: 8s;
}
.circles li.word:nth-child(24){
    left: 15%;
    font-size: 80px;
    animation-delay: 15s;
    animation-duration: 111s;
}
.circles li.word:nth-child(25){
    left: 30%;
    font-size: 80px;
    animation-delay: 114s;
    animation-duration: 14s;
}
.circles li.word:nth-child(26){
    left: 95%;
    font-size: 80px;
    animation-delay: 16s;
    animation-duration: 12s;
}
@keyframes animate {

    0%{
        transform: translateY(0) rotate(0deg);
        opacity: 1;
        border-radius: 0;
    }

    100%{
        transform: translateY(-1000px) rotate(720deg);
        opacity: 0;
        border-radius: 50%;
    }

}

.login-quick-guide-wrap {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgb(255, 255, 255);
    top: 0px;
    right: 0px;
    overflow-y: auto;
    z-index: 999;
}
.login-quick-guide-wrap .header{
    background-color: var(--platformFirstColor);
    height: 30px;
    border-bottom:1px solid rgb(175, 175, 175) ;
    color: #ffffff;
}

@media (max-width:600px) {
    .context {
       width: 92%;
    }

} 