.cnt {
	text-align:center;
	padding:0 0 40px;
	font-size:20px;
}

.rent_form {
	background:rgba(27,105,185,1);
}

.rent_form label {
	font-weight:normal;
	color:#fff;
}

.rent_form h2{
	font-size: 35px;
    color: #fff;
    
}


.sf_thanks {
    color:#fff;
    border-radius:5px;
    background: linear-gradient(135deg, rgba(1, 74, 124, 1), rgba(213, 24, 32, 1));
    text-align:center;
    padding:10px;
    font-size:25px;
}

.clear_form {
    color:#fff;
    margin-top:28px;
    float:right;
    font-size: 15px;
    padding: 8px 30px;
    text-shadow: none;
    border-radius: 7px;
    text-align: center;
    background: #01add3;
    white-space: nowrap;
    font-weight: normal;
    line-height: normal;
    display: inline-block;
    vertical-align: middle;
    text-transform: capitalize;
    border: 1px solid transparent;
    transition: all 350ms ease-in-out !important;
    -o-transition: all 350ms ease-in-out !important;
    -moz-transition: all 350ms ease-in-out !important;
    -webkit-transition: all 350ms ease-in-out !important;
    cursor:pointer;
}

.clear_form:hover {
    color: #fff;
    box-shadow: none;
    background: #d51820;
}

.safeform {
    padding:5px;
    /* background: linear-gradient(135deg, rgba(1, 173, 211, .1), rgba(213, 24, 32, .1)); */
    border-radius:5px;
}

.safeform .row {
    
}
.safeform input:hover, textarea:hover, select:hover {
    border:1px solid #01add3;
}

.safeform input:focus, textarea:focus, select:focus {
    border: 1px solid #01add3 !important;
    color:#01add3;
}

.safeform textarea {
    padding:5px 16px;
}
.messages {
    margin-top:60px;
}



.inputfield {
    margin-bottom:15px;
}
@media only screen and (max-width: 480px) {

    .inputfield label {
    margin-bottom: 0 !important;
    }

}

