.login-btn {
    display: inline-block;
    width: 100%;
    font-size: 16px;
    height: 50px;
    line-height: 46px;
    color: #fff;
    margin-bottom: 10px;
    text-decoration: none;
    border: none;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    text-align: center;
}

.fb-btn {
    background: #476fac;
    border: 2px solid #476fac;
}

.fb-btn:hover {
    color: #476fac;
    background: #fff;
}

.google-btn {
    background: #dd4b39;
    border: 2px solid #dd4b39;
}

.google-btn:hover {
    color: #dd4b39;
    background: #fff;
}

.paypal-btn {
    background: #019be5;
    border: 2px solid #019be5;
}

.paypal-btn:hover {
    color: #019be5;
    background: #fff;
}

.alert-area {
    min-height: 45px;
    height: 45px;
    padding: 0 0 10px 0;
    margin-bottom: 10px;
}

.alert-social {
    font-size: 14px;
}