.auth {
    background-color: rgb(243 247 255);
}

.auth-header a {
    color: #ab85ff;
}

.auth-header a:focus, .auth-header a:hover {
    color: #854dff;
}

.btn-public {
    color: #fff;
    background-color: rgb(171, 133, 255);
    border-color: rgb(171, 133, 255);
    font-weight: 500;
}

.btn-public.focus, .btn-public:focus, .btn-public:hover {
    color: rgb(85, 26, 139);
    background-color: #fff;
    border-color: rgb(171, 133, 255);
}

a {
 color: #854dff;
}

.form-control:focus {
    border-color: rgb(171, 133, 255);
    box-shadow: 0 0 0 1px rgb(171, 133, 255);
}