.brand-mark {
    width: 310px;
    height: 112px;
    padding: 18px 24px;
    margin-bottom: 70px;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 16px 35px rgba(0, 0, 0, .14);
}

.brand-mark img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: none;
}

.login-brand p {
    max-width: 610px;
    margin: 22px 0 0;
    color: #fff;
    font-size: 24px;
    font-weight: 650;
    line-height: 1.55;
}
