/* Main Css */

/* form-control */
.form-control{max-width:100%;background-color:#fff;border:1px solid #cdcdcd;border-radius:0.25rem;transition:border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;}
.form-control{display:block;width:100%;padding:0.5rem 1rem;font-size:1rem;font-weight:400;line-height:1.5;color:#212529;
	background-color:#fff;background-clip:padding-box;-webkit-appearance:none; -moz-appearance:none; appearance:none;	
}
button,.btn{display:block;width:100%;padding:0.5rem 1rem;font-size:1rem;font-weight:400;line-height:1.5;
	background-color:#fff;border-radius:0.25rem;transition:border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out; 
}
.inputbox{width:100%;max-width:100%;color:#212529;background-color:#fff;background-clip:padding-box;
	border:1px solid #cdcdcd;border-radius:0.25rem;display:block;padding:0.5rem 1rem;font-size:1rem;font-weight:400;line-height:1.5;
	-webkit-appearance: none;-moz-appearance: none;appearance: none;transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-select{width:100%;max-width:100%;color:#212529;background-color:#fff;border:1px solid #cdcdcd;border-radius:0.25rem;display:block;
	padding:0.4rem 1rem;font-size:1rem;font-weight:400;transition:border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.inputfile{width:100%;padding:10px}

label.btn-form-control{ display:block; width:100%; max-width:100%; padding:0.5rem 1rem;font-size:1rem;font-weight:400;line-height:1.5;
	background:#283246;color:#fff;border:solid #fff 1px;border-radius:0.25rem;transition:0.5s;}
label.btn-form-control:hover{background:#fff;color:#283246;border:solid #283246 1px;cursor:pointer;}