/* Start SignUp Page*/
body{
    background-position: left;
    background-repeat: no-repeat;
    background-size: contain;
    height: 100vh;
    background-attachment: fixed;
    position: relative;
}
.signUp-form{
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: auto;
    padding: 60px 0;
    text-align: center;
}
.signUp-form .logo{
    margin-bottom: 30px;
}
.signUp-form .logo img{
    max-width: 100%;
}
.signUp-form .logo h2{
    margin-top: 10px;
    font-size: 25px;
}
.signUp-form .form .input{
    margin: 50px 0;
    position: relative;
}
.checkMark{
    position: absolute;
    /*background: url(../img/check-svgrepo-com.svg) no-repeat ;*/
    width: 30px;
    height: 30px;
    left: 30px;
    top: 50%;
    transform: translateY(-50%);
    display: none;
    transition: display 0.6s ease-in;
}
.signUp-form .form .input label{
    position: absolute;
    top: -32px;
    /* right: 81px; */
}
.signUp-form .form .input input{
    transition: border 0.8s linear;
    width: 80%;
    padding: 20px;
    background-color: #F5F6FA;
    text-align: right;
    border-radius: 10px ;
}
.signUp-form .form .check{
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    padding: 8px 60px;
    align-items: baseline;
    margin-bottom: 10px;
}
.signUp-form .form .check p{
    width: 90%;
    word-spacing: 2px;
}
.signUp-form .form .submit{
    width: 80%;
    background: #F6BB3C;
    font-size: 20px;
    color: #fff;
    border-radius: 10px;
    padding: 20px;
    cursor: pointer;
}
.haveAccount{
    margin-top: 20px;
    font-size: 20px;
    position: relative;
}
.haveAccount a{
    color:#000;
}
/* End SignUp Page*/

.darkLayout{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.356);
    z-index: 5;
}

.signUpAs{
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);
    width: 500px;
    height: 250px;
    background-color: #fff;
    border-radius: 20px;
    padding: 15px;
    z-index: 10;
    text-align: center;
}
.signUpAs h3{
    font-size: 25px;
    word-spacing: 2px;
    margin: 30px 0;
}
.signUpAs .btns{
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.signUpAs .btns .btn{
    width: 40%;
    padding: 15px 0;
    font-size: 22px;
    border-radius: 10px ;
    border: 2px solid #F9BB16;
    background-color: #fff;
    color: #F9BB16;
    font-weight: bold;
    cursor: pointer;
    transition: background-color 0.5s linear , color 0.8s ease;

}
.signUpAs .btns .btn.active{
    background-color: #F9BB16;
    color: #fff;
}
.signUpAs #sure{
    margin-top: 30px;
    color: #F9BB16;
    font-size: 25px;
    position: relative;
    cursor: pointer;
}
.signUpAs #sure::after{
    content: '';
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: 1.5px;
    background-color: #F9BB16;
}

#btnSignAs{
    background-color: transparent;
    position: fixed;
    bottom: 50px;
    left: 50px;
    color: #fff;
    font-size: 25px;
    font-weight: bold;
    cursor: pointer;
    z-index: 9999;
}
#btnSignAs::before{
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 2px;
    background-color: #F9BB16;
}

input:invalid {
    border: 2px solid rgba(255, 0, 0, 0.364);
}
input:valid{
    border: 2px solid rgba(57, 250, 9, 0.75);
}
#pass1 ~ .eye , #pass2 ~ .eye{
    position: absolute;
    left: 95px;
    cursor: pointer;
    top: 50%;
    transform: translateY(-50%);
    background:url(../img/eye-svgrepo-com.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 25px;
    padding: 10px;
    border-radius: 50%;
    height: 25px;
    background-color: rgba(2, 152, 10, 0.526);
    transition: backgroud-color 0.6s linear;
}
#pass1 ~ .eye.active , #pass2 ~ .eye.active{
    background-color: rgba(244, 7, 7, 0.526);
}

#pass1 ~ .eye-off , #pass2 ~ .eye-off{
    position: absolute;
    left: 13%;
    cursor: pointer;
    top: 50%;
    transform: translateY(-50%);
    background:url(../img/eye-off-svgrepo-com.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 25px;
    padding: 10px;
    border-radius: 50%;
    height: 25px;
    background-color: rgba(2, 152, 10, 0.526);
    transition: backgroud-color 0.6s linear;
}

/* .signUp-form .form .input label:lang(en){
    left: 81px !important;
    right: unset !important;
} */

.eye-off:lang(en), .eye:lang(en){
    left: unset !important;
    right: 95px !important;
}

@media (max-width : 1200px) {
    body{

        background-size: cover;
        height: 100vh;
        width: 100%;
        background-attachment: fixed;
        position: relative;
    }
    .signUp-form{
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        background: #191c006e;
        height: auto;
        padding: 60px 0;
        text-align: center;
    }
    #btnSignAs{
        position: absolute;
        bottom: 94%;
        left: 10px;
    }
    .signUp-form .form .input input{
        background-color: #fff;
    }
    .signUpAs{
        width: 90%;
    }
    .signUp-form .form .check p{
        color: #fff;
    }
    .haveAccount a{
        color: #fff;
    }
    label{
        color: #fff;
    }
}
@media (max-width : 700px) {
    .checkMark{
        left: 51px;
    }
    #pass1 ~ .eye, #pass2 ~ .eye{
        left: 65px;
    }
    .signUp-form .logo h2{
        color: #fff;
    }
}
