/*
Author: W3layouts
Author URL: http://w3layouts.com
 */
 html {
    scroll-behavior: smooth;
}


body {
    background-color: #f0f2f5;
}

.facebook-text {
    color: #1877f2;
    font-size: 48px;
    font-weight: bold;
    margin-bottom: 20px;
}

.card {
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 2px 10px rgba(0,0,0,0.1);
}

.btn-login {
    background-color: #1877f2;
    border: none;
}

    .btn-login:hover {
        background-color: #165ec9;
    }

.divider {
    height: 1px;
    background-color: #ddd;
    margin: 20px 0;
}

/*-- //responsive design --*/
/*-- //form styling --*/