28 lines
427 B
CSS
28 lines
427 B
CSS
#email, #username {
|
|
width: 223px !important;
|
|
padding-left: 36px !important;
|
|
}
|
|
#email-icon, #username-icon {
|
|
position: absolute;
|
|
left: 16px;
|
|
top: 22px;
|
|
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
|
|
filter: alpha(opacity=30);
|
|
opacity: .3;
|
|
}
|
|
#body-login input[type="email"] {
|
|
width: 249px;
|
|
}
|
|
#username-icon {
|
|
top: 17px;
|
|
}
|
|
|
|
.msg {
|
|
color: white;
|
|
margin: 5px;
|
|
}
|
|
|
|
.groupofone {
|
|
position: relative;
|
|
}
|