.blank-layout-body {
    align-items: center;
    background-color: #172635;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-family: Roboto;
    font-weight: 300;
    min-height: 100%;
    position: relative;
    width: 100%;
}

.blank-layout-content {
    color: #fff;
    font-size: 0.875rem;
    line-height: 1.375;
    margin-top: -7rem;
    max-width: 24rem;
    padding: 2rem;
    width: 100%;
}

.blank-layout-content h1 {
    font-size: 1.75rem;
    font-weight: 500;
    margin-bottom: 1.375rem;
}

.blank-layout-content p + p,
.blank-layout-content p + form {
    margin-top: 1.375rem;
}

.blank-layout-big-logo {
    margin-top: -10rem;
    width: 35.625rem;
}

.blank-layout-vertical-logo {
    bottom: 1rem;
    left: 1rem;
    position: absolute;
    height: 20rem;
}
