body {
 background-color:#000;
 color:#fff;
 text-align:center;
 margin-bottom:15rem
}
* {
 max-width:100%
}
.container {
 width:400px;
 max-width:100%;
 margin:auto;
 display:flex;
 flex-direction:column;
 align-items:center;
 background-color:#000
}
.top_text {
 font-family:sans-serif,arial,helvetica;
 font-size:1rem;
 letter-spacing:2px;
 line-height:1.1rem
}
.button {
 color:#fff;
 background-color:green;
 border:4px solid #fff;
 padding-top:14px;
 padding-bottom:7px;
 padding-left:20px;
 padding-right:20px;
 border-radius:7px;
 font-family:sans-serif,arial,helvetica;
 font-size:1.6rem;
 letter-spacing:2px;
 display:block;
 text-align:center;
 text-decoration:none;
 margin-bottom:10px
}
.small_terms {
 font-family:sans-serif,arial,helvetica;
 font-size:.8rem;
 line-height:1.1rem;
 background-color:#000;
 width:400px;
 max-width:100%;
 white-space:pre-wrap
}
.align_left {
 text-align:left;
 float:left
}
form {
 width:100%;
 margin-top:2rem;
 margin-bottom:2rem
}
#form_elements {
 display:flex;
 flex-direction:row
}
#form_elements input {
 flex-grow:1;
 margin-right:10px;
 border:1px solid green;
 border-radius:7px;
 height:24px;
 color:#999;
 padding:5px;
 text-align:center
}
#form_elements button {
 font-size:12px;
 border:2px solid #fff;
 padding-top:10px;
 padding-left:30px;
 padding-right:30px
}
#network_logos {
 position:fixed;
 bottom:0;
 width:400px;
 z-index:-1
}
#network_logos img {
 margin:auto;
 max-width:100px;
 margin-left:30px;
 margin-right:30px
}

