.txtwhite {
	color: #ffffff;
}

.speclink {
	color: #2b57d6;
}

body, .form-control {
    font-family: 'Lato', sans-serif;
}
h1{
    margin-bottom: 40px;
}
label {
    color: #333;
}
.btn-send {
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 20px;
}


.help-block.with-errors {
    color: #ff5050;
    margin-top: 5px;
}

input, textarea {
border:1px solid #666666;
font-family:Verdana,Tahoma,Arial,Sans-Serif;
font-size:1em;
margin:0;
padding:4px;
background:#fff;
}

input:focus, input:hover,textarea:focus, textarea:hover{
border: 1px solid #000;
}

label {
margin:2px;
}

input {
width:300px;
}

.button {
margin:0 0 15px 0;
color:#000;
font-weight:bold;
width:310px;
}

inputs, { 
display:none; }

hr, { 
display:none; }

.conlink {
	color: #d72c48;
	font-weight: 800;
}