a {
    color: #0099FF;
}
p {
    padding: 0 10px;
    text-align: justify !important;
}
.error {
    padding: 15px 15px 0;
}
.box-shadow-menu {
    display: none;
}
#right-panel {
    display: none;
}
#content {
    text-align: center;
    font-family: "LucidaGrande","Lucida Grande";
}

.row {
    border-bottom: 1px solid #c9c9c9;
    height: 20px;
    padding: 15px 0;
}
.row label {
    color: #666;
    display: inline-block;
    font-size: 14px;
    text-align: right;
    width: 90px;
}
.row input {
    border: medium none;
    color: #aaa;
    font-family: "LucidaGrande","Lucida Grande";
    font-size: 16px;
    font-weight: normal;
    margin-left: 10px;
    width: 170px;
    padding: 0px;
}
.login-button {
    background-color: #2bbf21;
    border: medium none;
    color: white;
    font-family: inherit;
    font-size: 16px;
    margin: 25px 0;
    padding: 19px 28px;
    text-transform: uppercase;
    text-align: center;
    width: 97% !important;
    -webkit-appearance: none;
    -webkit-border-radius:0; 
}
label {
    display: block;
    padding-left: 10px;
    text-align: left;
}

#fb-login a {
    height: 56px;
    display: inline-block;
    background-color: #3c66c4;
    background-position: 16px center;
    line-height: 55px;
    color: white;
    font-size: 18px;
    width: 97%;
    margin-bottom: 10px;
    font-weight: normal;
    text-align: center;
}
#fb-login img {
    float: left;
    padding: 7px 0 7px 25px;
}

#signinButton {
    height: 56px;
    display: none;
    background-color: #ffffff;
    background-position: 15px center;
    line-height: 55px;
    color: black;
    font-size: 18px;
    width: 96%;
    text-align: center;
    border: 1px solid black;
    margin-bottom: 15px;
}
#signinButton img {
    float: left;
    padding: 12px 0 7px 11px;
}