.form-form .form-form-wrap form .field-wrapper svg.feather-eye {
    top: 12px;
    z-index: 9999;
}

.form-custom {
    background-color: #ddc5e4 !important;
    padding: 75px !important;
    border: 1px solid transparent !important;
    box-shadow: none !important;
}

.btn-primary {
    background-color: #7e5af6 !important;
    border-color: #7e5af6 !important;
}

.btn-primary:hover{
    color: #5f5f5f !important
}
.form-control {
    background: white;
    border-color: transparent;
    border-bottom-color: white;
}

.form-control:focus {
    border-color: white;
    border-bottom-color: white;
    border-color: transparent;
}

label {
    color: white !important;
    font-size: 13px !important
}

body {
    background: rgb(250, 156, 209);
    background: linear-gradient(321deg, #f193c8 0%, rgb(182 113 215) 49%, #f193c8 100%);
}

.field-wrapper {
    padding: 0 !important;
    margin-top: 10px;
}

.bottom-radius {
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}

.border-bottom-input-email{
    border-bottom: 1px solid #f5f3ed;
}

.top-radius {
    border-top-right-radius: 0px !important;
    border-top-left-radius: 0px !important;
}

#username-field{
    margin-bottom: 15px;
}