
input[type="text"] {
    width: 100%;
    border: hidden;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.00);
    font-size: 1.5rem;
    outline: none;
}

.f_zero {
    display: flex;
    left: 0px;
    right: 0px;
    line-height: 50px;
    z-index: 1;
    flex-direction: column;
    align-items: center;
}

/*--------------------------------------------*/
.f_zero_title{
    display: flex;
    width: 100%;
    background: linear-gradient(rgb(190, 190, 190), rgb(255, 255, 255), rgb(190, 190, 190));
}

.f_zero_title h1 {
    left: 0px;
    right: 0px;
    line-height: 50px;
    display: flex;
    flex-direction: column;
}

.f_zero_title .a1 {
    display: flex;
    width: 20%;
    flex-direction: row;
    align-items: center;
}

.f_zero_title .a2 {
    display: flex;
    width: 60%;
    flex-direction: column;
    align-items: center;
    color: #0949bf;
    font-family: Microsoft JhengHei;
    font-size: 1.5em;
}

.f_zero_title .a3 {
    display: flex;
    width: 20%;
}
/*--------------------------------------------*/
.f_one {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    left: 0px;
    right: 0px;
    line-height: 50px;
    z-index: 1;
}

.f_two {
    /*background-color:#e00101;*/
    left: 0px;
    right: 0px;
    line-height: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.f_two_title {
    font-size: 36px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    margin: 2vh;
    font-family: cursive;
    color: rgb(255, 255, 255);
    text-shadow: 0 0 5px rgb(0, 0, 0);
    font-size: 2.5em;
    width: 30%;
}

.f_three {
    /* margin: 2vh; */
    /* height: 100%; */
    width: 80%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.f_four {
    display: flex;
    width: 100%;
    justify-content: center;
    margin: 1vh;
}

.f_four form {
    display: flex;
    width: 100%;
    align-items: center;
    margin-right: 1vh;
}

.f_four select{
    font-size: 1.5em;
    margin-right: 1vh;
}

.f_four input[type="date"] {
    font-size: 1.5em;
    margin-right: 1vh;
}
.f_four input[type="month"] {
    font-size: 1.5em;
    margin-right: 1vh;
}
.f_four input[type="button"] {
    font-size: 1.5rem;
    margin-right: 1vh;
}

@media screen and (min-width:414px) {
    .f_three {
        width: 100%;
    }
}

@media screen and (min-width:1920px) {
    .f_zero_title {
        width: 50%;
    }
    .f_zero_title .a2 {
        font-size: 1em;
    }
    .f_three {
        width: 100%;
    }
}