.back{
    width: 100vw;
    height: 100vh;
    background-image: url('../img/back.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.main-area{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background-color: rgb(0,0,0,70%);
}

.search-area{
    display: flex;
    justify-content: space-between;
    color: #fff;
}

.select-container{
    margin: 0 1em 0 0;
}

.form-row{
    display: flex;
    align-items: center;
    margin: 0 0 0.5em;
}

.form-title{
    margin: 0 0.7em;
    font-size: 1.2em;
}

.search-select{
    width: 15vw;
    min-width: 200px;
    height: 50px;
    padding: 0 1em;
    border-radius: 50px;
    background-color: rgb(255,255,255,85%);
}

.search-input{
    width: 30vw;
    min-width: 300px;
    height: 50px;
    padding: 0 1em;
    border-radius: 50px;
    background-color: rgb(255,255,255,85%);
}

.search-area .button-area{
    margin: 1em 0 0;
    text-align: right;
}

.search-area .search-button{
    width: 7em;
    padding: 0.5em 1em 0.5em 2em;
    color: #fff;
    border: none;
    border-radius: 5px;
    background-color: #747474;
    background-image: url('../img/search_w_icon.png');
    background-repeat: no-repeat;
    background-size: 1.2em;
    background-position: left 0.5em center;
}

.footer{
    position: absolute;
    bottom: 5px;
    right: 30px;
}
