@charset "UTF-8";

.f-body{
    margin: 10px;
    padding: 50px;
    height: 100vh;
    text-align: center;
    background: url(../img/img069.jpg);
    /*background: url(../img/img070.jpg);****ハロウィンバージョン***********/
    /*background: linear-gradient(rgba(4, 177, 94, 0.5),rgba(33, 5, 125, 0.5));*/
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    font-family: sans-serif;
}


/*contact-title{*/
.fo-contact-title{
    margin-top: 100px;
    color: #333;
    text-transform: uppercase;
    transition: all 4s ease-in-out;
}

/*contact-title{*/
.fo-contact-title h1{
    font-size: 32px;
    line-height: 10px;
}

/*contact-title{*/
.fo-contact-title h2{
    font-size: 16px;
}

form{
    margin-top: 50px;
    transition: all 4s ease-in-out;
}

.form-control{
    width: 600px;
    background: transparent;
    border: none;
    outline: none;
    border-bottom: 1px solid green;
    color: #111010;
    font-size: 18px;
    margin-bottom: 16px;
}




input{
    height: 45px;
}

form .submit{
    background: #7cf08f;
    border-color: transparent;
    color: #ffffff;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 2px;
    height: 50px;
    margin-top: 30px;
}

form .submit:hover{
    background-color: #0ec748;
    cursor: pointer;

}
