.register {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    background-color: #ffe3ea;
    background-image: url("../img/login-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 100vh;
}
.register label {
    font-weight: 600;
}

.register small {
    font-size: 12px;
}

.register .input-group-text {
    background-color: #ffe3ea;
    color: #f5889d;
}

.register button[type="submit"] {
    background-color: #d72350;
    color: white;
    border: 0;
    padding: 10px 36px;
}

.register input::placeholder {
    color: #8a8a8a;
    font-weight: 300;
}

.register .parsley-errors-list li {
    font-size: 12px;
    margin-top: 6px;
}

.register input.parsley-error {
    color: #e0e0e0;
    background-color: #fff;
}