Skip to content

Instantly share code, notes, and snippets.

@richardprice-1990
Last active October 12, 2017 14:10
Show Gist options
  • Save richardprice-1990/8559f0e4ed43b98216e245832b0ac219 to your computer and use it in GitHub Desktop.
Save richardprice-1990/8559f0e4ed43b98216e245832b0ac219 to your computer and use it in GitHub Desktop.
#wrapper > div {
background-color: rgba(255,255,255,0.2);
width: 100%;
text-align: center;
margin-top: 2em;
}
#logo{
width: 10em;
padding: 10px 0px;
}
.formContainer{
margin: 0px 20px;
}
.input_container{
background: white;
height: 60px;
border: 3px #de0054 solid;
position: relative;
display: block;
width: 100%;
margin: 0px 0 15px 0;
padding: 0;
}
.formIcon{
padding-top: 6px;
width: 15%;
float: left;
text-align: center;
}
.formField{
box-sizing: border-box;
height: 100%;
width: 85%;
float: left;
outline: none;
border: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment