.callback-form input[type="text"], 
.callback-form input[type="email"],
.callback-form input[type="tel"], 
.callback-form textarea {
    width: 100%;
    border: 2px solid #3ec1c7;
    border-radius: 5px;
    box-shadow: none;
    color: #333;
    font-size: 16px;
    font-weight: normal;
    padding-left: 10px;
}

.callback-form textarea {
    height: 150px;
    padding-top: 10px;
}

.callback-form .form-control {
    border: 2px solid #3ec1c7;
    border-radius: 5px;
    box-shadow: none;
    color: #333;
    font-size: 16px;
    font-weight: normal;
    padding-left: 10px;
}

.callback-form input {
    height: 55px;
}

.callback-form input[type='submit'] {
    height: auto;
}
 
.g-recaptcha {
	float:left; 
	transform:scale(0.90);
	-webkit-transform:scale(0.90);
	transform-origin:0 0;
	-webkit-transform-origin:0 0;
}

@media (max-height: 575px) { 
#rc-imageselect, .g-recaptcha { 
	transform:scale(0.77); 
	-webkit-transform:scale(0.77); 
	transform-origin:0 0; 
	-webkit-transform-origin:0 0; 
}
}