@charset "utf-8";
/* CSS Document */
.main_btn {
    background-color: #0078d6;
    color: #fff;
    padding: 11px 0;
    border-radius: 2px;
}
.main_btn:hover {
    background-color: #0078d6;
    color: #fff;
    padding: 11px 0;
    border-radius: 2px;
}
.main_btn:focus {
    box-shadow: 0 0 0 0 transparent;
}
.form-control {
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid #000;
    padding: 15px 0;
}
.form-control:focus {
    box-shadow: 0 0 0 0 transparent;
    border-bottom: 1px solid #000;
	border:0;
	background-color:#fff;
}
.form-select {
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid #000;
    padding: 15px 0;
}
.form-select:focus {
    box-shadow: 0 0 0 0 transparent;
    border-bottom: 1px solid #000;
	border:0;
	background-color:#fff;
}
