* {
    font-family: 'Vazir';
    box-sizing: border-box;

}

body {
    margin: 0;
    height: 100vh;
    width: 100vw;

}

.main {
    position: relative;

}

/* باکس آبی */
.rightSec {
    width: 40vw;
    height: 80vh;
    position: absolute;
    top: 10vh;
    right: 15vw;
    background-image: url("img/blueSection.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 15px;
    padding: 200px 65px 50px;
    color: #eee;
}

.rightSec h4 {
    width: 29vw;
    font-size: 1.5vw;
    position: absolute;
    top: 15vh;
    right: 2vw;


}

.footer-text {
    position: absolute;
    font-size: 0.7vw;
    bottom: 5vh;
    right: 3vw;
}

.footer-text p a {
    color: aqua;
}

.leftSec {
    width: 36vw;
    height: 70vh;
    position: absolute;
    background: white;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    left: 15vw;
    top: 15vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.leftSec .custom-checkbox span {
    margin-right: 10px;
}

.leftSec .title {
    justify-content: center;
    margin-bottom: 6vh;
    font-size: 1.5vw;
}

.leftSec form .box {
    height: 6vh;
    width: 22vw;
    margin-top: 2vh;
    border-right: 5px solid blue;
    box-shadow: 10px 10px 17px #eee;
    border-radius: 5px;
}

.leftSec form .box input {
    height: 3vh;
    width: 20vw;
    margin-top: 10px;
    padding-right: 20px;
    border-right: 2px solid #ccc;
    border-bottom: none;
    border-left: none;
    border-top: none;
    font-size: 0.8vw;
}

.leftSec form .box input:hover {
    outline: none;
}

.input-box {
    display: flex;
}

.placeholderIcons {
    width: 3vw;
    height: 6vh;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0.6;
    font-size: 1vw;
}

.passIcon {
    font-size: 0.8vw;
}

.options {
    width: 21vw;
    height: 6.8vh;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.7vw;
    font-weight: bold;
}

.remember {
    display: flex;
}

.forgot-password a {
    padding-right: 5px;
    color: #999;
    text-decoration: none;
    transition: color 0.3s;
}

.forgot-password:hover {
    text-decoration: underline;
}

form .btn {
    display: flex;
    justify-content: center;
    align-items: center;
}

form .btn button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 18vw;
    height: 40px;
    color: white;
    border: 3px;
    background-color: blue;
    border-radius: 10px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.btn-start:hover {
    border: none;
    background-color: #eee;
    color: black;
}




@media (min-width: 1200px) and (max-width:1400px) {
    .footer-text {
        font-size: 0.75vw;
    }

    .options {
        font-size: 0.8vw;
    }

    .leftSec form .box input {
        font-size: 0.9vw;
    }

}

@media (min-width: 992px) and (max-width:1200px) {
    .rightSec h4 {

        width: 35vw;
        font-size: 1.55vw;
        right: -3vw;
    }

    .footer-text {
        font-size: 0.78vw;
        right: 1vw;

    }

    .leftSec .title {
        font-size: 2vw;
        text-align: center;
    }

    .leftSec form .box {
        width: 28vw;
    }

    .leftSec form .box input {
        font-size: 1.2vw;
    }

    .placeholderIcons {
        width: 5vw;
        font-size: 1.4vw;


    }

    .passIcon {
        font-size: 1.1vw;
    }

    .options {
        width: 28vw;
        font-size: 0.9vw;
    }

    form .btn button {
        width: 27vw;
    }

}

@media (min-width: 768px) and (max-width:992px) {
    body {
        background-image: url("img/blueSection.png");
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }

    .rightSec {
        display: none;
    }

    .leftSec {
        width: 70vw;
    }

    .leftSec .title {
        font-size: 3.2vw;
        text-align: center;
    }

    .leftSec form .box {
        width: 60vw;
    }

    .leftSec form .box input {
        margin-right: 1vw;
        width: 50vw;
        font-size: 1.8vw;
    }

    .placeholderIcons {
        width: 7vw;
        font-size: 1.9vw;

    }

    .passIcon {
        font-size: 1.5vw;
    }

    .options {
        width: 56vw;
        font-size: 1.4vw;
    }

    form .btn button {
        width: 50vw;
    }
}

@media (min-width: 576px) and (max-width:768px) {
    body {
        background-image: url("img/blueSection.png");
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }

    .rightSec {
        display: none;
    }

    .leftSec {
        width: 70vw;
    }

    .leftSec .title {
        font-size: 3.5vw;
        text-align: center;
    }

    .leftSec form .box {
        width: 60vw;
    }

    .leftSec form .box input {
        width: 50vw;
        font-size: 2vw;
    }

    .placeholderIcons {
        width: 7vw;
        font-size: 2.4vw;

    }

    .passIcon {
        font-size: 2vw;
    }

    .options {
        width: 58vw;
        font-size: 1.8vw;
    }

    form .btn button {
        width: 50vw;
    }

}

@media (max-width: 576px) {
    body {
        background-image: url("img/blueSection.png");
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }

    .rightSec {
        display: none;
    }

    .leftSec {
        width: 70vw;
    }

    .leftSec .title {
        font-size: 4vw;
    }

    .leftSec form .box {
        width: 60vw;
    }

    .leftSec form .box input {
        width: 50vw;
        font-size: 2.5vw;
    }

    .placeholderIcons {
        width: 8vw;
        font-size: 2.7vw;

    }

    .passIcon {
        font-size: 2.4vw;
    }

    .options {
        width: 60vw;
        font-size: 2vw;
    }

    form .btn button {
        width: 55vw;
    }
}