/*
Theme Name: Bad Ref 2016
Template: purelywb
*/
@import url("../purelywb/style.css");

.form-group .form-control {
    background: none repeat scroll 0 0 #ecf0f1;
    border: medium none;
    border-radius: 0;
    box-shadow: none;
    color: #333333;
    float: left;
    font-weight: 600;
    height: 50px;
    outline: medium none;
    padding: 0 1em;
    transition: all 0.3s cubic-bezier(0, 0, 0.58, 1) 0s;
    width: 200px;
	margin-bottom: 20px;
}
.form-group button.submit {
    background: none repeat scroll 0 0 #009bff;
    border: medium none;
    border-radius: 0;
    color: #ffffff;
    font-size: 24px;
    font-weight: 600;
    height: 50px;
    line-height: 50px;
    padding: 0;
    transition: all 0.3s cubic-bezier(0, 0, 0.58, 1) 0s;
    width: 80px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}

.form-group button.submit:hover {
	background: none repeat scroll 0 0 #f5ad31;;	
}
