body {
    font-family: 'Lato', sans-serif;
}

h1 {
    margin-bottom: 40px;
}

label {
    color: #333;
	
}

.btn-send {
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    margin-bottom: 20px;
	margin-left:0px;
	width: 100%;
}

.help-block.with-errors {
    color: #ff5050;
    margin-top: 5px;
	padding-left: 5px;
}
.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
	margin:0px;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
@media screen and (min-width : 992px) and (max-width : 1100px) {
    .form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
	margin:0px;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

}
@media screen and (min-width : 250px) and (max-width : 400px) {
    .form-control {
    display: block;
    width: 88%;
    padding: .375rem .75rem;
	margin:0px;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

}  
.list-unstyled, .list-inline {
    /* padding-left: 0; */
    list-style: none;
}