#register_msgBox_box,#registerBox_content,#errorBox_box,#errorBox_background,#selectSite_box_dark,#selectSite_box{
    display: none !important;;
}


#registerBox {
    display: none;
}


#input_btn_forDesktop {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 130px;
    height: 50px;
    background: black;
    color: red;
    font-family: Vahid2;
    font-size: 14px;
    text-align: center;
    line-height: 50px;
    border-radius: 10px;
    cursor: pointer;
    box-shadow: 0 0 30px red;
}

#div_body {
    /*display: none;*/
    overflow: hidden;
    width: 100%;
    height: 100%;
    position: fixed;
    top:0;
    left: 0;
}

* {
    direction: rtl;
    text-align: right;
    box-sizing: border-box;
}

#ax {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    max-height: 100%;
    height: 100%;
}

#ax::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.75);
}

#dark {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    max-height: 100%;
    height: 100%;
    background: rgba(68, 68, 68, 0.5);
}

#dark2 {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgba(0, 0, 0, .4);
    width: 850px;
    height: 400px;
    margin: auto;
    border-top-left-radius: 150px;
    border-bottom-right-radius: 150px;
    overflow: hidden;
    box-shadow: 2px 5px 7px rgba(0, 0, 0, 0.31);
}

#content {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    margin: auto;
    /*border: 5px solid #ffd800;*/
    /*border-top-left-radius: 150px;*/
    /*border-bottom-right-radius: 150px;*/
    /*overflow: hidden;*/
    /*box-shadow: 2px 5px 7px rgba(0, 0, 0, 0.31);*/
}

#content>*{
    display: none;
}

    /*----------------------------------------------header------------------------------------------*/

#header_Box {
    height: 100px;
    width: 100%;
    /*background: greenyellow;*/
    position: absolute;
    top: 0;
    left: 0;
}

/*--------------------------right*/

.right {
    width: 60%;
    height: 100%;
    float: right;
    /*background: mediumvioletred;*/
}

.right > div {
    float: left;
    height: 100px;
    line-height: 100px;
    font-family: E-vahid1;
    color: #ffd800;
}

.right div:first-child {
    font-size: 80px;
}

.right div:last-child {
    font-size: 25px;
    padding-left: 15px;
}

/*------------------------ left*/

.left {
    width: 20%;
    margin-left: 100px;
    height: 100%;
    float: left;
    padding-top: 20px;
    /*background: yellow;*/
}

.left div {
    width: 100%;
    height: 30px;
    font-size: 12px;
    font-family: vahid1;
    color: #fff;
    line-height: 30px;
    text-align: center;
}

#myClock {
    padding: 5px;
    text-align: center;
    width: 144px;
    height: 40px;
    display: inline-block;
}

#myClock span {
    padding: 1px;
    /*font:normal 15px cursive;*/
    /*font-family: vahid1;*/
}

#blink {
    animation: blinker 1s linear infinite;
}

/*@keyframes blinker {*/
/*    50% { opacity: 0.0; }*/
/*}*/

/*---------------------------------- Error & input & recaptcha -------------------------------*/

    #input_Box {
        height: 100%;
        width: 100%;
        padding: 100px 0 50px 0;
        /*background: skyblue;*/
    }

/*----------------------Error*/

#ErrorText {
    position: relative;
    width: 100%;
    height: 13%;
    /*background: blue;*/
}

#ErrorText div {
    height: 25px;
    width: 100%;
    line-height: 25px;
    font-size: 14px;
    font-family: Vahid2;
    color: #ff0c0c;
    text-align: center;
    /*background: white;*/
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto 0;
}

/*-----------------------------input*/
#myForm {
    position: relative;
    width: 100%;
    height: 87%;
    /*background: indianred;*/
}

.vorodi {
    position: relative;
    height: 30%;
    width: 100%;
    /*background: black;*/
}

.vorodi > div {
    height: 60px;
    /*background: #00cbff;*/
}

.vorodi>div {
    position: absolute;
    bottom: 0;
    left: 0;
    top: 0;
    margin: auto 0;
    width: 100%;
    height: 33px;
    /*background: red;*/
}

.vorodi div p {
    float: right;
    width: 100px;
    height: 100%;
    line-height: 33px;
    margin: 0;
    font-family: vahid2;
    font-size: 11pt;
    color: #fff;
}

.vorodi:nth-child(1) p {
    margin-right: 15%;
}

.vorodi:nth-child(2) p {
    margin-right: 18%;
}

.vorodi .inputBox{
    position: relative;
    height: 33px;
    width: 270px;
    float: right;
    margin-right: 4%;
}

#input_Box .vorodi input {
    height: 100%;
    width: 100%;
    direction: ltr;
    text-align: center;
    border: 2px solid #00cbff;
    border-radius: 7px;
    box-shadow: 0 2px 3px rgba(0, 0, 0, .3);
    transition: all .4s ease-in-out;
    background: rgba(255, 255, 255, .7);
}

#input_Box .vorodi input::placeholder {
    color: #ff0b00;
    opacity: 1;
    text-align: center;
    font-size: 15px;
}

#input_Box .vorodi input:hover {
    box-shadow: 0 3px 5px rgba(0, 0, 0, .7);
    background: #00cbff;
}

#input_Box .vorodi input:focus {
    box-shadow: 0 3px 5px rgba(255, 171, 25, 0.7);
    background: #fff900;
}

#showPass{
    width: 28px;
    height: 20px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 8px;
    /*top:6px;*/
    margin: auto 0;
    cursor: pointer;
}

#forget_pass {
    width: 250px;
    height: 35px;
    line-height: 35px;
    margin-right: 15px;
    font-size: 13px;
    font-family: vahid1;
    cursor: pointer;
    color: #ffd800;
    text-decoration: none;
    transition: all .3s ease-in-out;
}

#forget_pass:hover {
    color: #66ff33;
}

/*---------------------------recaptcha*/

#recaptcha_box {
    width: 100%;
    height: 37%;
    position: relative;
    /*background: blueviolet;*/
}

#boxForRecaptcha {
    position: absolute;
    right: 39%;
    bottom: 0;
    margin: auto;
    width: 272px;
    height: 69px;
}

.g-recaptcha {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    transform: scale(0.9);
    transform-origin: 100% 0;
}


/*--------------------------------------------button Box ----------------------------------------*/

#button_Box {
    width: 100%;
    height: 50px;
    position: absolute;
    bottom: 0;
    left: 0;
    /*background: yellow;*/
}

#btn {
    position: absolute;
    bottom: 13px;
    left: 50px;
    background: #00cbff;
    width: 110px;
    height: 33px;
    line-height: 33px;
    border-radius: 4px;
    overflow: hidden;
    text-align: center;
    font-size: 14px;
    font-family: vahid2;
    box-shadow: 0 2px 3px rgba(0, 0, 0, .3);
    transition: all .2s ease-in;
    cursor: pointer;
}

#btn img{
    position: absolute;
    top:7px;
    left:10px;
    width: 20px;
    height: 20px;
}
#btn:hover {
    box-shadow: 0 3px 5px rgb(0,0,0);
    background: #00b9eb;
}


/*----------------------------------------- Android App --------------------------------*/
#downloadApp {
    width: 60px;
    height: 130px;
    /*background:white;*/
    position: absolute;
    top: 100px;
    left: 20px;
    z-index: 3;
}

#downloadApp a {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    /*background: #f63a30;*/
}

#downloadApp p {
    text-align: center;
    font-family: vahid1;
    color: #c1ff00;
    font-size: 12px;
    cursor: pointer;
    margin: 0;
}

#downloadApp img {
    width: 60px;
    height: 60px;
    cursor: pointer;
}

#downloadApp p:hover {
    color: white;
}
/*---------------------------------- error box -----------------------------------------*/

#errorBack {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.4);
    display: none;
    overflow: hidden;
}

.box {
    height: 10%;
    width: 100%;
    background: rgba(219, 219, 219, 0.6);
}

.odd {
    margin-right: 100%;
}

.even {
    margin-right: -100%;
}

#errorBox {
    display: none;
    width: 450px;
    height: 280px;
    border-bottom-left-radius: 75px;
    border-top-right-radius: 75px;
    background: white;
    opacity: 0.8;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    animation-name: errorBox;
    animation-duration: 400ms;
    overflow: hidden;
    box-shadow: 2px 5px 15px rgba(0,0,0,.8);
    border: 4px solid #b7a372;
}

@keyframes errorBox {
    0% {
        width: 1px;
        height: 1px;
    }
    60% {
        width: 500px;
        height: 300px;
    }
    75% {
        width: 450px;
        height: 250px;
    }

    100% {
        width: 500px;
        height: 300px;
    }
}

#errorText {
    display: none;
    width: 100%;
    height: 50px;
    margin-top: 127px;
    line-height: 50px;
    text-align: center;
    font-size: 13px;
    font-family: Vahid1;
    color: #000;
}

#errorIcon {
    width: 90px;
    height: 90px;
    position: absolute;
    top: 20px;
    right: 0;
    left: 0;
    margin: 0 auto;
}

#reloadPageBtn {
    width: 120px;
    height: 38px;
    line-height: 38px;
    background: rgba(208, 255, 24, 0.4);
    border: 1px solid #cccccc;
    border-radius: 6px;
    color: #000;
    font-size: 12px;
    font-family: Vahid1;
    position: absolute;
    bottom: 35px;
    left: 0;
    right: 0;
    margin: 0 auto;
    cursor: pointer;
    text-align: center;
    box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.3);
}

#reloadPageBtn:hover {
    font-size: 13px;
    box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.8);
}
