
.background {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: gray url("/img/home.jpg") no-repeat center center;
    background-size: cover;
    z-index: -1;
}

.bgdark:after {
    background: rgba(53, 45, 47, 0.25) none repeat scroll 0 0;
    z-index: -1;
}

#main {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    /* margin-bottom: 110px; */
}

#main .mn-cont {
    padding: 20px;
}

#main .mn-cont h1, .name-home-form h2 {
    font-weight: 900;
    color: white;
    margin: 15px;
    text-transform: uppercase;
    font-size: 2.5em;
    text-align: right;
    font-family: 'Oswald', sans-serif;
}
 .name-home-form h2 {
    text-align: center;
    font-size: 2em;
}

#main .mn-cont p {
    padding: 15px;
    color: white;
    font-size: 16px;
    text-align: right;
    line-height: 1.5;
    letter-spacing: 0.6px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif
}

 form.home-form {
    width: 100%;
    padding: 15px;
    display: flex;
    justify-content: center;
    position: relative;
}

 form.home-form input {
    width: 100%;
}

 form.home-form input[type="text"] {
    padding: 7px;
    border: navajowhite;
    border-right: 1px solid lightgray;
}

 form.home-form input[type="submit"] {
    padding: 5px 15px;
    background: #4a98dc;
    border: navajowhite;
    color: white;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    cursor: pointer;
}

 form.home-form input[type="submit"]:hover {
    transform: scale(1.2);
}
 form.home-form .resp {
 	text-align: center;
 	color: #0e569e;
 	clear: both;
 	position: absolute;
	bottom: -10px;
 }
 form.home-form #resp1 {
 	color: #fff;
}

@media (max-width: 992px) {
    #main .mn-cont h1, #main .mn-cont p {
        text-align: center;
    }
    #main .mn-cont h1 {
        font-size: 2em;
    }
    #main .mn-cont p {
        font-size: 1em;
    }
    form.home-form input[type="text"] {
        padding: 7px;
        border: navajowhite;
        border-right: none;
        border-bottom: 1px solid lightgray;
    }
    form.home-form input[type="submit"]:hover {
        transform: none;
    }
#home{
margin-top:100px;
}
}
@media (max-width: 760px) {
    #main .mn-cont h1, #main .mn-cont p {
        text-align: center;
    }
    #main .mn-cont h1 {
        font-size: 1.5em;
        margin: 5px;
    }
     .name-home-form h2 {
        text-align: center;
        font-size: 1.5em;
        margin: 0;
    }
    #main .mn-cont p {
        font-size: 0.9em;
        padding: 0;
    }
     form.home-form input[type="text"] {
        padding: 7px;
        border: navajowhite;
        border-right: none;
        border-bottom: 1px solid lightgray;
    }
}