body { background-color: #303030; color: #7FFF00; font-family: Monaco, "Bitstream Vera Sans Mono", "Lucida Console", Terminal, monospace; } .login_page_body { display: flex; justify-content: center; align-items: center; min-height: 100vh; overflow: hidden; margin: 0; padding: 0; } a { color:#DCDCDC; } p { font-family: Monaco, "Bitstream Vera Sans Mono", "Lucida Console", Terminal, monospace; } h1 { font-family: inherit; } h5 { color: #DCDCDC; font-family: Monaco, "Bitstream Vera Sans Mono", "Lucida Console", Terminal, monospace; } #links { color:#DCDCDC; text-align:right; font-size: 18pt; float:right; width: 33%; display: inline; } .top_bar { width: 100%; font-size: 18pt; display: block; } .team_name { width: 33%; display: inline; } .team_points { width: 100%; font-size: 18pt; display: block; } .submission { font-size: 20pt; width: 100%; display: flex; justify-content: center; } .submission_box { width: 30%; box-sizing: border-box; font-size: 20pt; background-color: #DCDCDC; } .submission_button { width: 10%; text-align: center; background-color: #343434; font-size: 16pt; color: #DCDCDC; font-family: inherit;} .ascii_banner { font-size: 12pt; color: #00DD00; } .response_wrapper { font-family: inherit; width: 100%; display: flex; justify-content: center; } .flag_check_response { text-align: center; font-size: 12pt; } .challenge_list { width: 60%; padding-left: 20%; padding-right: 20%; display: block; } .challenge { width: 100%; font-size: 12pt; border-style: solid; border-color: #696969; padding: 1%; margin: 20px; display: block; } .challenge_name { font-size: 20pt; width:80%; } .challenge_score { width: 100%; display: block; } .challenge_points { font-size: 15pt; width: 50%; text-align: left; display: inline; color: #DCDCDC; } .challenge_flags { font-size: 16pt; width: 50%; text-align: right; float:right; display: inline; color: #DCDCDC; } .text_input_general { font-family: inherit; width: 100%; outline: none; background-color: #DCDCDC; border-radius: 4px; border: none; display: block; padding: 0.9rem 0.7rem; box-shadow: 0px 3px 6px rgb(0 0 0 / 16%); font-size: 17px; color: #4A4A4A; } .button_general { width: 50%; background-color: #343434; text-align: center; font-size: 16pt; color: #DCDCDC; font-family: inherit; } .form_field { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin-bottom: 1rem; position: relative; } .form_div { width: 350px; position: relative; } .tag_filter { font-size: 14pt; background-color: #303030; color: #7FFF00; font-family: Monaco, "Bitstream Vera Sans Mono", "Lucida Console", Terminal, monospace; }