body {
    overflow: hidden;
    font-family: iranyekan;
    color: #000;
}

.mainSection {
    height: 100vh;
}

.phoneCard {
    max-width: 500px;
    width: 88%;
    height: 320px;
    border-radius: 15px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 16px;
}

.rightSection {
    height: 100vh;
    background: linear-gradient(-135deg, #e77d03, #ff028a);
}

.bgcont {
    width: 65%;
    background: rgba(255, 255, 255, 0);
    border: none;
}

.logobg {
    width: 80%;
    border-radius: 18px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 12px 24px;
}

.systemTitle {
    font-size: 40px;
    color: rgb(255, 255, 255);
    margin-top: 24px;
}

.systemdesc {
    color: #fff;
    font-size: 24px;
}

.leftSection {
    background: #dadada;
}

@media (max-width: 480px) {
    .leftSection {
        background: linear-gradient(-135deg, #e77d03, #ff028a);
    }
}

#doSubmit {
    box-shadow: rgba(0, 0, 0, 0.2) 0px 6px 12px;
}

.userinput {
    width: 90%;
    text-align: center;
    color: #181818;
    border: solid #000000 2px;
    border-radius: 12px;
    background-color: #26051617;
}

#loginTitle {
    font-weight: bold;
}

#submitDiv {}

#doSubmit {
    margin-left: 5%;
    width: 120px;
    border-radius: 8px;
    background: #e77d03;
    border: none;
}

#setBirthDay {
    display: none;
}