body {
    font-family: 'Lato', sans-serif;
}
h1{
    margin-bottom: 40px;
}
label {
    color: #333;
}
.btn-send {
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 20px;
	
}
.btn-warning {
	color: #2e2e2e  !important;
   background-color: #fdc401 !important;
	border: none  !important;
	
}

