blob: 47886a7b987dbe7f69841bb014917c9f32109016 [file] [log] [blame]
input[type=text]{
vertical-align: top;
line-height: 20px;
}
input[type=password]{
vertical-align: top;
line-height: 20px;
}
form {
margin: 0 auto;
padding: 3em;
padding-top: 48px;
border-radius: 1em;
font-size: 15px;
font-family: "Lucida Bright", Georgia, serif;
}
form div + div {
margin-top: 1em;
}
label {
/* To make sure that all label have the same size and are properly align */
display: inline-flex;
width: 90px;
text-align: center;
padding-right: 100px;
}
.connect {
border-radius: 11px;
width: 106px;
height: 28px;
position: relative;
left: 314px;
top: 9px;
background-color: forestgreen;
color: white;
font-weight: bold;
font-family: "Lucida Bright", Georgia, serif;
}