.main-page {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
}
.form-title {
    margin: 30px 0;
    text-align: center;
}
.form-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 90%;
    max-width: 850px;
    height: 500px;
    border-radius: 20px;
    filter: drop-shadow(0 0 10.5px rgba(207, 117, 0, 0.2));
    background-color: #ffffff;
    border: 0px solid #fda22c;
}
.form-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.input-wrap {
    width: 90%;
    max-width: 449px;
    border-radius: 15px;
    margin: 20px 0;
}
.login-btn {
    color: #fff;
    margin-top: 30px;
    width: 80%;
    max-width: 170px;
    height: 40px;
    border-radius: 20px;
    background-color: #fda22c;
    border: 0px solid #000000;
}
