You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 

27 lines
398 B

table.loginTable{
color:white;
}
table.loginTable input{
width:100%;
padding: 15px;
border:1px solid #7d7d7d;
outline:none;
font-size:14px;
margin-bottom:20px;
border-radius:25px;
}
table.loginTable input[type=submit]{
background:#e91e63;
padding:13px 0;
font-size:16px;
color:#fff;
cursor:pointer;
outline:none;
width:100%;
border:none;
margin-top:25px;
border-radius:25px;
}