.new_account, .signed_program, .choose_banners { padding-bottom:30px;}
.new_account input[type="submit"], .signed_program input, #aid { width:200px;}
.signed_program input, #aid { margin-bottom:10px;}
.banners img { margin-bottom:5px;}
#code { width:100%; margin-bottom:10px; height:100px;}
.banners_space { padding-bottom:15px; overflow:hidden;}
.question { color: #C00; padding: 0 0 10px; font-weight: bold;}
.answer { padding: 0 0 15px; }
.bt_submit { color:#FFF !important; background-color:#198754; border-radius:8px; height:50px; position:relative; text-align:center; vertical-align:middle; display:inline-flex; align-items:center; justify-content:center; margin-top:7px; font-weight:700 !important; padding:0 15px !important; border:2px solid transparent; cursor:pointer;}
.bt_submit:hover { border-color:#198754; color:#198754 !important; background-color:#FFF;}
@media (max-width: 767px) {
	#bt_submit { height:40px;}
}