#theme-my-login {width: 350px;
margin: 100px auto;}
login input {
    margin: 5px 0px;
    padding: 8px;
}
#theme-my-login .format_text p {
    margin-bottom: 0.571em;
}
#theme-my-login #wp-submit {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#777777;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffffff;
margin-top: 30px;
}#theme-my-login #wp-submit:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color:#dfdfdf;
}#theme-my-login #wp-submit:active {
	position:relative;
	top:1px;
}
#theme-my-login input[type="text"],#theme-my-login input[type="password"] {
padding: 0.5em;
border-width: 0.071em 0.071em 0.071em 0.071em;
margin-bottom: 14px;
width: 190px;
}
ul.tml-action-links { list-style: none;margin: 0;}

body.login .format_text p {
    font-size: 18px;
    line-height: 1.7em;
    font-family: 'open sans',sans-serif;
    font-weight: 400;
}
body.login .format_text p.big_text {
    font-family: 'open sans',sans-serif;
    font-weight: 800;
    font-size: 34px;
    color: rgb(0, 0, 0);
    line-height: 30px;
    letter-spacing: -2px;
}
.format_text{ padding: 20px;}
#loginform label { width: 130px;float:left;}
body.login .format_text p {
    margin-bottom: 0.571em;
}