.register-card {
    border: 0;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    margin: 10px;
    border-radius: 20px;
    padding: 20px;
    background-color: #fff;
}

.cards {
    height: 100%;
}

.background {
    background-image: url('../img/register.jpg');
    background-position: top center;
    background-size: cover;
    height: 100vh;
}

h1 {
    font-size: 70px;
    text-shadow: rgba(0, 0, 0, 1) 0px 5px 15px;
    color: #fff;

    @media screen and (max-width: 992px) {
        font-size: 50px;
    }
}
