#vl-user-image img {
    height:40px;
    width:40px;
    border-radius:100px;
}
#vl-user-image {
    padding:6px !important;
}
#firebase-login-form input, #firebase-register-form input {
    padding:5px;
    width:calc(100% - 130px);
    float:left;
    box-sizing:border-box;
    font-size:16px;
}
.vl-input-label {
    width:130px;
    float:left;
    margin-top:8px;
    box-sizing:border-box;
}
#vl-firebase-login-button, #vl-firebase-create-account {
    float:right;
    clear:right;
    margin-top:10px;
}
#vl-firebase-go-register-button{
    float:left;
    /*clear:left;*/
    margin-top:15px;
    color:blue;
    font-size:14px;
    cursor:pointer;
}
#vl-firebase-go-register-button:hover{
    text-decoration: underline;
}
#vl-firebase-go-reset-pw {
    color:blue;
    margin-top:10px;
    float:right;
    clear:both;
    font-size:14px;
}
#vl-firebase-go-reset-pw:hover {
    text-decoration:underline;
    cursor:pointer;
}
#vl-firebase-reset-pw-button {
    margin-top:15px;
    float:left;
    clear:both;
    font-size:14px;
}
#vl-firebase-google-login, #vl-firebase-facebook-login, #vl-firebase-twitter-login {
    /*float:left;*/
    cursor:pointer;
    margin-top:10px;
    margin-right:10px;
}
#vl-firebase-google-login {
    fill:rgb(221, 75, 57);
} 
#vl-firebase-facebook-login {
    fill:#3b5998;
}
#vl-firebase-twitter-login {
    fill:#1da1f2;
}
#vl-firebase-google-login:hover, #vl-firebase-facebook-login:hover, #vl-firebase-twitter-login:hover {
    opacity:.7;
}
#vl-firebase-back-to-login {
    float:left;
    clear:left;
    cursor:pointer;
    margin-top:10px;
    
}
.vl-social-container {
    clear:both;
    margin-top:20px;
    padding-top:5px;
    float:left;
    width:100%;
    border-top:1px solid rgb(200,200,200);
    display:flex;
    justify-content:center;
}
.vl-social-text {
    float:left;
    font-size:14px;
    padding:20px 10px 0px 0px;
}
