body{
    background-color: #c0fade;
}

.registration-form {
    background: linear-gradient(rgb(252, 241, 241), rgb(146, 185, 224));
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    width: 100%;
    max-width: 400px;
}
.required:after {
    content: " *";
    color: red;
}
.input-group-text {
    cursor: pointer;
}