
html, body { width: 100%; height: 100%; font-size: 14px; background: none transparent; background-color: transparent; }

.form-control {  border: 1px solid #1D2129 !important; box-shadow: 3px 3px 0 rgba(0,0,0,0.1) !important; color: #000 !important; }
.form-control.error { border: 3px solid #ff0000 !important; color: #ff0000 !important; }

label.error { display: none !important; }

.btn-form { height: 50px !important; font-size: 17px !important; border: 1px solid #1D2129 !important; background-color: #BCFF39 !important; color: #1D2129 !important; box-shadow: 3px 3px 0 rgba(0,0,0,0.1) !important; }

