#login-btns-cnt {
    align-items: center;
    display: flex;
    flex-direction: column;
}

.login-btn {
    padding: 10px 30px 10px 30px;
    border-radius: 30px;
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 10px;
    background-color: black;
    border-width: 0;
    width: 100%;
    justify-content: center;
}

.login-btn span {
    margin-left: 10px;
    color: white;
}