a {
    color: #0099FF;
}
p {
    padding: 0 6%;
    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: 6%;
    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: 87%;
    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;
}
.submit-btn, .submit-btn.login-btn {
    /* background-image: url(/img/button_bg.png); */
    background-image: none;
    background-color: black;
    border: 0 none;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 21px;
    height: 50px;
    margin-top: 8px;
    /* margin-left: -4px; */
    width: 87%;
    /* background-position: right center; */
    /* background-size: cover; */
    text-align: center;
}
.btn-login-email {
    /* background-image: url(/img/button_bg_bnp.png)!important; */
    background-image: none;
    background-color: white !important;
    color: black!important;
    border: 1px solid gray !important;
}
.sent-email {
    font-weight: bold;
}
div.possible-errors {
    width: 87%;
    border: 1px solid gray;
    border-radius: 9px;
    margin: 0 6% 20px;
}
div.possible-errors div {
    padding: 14px;
    text-align: left;
    padding-left: 51px;
    margin: 1px;
    border-bottom: 1px solid gray;
}
div.possible-errors div:last-child {
    border-bottom: none;
    padding-bottom: 23px;
}
span.num {
    border: 6px solid #b6b6b6;
    border-radius:22px;
    background-color: #b6b6b6;
    color: white;
    padding: 0px 6px;
    margin: auto 0px  0 -41px;
    position: absolute;
}
.cancel-btn {
    background-image: url(/img/modal-close.png);
    position: absolute;
    top: 2%;
    right: 2%;
    width: 23px;
    height: 23px !important;
    z-index: 100;
    font-size: 0.1px;
    opacity: 1;
}