.account-social-login .social-btn {
    text-align: center;
    cursor: pointer;
    margin: 0;
    font-weight: bold;
    border-radius: 0;
    background-color: #2D4486;
    color: white;
    width: 304px;
    font-size: 14px;
    padding: 7px;
    transition: 0.6s all ease;
}

.account-social-login .social-btn .btn {
    font-weight: bold;
}

.account-social-login .social-btn:hover {
    background-color: #000;
}