.elementor-7340 .elementor-element.elementor-element-5e95b6db{--display:flex;}/* Start custom CSS for container, class: .elementor-element-5e95b6db *//* ===========================================
   NexTorq Forgot Password
=========================================== */

/* Page Background */
body{
    background: linear-gradient(135deg,#F5F7F8,#EEF3F2);
}

/* Forgot Password Container */
.um-password{
    max-width:650px !important;
    margin:80px auto !important;
    background:#ffffff;
    padding:50px !important;
    border-radius:22px;
    box-shadow:0 20px 60px rgba(0,0,0,.08);
    border:1px solid rgba(5,73,54,.08);
}

/* Description */
.um-password p{
    text-align:center;
    color:#555;
    font-size:18px;
    line-height:1.8;
    margin-bottom:30px;
}

/* Input */
.um-password input[type=text],
.um-password input[type=email]{

    width:100%;
    height:58px;
    border-radius:14px;
    border:1px solid #D9E2E1;
    padding:0 20px;
    font-size:16px;
    transition:.3s;
    background:#fff;

}

.um-password input:focus{

    border-color:#054936;
    box-shadow:0 0 0 4px rgba(5,73,54,.12);
    outline:none;

}

/* Button */

.um-password input[type=submit]{

    width:100%;
    height:58px;
    background:#054936 !important;
    color:#fff;
    border:none;
    border-radius:14px;
    font-size:18px;
    font-weight:700;
    transition:.3s;

}

.um-password input[type=submit]:hover{

    background:#0A6A4A !important;
    transform:translateY(-2px);
    box-shadow:0 15px 35px rgba(5,73,54,.25);

}

/* Responsive */

@media(max-width:768px){

.um-password{

margin:20px !important;
padding:30px !important;

}

}/* End custom CSS */