@charset "utf-8";

body {
    padding-top: 80px;
    font-family: 'Ubuntu';
    background-color: #f5f5f5;
}

.title {
    font-size: 20px;
    text-align: center;
    background-color: #faf0e6;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-left: 80px;
    margin-right: 80px;
    border-radius: 10px;
}

.label-text {
    color: #000000;
}

.input {
    color: #000000;
}

.link-items {
    font-family: 'Ubuntu';
}

.link-items:hover {
    color: #ffffff;
    background-color: rgba(0, 0, 255, 0.6);
}

.mt-2 {
    margin-top: 30px;
}

.mt-2:hover {
    color: #ffffff;
    background-color: rgba(0, 0, 255, 0.6);
}

.btn {
    margin-top: 30px;
    margin-left: 100px;
    margin-right: 100px;
    background-color: #4169e1;
    font-weight: normal;
    display: flex;
    justify-content: center;
}

footer {
    margin-top: 50px;
    background-color: #d3d3d3;
    font-size: 15px;
}

.inquiry {
    margin-top: 30px;
}

.logo {
    width: 100px;
    height: auto;
}

.admin:hover {
    color: #ffffff;
    background-color: #0000ff;
}

.must {
    font-size: 10px;
    color: #ff0000;
}
