.elementor-28 .elementor-element.elementor-element-1dfeaff3{--display:flex;}/* Start custom CSS for container, class: .elementor-element-1dfeaff3 *//* =====================================
   WetPlace Reset Password
   Scope: .wetplace-um-reset
===================================== */

/* form container */

.wetplace-um-reset .um {
    background: transparent !important;
    border: 1px solid #00FFFF22;
    border-radius: 14px;
    padding: 30px !important;
    max-width: 500px;
    margin: auto;
}

/* info text */

.wetplace-um-reset .um-field-block div {
    color: #7A8A8A !important;
    margin-bottom: 20px;
}

/* input */

.wetplace-um-reset .um-form input[type="text"],
.wetplace-um-reset .um-form input[type="email"] {

    background: #0B0D0E !important;
    border: 1px solid #00FFFF33 !important;
    color: #D6D6D6 !important;

    border-radius: 10px !important;
    height: 46px;

    padding: 0 14px !important;
}

/* placeholder */

.wetplace-um-reset .um-form input::placeholder {
    color: #7A8A8A !important;
}

/* focus glow */

.wetplace-um-reset .um-form input:focus {

    border-color: #00FFFF !important;

    box-shadow:
        0 0 0 1px #00FFFF33,
        0 0 12px #00FFFF33 !important;

}

/* button */

.wetplace-um-reset .um-button {

    border-radius: 999px !important;
    border: 1px solid #00FFFF !important;

    background: transparent !important;
    color: #00FFFF !important;

    padding: 10px 26px !important;

    font-weight: 600;

    transition: all .25s ease;

}

/* WetPlace hover */

.wetplace-um-reset .um-button:hover {

    background: #00FFFF !important;
    color: #050607 !important;

    box-shadow:
        0 0 0 1px #00FFFF33,
        0 0 22px #00FFFF59,
        0 0 32px #00FFFF33;

}

/* spacing */

.wetplace-um-reset .um-row {
    margin-bottom: 20px !important;
}/* End custom CSS */