@charset "utf-8";
.main {
    margin: 0 auto;
    background-color: #F6B48C;
    width: fit-content;
    padding: 2px 10px 10px 10px;
    border-radius: 8px;
    margin-top: 100px;
}
.title {
    text-align: center;
    margin: 5px 0 15px 0;
}
.title > p {
    color: #FFFFFF;
    font-weight: bold;
    margin: 0;
    font-size: 25px;
}
.form {
    width: fit-content;
}
.id > label {
    color: #FFFFFF;
    font-size: 20px;
}
.id > input {
    width: 180px;
    height: 20px;
    border: 2px #A8A9A9;
    border-radius: 3px;
}
.pass {
    margin-top: 5px;
}
.pass > input {
    width: 163px;
}
.pass > label {
    color: #FFFFFF;
    font-size: 20px;
}
.pass > input {
    width: 160px;
    height: 20px;
    border: 2px #A8A9A9;
    border-radius: 3px;
}
.submit {
    text-align: center;
    margin-top: 20px;
    font-style: bold;
}
.submit > input {
    background-color: #FFFFFF;
    border: 2px;
    border-radius: 3px;
    width: 100px;
    height: 30px;
}
.submit > input:hover {
    cursor: pointer;
    background-color: #EBEBEC;
}