
.row-logo {
    text-align: start;
}

.row-logo svg {
    width: 30%;
    height: auto;
}


.text-blue {
    color: rgb(23, 86, 118);
}

.bg-blue {
    background-color: rgb(23, 86, 118);
    color: white;
}

.row-contains {
    padding: 2%;
}

.form-logo,
.rocket-logo {
    text-align: center;
    color: white !important;
}
.email-logo {
    text-align: center;
}
.form-logo svg {
    width: 60%;
    height: auto;
}

.rocket-logo svg,
.email-logo svg {
    width: 40%;
    height: auto;
}


.page {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

body, html {
    height: 100% !important;
}
.fill {
    height: 100%;
}

a {
    color: black !important;
}