.singin-container,
.singin-conatiner{
    width: 100%;
    height: 100%;
    float: left;
    /* background-color: #8fe0b6; */
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 3% 0;
}
.singin-sec{
    width: 100%;
    height: auto;
    float: left;
    border-radius: 10px;
    box-shadow: 0 0 15px 2px var(--box);
    background-color: white;
    overflow: hidden;
    display: flex;
    align-items: stretch;
    margin: 0 3em;
}
.singin-form-sec{
    width: 51%;
    height: auto;
    float: right;
    padding: 1em;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.signin-title{
    width: 96%;
    height: auto;
    float: left;
    margin-top: 0;
    font-size: 35px;
    padding: 1%;
    display: flex;
    align-items: center;
    border: 4px dashed var(--box);
    border-radius: 10px;
}
.singin-form{
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.singin-ele{
    width: 80%;
    height: auto;
    float: left;
    display: flex;
    flex-direction: column;
    margin-bottom: 3%;
}
.singin-ele label{
    width: 100%;
    height: auto;
    float: left;
    margin-bottom: 1em;
}
.singin-ele :where(input,textarea){
    width: 100%;
    height: auto;
    float: left;
    border: none;
    background-color: var(--shape);
    outline: none;
    padding: 0.6em 4%;
    border-radius: 10px;
    /* margin-top: 2%; */
    box-sizing: border-box;
}
.singin-img{
    width: 44%;
    height: auto;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 1%;
    background-color: var(--shape);
}
.singin-img img{
    width: 100%;
    height: auto;
    float: left;
}
.signin-btn{
    width: 80%;
    height: auto;
    float: left;
    background-color: var(--buy-btn);
    border: none;
    padding: 0.6em 4%;
    border-radius: 10px;
    cursor: pointer;
    margin-top: 4%;
    transition: 0.3s;
    font-size: 15px;
}
.signin-btn:hover{
    background-color: var(--buy-btn-hover);
    transition: 0.3s;
}
.back-home{
    width:fit-content;
    height: auto;
    float: left;
    background-color: var(--off);
    border: none;
    padding: 0.8em 1.5em;
    border-radius: 10px;
    cursor: pointer;
    transition: 0.3s;
    font-size: 15px;
    color: white;
    position: absolute;
    top: 2em;
    right: 3em;
    display: flex;
    align-items: center;
}
.back-home i{
    margin-right: 10px;
}
.back-home:hover{
    background-color: var(--off);
    transition: 0.3s;
}
.sign-text{
    width: 100%;
    height: auto;
    float: left;
    text-align: center;
    margin-top: 4%;
}
.sign-text a{
    color: var(--box);
    text-decoration: none;
    margin-right: 1%;
}
.feild-alert{
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    align-items: center;
    margin-top: 1%;
    font-size: 14px;
    color:red;
}
.feild-alert i{
    margin-left: 4px;
    font-size: 18px;
}
.pass-ele{
    width: 100%;
    float: left;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.pass-ele input{
    width: 90%;
}
.show-pass-btn{
    width: 2.8em;
    height: 2.8em;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    border-radius: 10px;
    background-color: var(--more);
    color: black;
    cursor: pointer;
    font-size: 15px;
    padding: 0;
    margin-right: 0.5em;
}
@media only screen and (max-width: 960px) {
    html, body {
        /* display: flex; */
    }
}
@media only screen and (max-width: 750px) {
    .singin-img{
        display: none;
    }
    .singin-form-sec {
        width: 96%;
    }
    .signin-title {
        justify-content: center;
    }
    .singin-container,
    .singin-conatiner {
        padding: 6% 0;
    }
}
@media only screen and (max-width: 550px) {
    .singin-sec {
       margin: 0 !important;
    }
}
/* استایل‌های اضافی برای چیدمان بهتر */
.form-row {
    width: 80%;
    height: auto;
    float: left;
    display: flex;
    justify-content: space-between;
    margin-bottom: 3%;
    gap: 4%;
}

.singin-ele.half {
    width: 48%;
    flex: 1;
}

.singin-ele select {
    width: 100%;
    height: auto;
    float: left;
    border: none;
    background-color: var(--shape);
    outline: none;
    padding: 0.6em 4%;
    border-radius: 10px;
    box-sizing: border-box;
    font-size: 14px;
    font-family: inherit;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: left 10px center;
    background-size: 16px;
    padding-left: 40px;
}

.show-all-pass {
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--box);
    font-size: 14px;
    cursor: pointer;
}

.show-all-pass input[type="checkbox"] {
    width: 16px;
    height: 16px;
    cursor: pointer;
}

@media only screen and (max-width: 768px) {
    .form-row {
        flex-direction: column;
        gap: 20px;
    }
    
    .singin-ele.half {
        width: 100%;
    }
    .singin-sec{
        width: 100%;
    }
    .singin-container,
    .singin-conatiner{
        width: 100%;
    }
}

@media only screen and (max-width: 480px) {
    .singin-ele {
        width: 90%;
    }
    
    .form-row {
        width: 90%;
    }
}
