.sidebar {
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-item-align: start;
    align-self: flex-start;
    background: #fff;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-width: 400px;
    max-width: 400px;
    opacity: .85;
    text-align: center;
    display: flex;
}

.input-field .prefix {
    line-height: 45px;
}

.registration {
    width: 25vw;
    top: 25vh;
    left: 37.5vw;
    padding: 5vh;
    position: absolute;
    font-weight: 300;
    font-size: 2.3rem;
    line-height: 2.3rem;
    color: var(--savi-grey-light);
}

form .row {
    margin-bottom: 0;
    margin-left: -0.75rem;
    margin-right: -0.75rem;
}

.helper-text  {
    text-align: left;
}

.input-field label {
    color: #37474f;
}

.input-field .prefix.active {
    color: #37474f;
}

.input-field input:focus + label {
    color: #37474f !important;
}

.row .input-field input:focus {
    border-bottom: 1px solid #37474f !important;
    box-shadow: 0 1px 0 0 #37474f !important;
}
