


body {
    height: 100vh;
    padding: 0;
    margin: 0;
    background: linear-gradient(rgba(53,82,66,0.5), rgba(47,80,63,0.6)),
    url(image/DSC_0041.jpg);   
    text-align: center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    font-family: 'Baloo Tamma 2', cursive;
}
    
.m-head{
    font-family: 'Roboto Slab', serif;

}

.title{
    margin-top: 100px;
    color: #fff;
    text-align: center;
    transition: all 4s ease-in-out;
}

.title h1{
    font-size: 50px;
    letter-spacing: 5px;
    color: #ECD108;
}

.title h2{
    font-size: 32px;
    letter-spacing: 6px;
}
form{
    margin-top: 50px;
    transition: all 4s ease-in-out;
    color:white;
}

.form-control{
    width: 600px;
    background: transparent;
    border: none;
    outline: none;
    border-bottom: 1px solid white;
    color:rgb(255, 255, 255);
    font-size: 18px;
    margin-bottom: 16px;
}

input{
    height: 45px;
    color: white;
}

form .submit{
    background: #ECD108;
    border-color: transparent;
    color: #fff;
    font-size: 20px;
    letter-spacing: 5px;
    height: 50px;
    margin-top: 20px;
}

form .submit:hover{
    background-color: #CFB90F;
    cursor: pointer;
}