@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800|Source+Sans+Pro:200,300,400,600,700,900");
body { background-position: 50% 50%; background-size: cover; background-repeat: no-repeat; background-attachment: fixed; background-color: rgb(0, 0, 0); font-weight: 400; }
.container { max-width: 600px; }
.arc-main-content { background-color: rgb(0, 0, 0); box-shadow: none; margin-top: 10px; }
p { color: rgb(255, 255, 255); }
.text-light { color: rgb(255, 255, 255); }
h1 { color: rgb(255, 255, 255); font-weight: 600; }
a { color: rgb(237, 237, 237); text-decoration: none; }
a:hover { color: rgb(186, 186, 186); }
a:hover.text-light { color: rgb(255, 255, 255); }
.button { background-color: rgb(255, 255, 255); color: rgb(0, 0, 0); font-size: 1.25rem; border-radius: 10px; }
.button:hover { background-color: rgb(0, 0, 0); }
header { background-color: rgb(0, 0, 0); padding-bottom: 0px; }
.InputField, .InputSelect { color: rgb(40, 40, 40); box-shadow: none; }
