position: relative;
background: #FFF;
border-bottom: 5px solid #555;
- margin-bottom: 15px;
+ margin-bottom: 10px;
}
.inner {
padding-top: 10px;
padding-bottom: 10px;
}
+
+
+
+#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%;
+}