@import url('https://fonts.googleapis.com/css2?family=Zen+Loop&display=swap');
html,
body {
    height: 100%;
}

body {
    background: #eea3e8;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 0 auto;
}

.btn {
    background-color: #e462d9;
    color: white;
}

.login-head {
    color: white;
}

.card-header {
    color: #e462d9;
    font-family: 'Zen Loop';
    font-size: larger;
    text-align: center;
}

.card {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}