Hi Techies,
Here is the simple HTML5 login form in facebook theme
here is the CSS:
#ms-sec
{
margin-top:10%;
margin-left: 25%;
margin-right: 25%;
background-color: #eceff4; -webkit-border-radius: 3px 3px 3px 3px;
border-radius: 3px 3px 3px 3px;
height: 300px;
width: 400px; -webkit-box-shadow: 1px 1px 4px #808080;
box-shadow: 3px 5px 5px #808080;
border: 1px solid #6d84b4;
}
.ms-div
{
height: 50px;
margin-left: 5%;
margin-right: 5%;
font-size: 32px;
font-family: verdana;
text-align: center;
border-bottom-width: 2px;
border-bottom-style: solid;
border-bottom-color: #1d4088;
color: #1d4088;
padding-top: 10px;
padding-right: 10px;
padding-left: 10px;
}
#username:focus,#password:focus
{
box-shadow: inset 0 1px 1px #c8d1e2;
}
#username:hover,#password:hover
{
box-shadow: inset 0 1px 1px #c8d1e2;
background-color:#f6f7f8;
}
#username
{
-webkit-border-radius: 3px 3px 3px 3px;
border-radius: 3px 3px 3px 3px;
border: 1px solid #3b5998 ;
margin-right: 20%;
margin-bottom: 10px;
margin-left: 15%;
color: #627aad;
width: 240px;
background-color: whitesmoke;
background-image: url("images//884.png");
background-repeat: no-repeat;
background-attachment: scroll;
background-position: 0% 0%;
padding-top: 5px;
padding-right: 5px;
padding-bottom: 5px;
padding-left: 40px;
height: 26px;
font-size: 20px;
}
#password
{
-webkit-border-radius: 3px 3px 3px 3px;
border-radius: 3px 3px 3px 3px;
border: 1px solid #3b5998 ;
margin-right: 20%;
margin-left: 15%;
width: 240px;
color: #627aad;
background-color: whitesmoke;
background-image: url("images//key-xxl1.png");
background-repeat: no-repeat;
background-attachment: scroll;
background-position: 0% 0%;
padding-top: 5px;
padding-right: 5px;
padding-bottom: 5px;
padding-left: 40px;
height: 26px;
font-size: 20px;
}
.ms-divin
{
margin-left: 1%;
margin-right: 10%;
margin-top: 5%;
}
#login
{
width: 130px;
background-image: url("images//like.png");
background-repeat: no-repeat;
height: 42px;
background-color: #dfe3ee;
color: #5A5A5A;
font-size: 20px;
font-family: Calibri;
border-radius: 5px 5px 5px 5px;
padding-left: 40px;
}
#login:hover
{
background-color: whitesmoke;
}
#cancel
{
width: 130px;
background-image: url("images//cancel.png");
background-repeat: no-repeat;
height: 42px;
background-color:#dfe3ee;
color: #5A5A5A;
font-size: 20px;
font-family: Calibri;
border-radius: 5px 5px 5px 5px;
padding-left: 40px;
}
#cancel:hover
{
background-color: whitesmoke;
}
.ms-forgetpass
{
margin-top: 10px;
padding-left: 150px;
font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
font-size: 15px;
color: #3b5998;
}
.ms-divbtn
{
margin-top: 20px;
margin-left: 59px;
}
Here is the simple HTML5 login form in facebook theme
here is the CSS:
#ms-sec
{
margin-top:10%;
margin-left: 25%;
margin-right: 25%;
background-color: #eceff4; -webkit-border-radius: 3px 3px 3px 3px;
border-radius: 3px 3px 3px 3px;
height: 300px;
width: 400px; -webkit-box-shadow: 1px 1px 4px #808080;
box-shadow: 3px 5px 5px #808080;
border: 1px solid #6d84b4;
}
.ms-div
{
height: 50px;
margin-left: 5%;
margin-right: 5%;
font-size: 32px;
font-family: verdana;
text-align: center;
border-bottom-width: 2px;
border-bottom-style: solid;
border-bottom-color: #1d4088;
color: #1d4088;
padding-top: 10px;
padding-right: 10px;
padding-left: 10px;
}
#username:focus,#password:focus
{
box-shadow: inset 0 1px 1px #c8d1e2;
}
#username:hover,#password:hover
{
box-shadow: inset 0 1px 1px #c8d1e2;
background-color:#f6f7f8;
}
#username
{
-webkit-border-radius: 3px 3px 3px 3px;
border-radius: 3px 3px 3px 3px;
border: 1px solid #3b5998 ;
margin-right: 20%;
margin-bottom: 10px;
margin-left: 15%;
color: #627aad;
width: 240px;
background-color: whitesmoke;
background-image: url("images//884.png");
background-repeat: no-repeat;
background-attachment: scroll;
background-position: 0% 0%;
padding-top: 5px;
padding-right: 5px;
padding-bottom: 5px;
padding-left: 40px;
height: 26px;
font-size: 20px;
}
#password
{
-webkit-border-radius: 3px 3px 3px 3px;
border-radius: 3px 3px 3px 3px;
border: 1px solid #3b5998 ;
margin-right: 20%;
margin-left: 15%;
width: 240px;
color: #627aad;
background-color: whitesmoke;
background-image: url("images//key-xxl1.png");
background-repeat: no-repeat;
background-attachment: scroll;
background-position: 0% 0%;
padding-top: 5px;
padding-right: 5px;
padding-bottom: 5px;
padding-left: 40px;
height: 26px;
font-size: 20px;
}
.ms-divin
{
margin-left: 1%;
margin-right: 10%;
margin-top: 5%;
}
#login
{
width: 130px;
background-image: url("images//like.png");
background-repeat: no-repeat;
height: 42px;
background-color: #dfe3ee;
color: #5A5A5A;
font-size: 20px;
font-family: Calibri;
border-radius: 5px 5px 5px 5px;
padding-left: 40px;
}
#login:hover
{
background-color: whitesmoke;
}
#cancel
{
width: 130px;
background-image: url("images//cancel.png");
background-repeat: no-repeat;
height: 42px;
background-color:#dfe3ee;
color: #5A5A5A;
font-size: 20px;
font-family: Calibri;
border-radius: 5px 5px 5px 5px;
padding-left: 40px;
}
#cancel:hover
{
background-color: whitesmoke;
}
.ms-forgetpass
{
margin-top: 10px;
padding-left: 150px;
font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
font-size: 15px;
color: #3b5998;
}
.ms-divbtn
{
margin-top: 20px;
margin-left: 59px;
}