@import url(https://fonts.googleapis.com/css?family=Open+Sans|Lobster);
body {
- background: ##050505;
+ background: #050505;
background-image: url("bg1.png"), url("bg2.png");
background-repeat: repeat-x, repeat;
font-family: 'Lobster', cursive;
font-family: 'Lobster', cursive;
border: 0;
position: relative;
- top: 5px;
+ background: #085B69;
+ border-bottom: 5px solid #157EFB;
margin-bottom: 15px;
}
background: url(email.png) no-repeat;
}
+#show_password {
+ flex: 1 1 auto;
+ position: absolute;
+ right: 0%;
+ background: none;
+ border: none;
+ cursor: pointer;
+ opacity: 30%;
+}
+#show_password:hover {
+ opacity: 100%;
+}
+
+.passwordcolumn {
+ display: flex;
+ position: relative;
+ align-items: center;
+ width: 100%;
+}
+
/* ==========================================================================
5 = Terms of service
========================================================================== */