.form-control:focus {
    box-shadow: none;
    border-color: #BA68C8
}

.back:hover {
    color: #682773;
    cursor: pointer
}

.labels {
    font-size: 20px;
    font-family: RMNeue;
    text-transform: uppercase;
}

.profile-input {
    font-size: 22px;
    font-family: RMNeue;
}

.form-control:focus {
    font-family: RMNeue;
}

