@import url("../../Webfonts/fontiran.css");

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: IRANYEKANX;
    direction: rtl;
}

a {
    display: flex;
    justify-content: space-around;
    align-items: center;
    text-decoration: none;
    color: white;
}

body {
    background-color: #1e1e2f;
}

.double_column_container {
    width: 100dvw;
    max-width: 100dvw;
    min-width: 100dvw;
    height: 100dvh;
    max-height: 100dvh;
    min-height: 100dvh;
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-wrap: nowrap;
    overflow: hidden;
}

.double_column_container>div {
    width: 50%;
}

.login_shapes_container {
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    overflow: hidden;
}

.login_form_container {
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    overflow: hidden;
}

.grid_image {
    position: absolute;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: 100%;
    min-height: 100%;
    max-height: 100%;
    z-index: -2;
}

.grid_image_signup {
    position: absolute;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: 100%;
    min-height: 100%;
    max-height: 100%;
    z-index: -2;
}

.login_earth_image {
    position: absolute;
    width: 500px;
    max-width: 100%;
    max-height: 100%;
    filter: drop-shadow(0px 0px 20px #6D21DB);
    z-index: -1;
}

.form_main_container {
    padding-top: 70px;
    max-height: 100%;
    min-width: 300px;
    width: 350px;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    background: #2E2E4D;
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    position: relative;
}

.form_top_shapes_container {
    position: absolute;
    top: -10px;
    width: 100%;
    height: 80px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    overflow: hidden;
}

.form_top_shapes_container>div:nth-child(1) {
    position: absolute;
    top: 0;
    width: 200px;
    height: 10px;
    overflow: hidden;
    /* border: 1px solid white; */
}

.form_top_shapes_container>div:nth-child(1)>div {
    width: 20px;
    height: 20px;
    transform: rotate(45deg);
    background-color: #321980;
    position: absolute;
    z-index: -1;
}

.form_top_shapes_container>div:nth-child(1)>div:nth-child(1) {
    right: 5px;
}

.form_top_shapes_container>div:nth-child(1)>div:nth-child(2) {
    left: 5px;
}

.form_top_shapes_container>div:nth-child(2) {
    width: 141.42px;
    height: 141.42px;
    border-radius: 0 0 0 50px;
    background: linear-gradient(to top, #870ED7 0%, #3427B7 100%);
    transform: rotate(-45deg);
    position: absolute;
    top: -80.71px;
    /* height - 10px */
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.form_top_shapes_container>div:nth-child(3) {
    position: absolute;
}

.form_title_container {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
}

.form_title_div {
    display: flex;
    justify-content: space-around;
    align-items: center;
    font-size: 16pt;
    font-weight: 800;
    background-image: linear-gradient(to left, #f4c430 0%, #f4c430 100%);
    color: transparent;
    background-clip: text;
}

.form_descriptions_div {
    display: flex;
    justify-content: space-around;
    align-items: center;
    font-size: 10pt;
    font-weight: 400;
    background-image: linear-gradient(to top, #FFFFFF 0%, #f4c430 100%);
    color: transparent;
    background-clip: text;
}

.my_login_form {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.login_input_text {
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 50px;
    border-radius: 10px;
    width: calc(100% - 40px);
    margin-top: 20px;
    position: relative;
    z-index: 1;
}


.login_input_text::before {
    content: '';
    border-radius: 12px;
    position: absolute;
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    background: #f4c430;
    background-size: 100% 100%;
    z-index: -1;
    transition: all .3s ease;
}

.login_input_text:focus-within::before {
    width: calc(100% + 8px);
    height: calc(100% + 8px);
}

.login_input_text>input {
    border-radius: 10px;
    font-size: 8pt;
    font-weight: 300;
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
    color: white;
    background-color: #1e1e2f;
    padding: 0 20px;
}


.login_input_password {
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 50px;
    border-radius: 10px;
    width: calc(100% - 40px);
    margin-top: 20px;
    position: relative;
    z-index: 1;
}

.login_input_password::before {
    content: '';
    border-radius: 12px;
    position: absolute;
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    background: #f4c430;
    background-size: 100% 100%;
    z-index: -1;
    transition: all .3s ease;
}

.login_input_password:focus-within::before {
    width: calc(100% + 8px);
    height: calc(100% + 8px);
}

.login_input_password>input {
    border-radius: 10px;
    font-size: 8pt;
    font-weight: 300;
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
    color: white;
    background-color: #1e1e2f;
    padding: 0 20px;
}

.login_input_password>div {
    border-radius: 10px 0 0 10px;
    cursor: pointer;
    position: absolute;
    left: 0;
    width: 50px;
    height: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 5px;
    color: #f4c430;

}

.my_submit_btn {
    margin-top: 20px;
    width: calc(100% - 40px);
    height: 50px;
    border-radius: 10px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    border: none;
    outline: none;
    background: #f4c430;
    color: #1e1e2f;
    font-size: 10pt;
    font-weight: 800;
    cursor: pointer;
    transition: all .5s ease;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
}

.my_submit_btn:hover {
    box-shadow: #1B0856 3px 3px 6px 0px inset, #1b08569d -3px -3px 6px 1px inset;
}

.forget_pass_div {
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    color: #f4c430;
    font-size: 8pt;
    font-weight: 300;
    margin-top: 20px;
}

.login_form_myseprator1 {
    width: 100%;
    height: 1px;
    border-radius: 50%;
    margin: 20px auto;
    background: linear-gradient(to left, #2E2E4D 0%, #f4c430 55%, #2E2E4D 100%);
}

.login_with_google_mybtn {
    width: calc(100% - 40px);
    height: 50px;
    border-radius: 10px;
    background-color: white;
    color: black;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    border: 1px solid black;
    outline: none;
    cursor: pointer;
    column-gap: 10px;
}

.login_with_google_mybtn>span {
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 100%;
    padding: 10px 0;
}

.login_with_google_mybtn>span>img {
    height: 100%;
}

.lets_signup_div {
    margin: 20px auto;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: stretch;
    column-gap: 10px;
}

.lets_signup_div>span {
    display: flex;
    justify-content: space-around;
    align-items: center;
    font-size: 8pt;
    font-weight: 300;
    color: white;
}

.lets_signup_div>span:nth-child(1) {
    color: #f4c430;
}

.signup_form_main_container {
    width: 100dvw;
    max-width: 100dvw;
    min-width: 100dvw;
    height: 100dvh;
    max-height: 100dvh;
    min-height: 100dvh;
    display: flex;
    justify-content: space-around;
    align-items: stretch;
    position: relative;
    overflow: hidden;
}

.backtologin_div {
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    color: #f4c430;
    font-size: 8pt;
    font-weight: 300;
    margin: 20px auto;
    cursor: pointer;
}

.switch_mailorphone_maindiv {
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 0 20px;
    margin-top: 20px;
    color: white;
    font-size: 8pt;
    font-weight: 300;
    column-gap: 20px;
}

.switch_mailorphone_maindiv>div {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: column;
}

.switch_mailorphone_maindiv>div:nth-child(2) {
    flex-grow: 1;
    height: 20px;
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    transition: all 1s ease;
    border-radius: 10px;
    background: linear-gradient(to left, #860FD7 0%, #3427B7 100%);
    box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px;
}

.switch_mailorphone_maindiv>div:nth-child(2)>div {
    width: 100%;
    padding: 0 2px;
    height: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    transition: all 1s ease;
    border-radius: 10px;
}

.switch_mailorphone_maindiv>div:nth-child(2)>div>div {
    height: 18px;
    width: 18px;
    border-radius: 50%;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 0.0625em 0.0625em, rgba(0, 0, 0, 0.25) 0px 0.125em 0.5em, rgba(255, 255, 255, 0.1) 0px 0px 0px 1px inset;
    background-color: #310f60;
    transition: all 1s ease;
    cursor: pointer;
}

.verify_code_container {
    width: 100%;
    max-width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    column-gap: 10px;
    padding: 10px 20px;
    color: white;
}

.verify_code_container>div {
    flex-grow: 1;
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 50px;
    border-radius: 10px;
    position: relative;
    z-index: 1;
}

.verify_code_container>div::before {
    position: absolute;
    content: '';
    display: flex;
    top: -1px;
    left: -1px;
    border-radius: 10px;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    background: #f4c430;
    z-index: -1;
}

.verify_code_container>div>input {
    display: flex;
    justify-content: space-around;
    align-items: center;
    text-align: center;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    font-weight: 800;
    background-color: #1e1e2f;
    border: none;
    outline: none;
    color: white;
    z-index: 1;
}

.resend_verify_code_div {
    cursor: pointer;
    color: white;
    font-size: 10pt;
    font-weight: 200;
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 5px;
    height: 40px;
}

.resend_verify_code_div>span:nth-child(2) {
    width: 18px;
    height: 18px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.switchbtn_mailorphone_maindiv {
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    color: white;
    padding: 10px 20px;
    column-gap: 10px;
    margin-top: 20px;
}

.switchbtn_mailorphone_maindiv>div:nth-child(1) {
    width: 60px;
    height: 1px;
    background: #2E2E4D;
    background: linear-gradient(270deg, rgba(46, 46, 77, 1) 0%, rgba(244, 196, 48, 1) 100%);;
    overflow: hidden;
}

.switchbtn_mailorphone_maindiv>div:nth-child(3) {
    width: 60px;
    height: 1px;
    background: #2E2E4D;
    background: linear-gradient(90deg, rgba(46, 46, 77, 1) 0%, rgba(244, 196, 48, 1) 100%);
    overflow: hidden;
}

.switchbtn_mailorphone_maindiv>div:nth-child(2) {
    height: 42px;
    border-radius: 15px;
    flex-grow: 1;
    display: flex;
    justify-content: space-around;
    align-items: center;
    background: #1e1e2f;
    font-size: 8pt;
    font-weight: 300;
    padding: 0 5px;
    position: relative;
    column-gap: 5px;
    z-index: 1;
}

.switchbtn_mailorphone_maindiv>div:nth-child(2)::before {
    content: '';
    position: absolute;
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    left: 1px;
    top: 1px;
    border-radius: 15px;
    background-color: #1e1e2f;
    z-index: -1;
}

.switchbtn_mailorphone_maindiv>div:nth-child(2)>div {
    width: 50%;
    height: 35px;
    border-radius: 12px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    cursor: pointer;
    transition: all .5s ease;
}

.switchbtn_mailorphone_maindiv>div:nth-child(2)>div:hover {
    background-color: #3f3f69;
}

.switchbtn_mailorphone_maindiv>div:nth-child(2)>div.active {
    background-color: #f4c430;
}

.name_input_container {
    padding: 0 20px;
    display: flex;
    justify-content: space-around;
    column-gap: 10px;
}

.name_input_container {
    flex-grow: 1;
}

.swichbtn_calendar_div {
    margin-top: 20px;
    height: 40px;
    width: 130px;
    border-radius: 10px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 5px;
    background-color: #1e1e2f;
    color: white;
    font-size: 10pt;
    font-weight: 300;
    column-gap: 10px;
}

.swichbtn_calendar_div>div {
    width: 50%;
    height: 30px;
    border-radius: 8px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    cursor: pointer;
    transition: all .5s ease;
}
.swichbtn_calendar_div>div:hover{
    background-color: #3e3e2f;
}
.swichbtn_calendar_div>div.active {
    background-color: #f4c430;
    color: 1e1e2f;
}
.pwt-btn.pwt-btn-prev {
    transform: rotate(180deg);
}

.pwt-btn.pwt-btn-next {
    transform: rotate(180deg);
}
#form_error{
    width: 100%;
    font-size: 8pt;
    display: flex;
    justify-content: space-around;
    align-items: center;
    color: white;
    direction: rtl;
}
.disabled {
    pointer-events: none;
    opacity: 0.5;
}
.rotate {
    animation: spin 1s linear infinite;
}
@keyframes spin {
    from { transform:
        rotate(0deg);}
    to { transform:
        rotate(360deg)}
}
@media only screen and (max-width: 1200px) {

}
@media only screen and (max-width: 910px) {

}
@media only screen and (max-width: 800px) {
    .login_shapes_container{
        display: none;
    }
    .login_form_container{
        max-width: 100%;
        min-width: 100%;
        width: 100%;
    }
}