html {
    height: 100vh;
    background: url(../images/banner6.png) no-repeat;
    background-size: cover;
    background-position: center;
    width: 100vw;
    overflow: hidden;
}

#form {
    position: fixed;
    display: inline-block;
    width: 400px;
    background-color: black;
    border-radius: 10px;
    margin: 0 auto;
    top: 50%;
    left: 50%;
    margin-top: -165px;
    margin-left: -200px;
    padding-bottom: 40px;
}

.form_logo {
    position: relative;
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-top: -26px;
}

.form_logo img {
    width: 160px;
}

h3 {
    color: #FF9D01;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 30px;
}

.form_input {
    text-align: center;
    width: 260px;
    height: 36px;
    background-color: #fff;
    margin: 0 auto;
    margin-bottom: 20px;
}

.form_input input {
    border: 0px;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 0px 10px;
}

.form_input input::placeholder {
    font-size: 14px;
    color: #FF9D01;
}


.form_more {
    width: 260px;
    margin: 0 auto;
    margin-top: -10px;
    margin-bottom: 20px;
}

.form_more a {
    font-size: 12px;
    color: #FF9D01;
}


.foorm_bottom {
    text-align: center;
    height: 36px;
    line-height: 36px;
    width: 260px;
    border: 0px;
    background-color: #FF9D01;
    color: #fff;
    font-size: 12px;
    margin: 0 auto;
}