@font-face {
    font-family: Estand;
    src: url(../media/fonts/Estedad-FD-Medium.ttf);
}


* {
    margin: 0px;
    padding: 0px;
    font-family: Estand;
}

body {
    background: url(../media/Landing\ Page.png);
    background-repeat: no-repeat;
    background-size: cover;
}

section.Navbar {
    width: 100%;
    height: 95px;
    padding: 0px 30px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
    display: none;

}


#Menu {
    width: 40px;
    height: 40px;
    background-color: #d9d9d92d;
    border: 0px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#Basij {
    width: 53px;
    height: 53px;
}

#User {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;

}

#User>img {
    width: 35px;
    height: 35px;
}

hr {
    margin: 0px 25px;
    opacity: 20%;
    box-sizing: border-box;
    display: none;
}


.MainBody {
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 100%;
    padding-top: 28px;
    box-sizing: border-box;
}

.Btns {
    width: 100%;
    display: flex;
    align-self: center;
    justify-content: center;
}

.logbtn {
    color: rgba(255, 255, 255, 0.2);
    background-color: transparent;
    border: 0px;
    margin-left: 20px;
    margin-right: 20px;
    cursor: pointer;
    font-size: 18px;
    transition: 300ms all ease-out;
}


.input-box {
    width: 100%;
    margin-top: 20px;
}

.Forms {
    width: 100%;
    padding: 20px 30px;
    box-sizing: border-box;
}

input {
    width: 100%;
    padding: 12px 40px 12px 12px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 10px;
    color: #00B25A;
    font-size: 14px;
    outline: none;
    transition: border-color 0.3s ease;
    box-sizing: border-box;
    background-color: transparent;
}

input::placeholder {
    color: rgba(255, 255, 255, 0.2);
    background-color: transparent;
}

input:focus::placeholder {
    color: #00B25A;
    background-color: transparent;
}

input:focus {
    border-color: #00B25A;
    background-color: transparent;
}

input:checked {
    border-color: #00B25A;
    background-color: transparent;
}

input:hover {
    border-color: #00B25A;
    background-color: transparent;
}

input:focus .icon {
    color: #00B25A;
}

.icon {
    color: rgba(255, 255, 255, 0.6);
    font-size: 18px;
    position: relative;
    right: 10px;
    bottom: 36px;
}

.LastBtn {
    width: 100%;
    color: white;
    border-radius: 10px;
    border: 0px;
    margin-bottom: 8px;
    padding: 12px 40px 12px 12px;
    box-sizing: border-box;
    cursor: pointer;
}

#submit {
    background-color: #00B25A;
    padding: 12px 12px 12px 12px;
}

#Cancel {
    background-color: #00b25928;
    padding: 12px 12px 12px 12px;

}

#CancelSign {
    background-color: #00b25928;
    padding: 12px 12px 12px 12px;

}

.buttons {
    flex-direction: column;
}

select {
    width: 100%;
    padding: 12px 40px 12px 12px;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 10px;
    color: #00B25A;
    font-size: 14px;
    outline: none;
    transition: border-color 0.3s ease;
    box-sizing: border-box;
    cursor: pointer;
}

select:focus {
    color: #00B25A;
    background-color: transparent;
}

#continue {
    background-color: #00B25A;
    padding: 12px 12px 12px 12px;
}

#Basijj {
    width: 180px;
    height: 200px;
    display: none;
    margin-bottom: 14px;
}


.field:has(input:focus) .icon img,
.field:has(select:focus) .icon img {
    filter: invert(51%) sepia(83%) saturate(616%) hue-rotate(97deg) brightness(94%) contrast(101%);
    opacity: 1;
}

.ir-select:has(input:focus) .icon img,
.ir-select:has(select:focus) .icon img {
    filter: invert(51%) sepia(83%) saturate(616%) hue-rotate(97deg) brightness(94%) contrast(101%);
    opacity: 1;
}


div.bgDesktop {
    display: none;
    width: 100%;
}


.logbtn.active {
    color: rgb(255, 255, 255);
}

.buttons {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}


section.MainBody {
    width: 100%;
    display: flex;
}

.Forms {
    width: 75%;

}

.LastBtn {
    width: 45%;
}

.buttons {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.ResBtn {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

#Basijj {
    display: flex;
}

@media screen and (min-width: 100px) and (max-width: 1000px) {
    #Navbar {
        display: flex;
        /* یا block اگر میخوای به صورت ستونی باشد */
    }

    hr {
        display: flex;
    }
}

@media screen and (min-width: 1000px) {
    body {
        background: url(../media/neww.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        display: flex;
        align-items: center;
        width: 100%;
        height: 100vh;
    }

    .Forms {
        width: 30%;

    }


}