.forgot-password-container .row.justify-content-md-center {
    margin-top: 40px;
    margin-bottom: 40px;
}

.forgot-password-container .sheet.sheet-lg {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    padding: 30px 40px;
}

.forgot-password-container .sheet-header {
    margin-bottom: 25px;
    padding-bottom: 15px;
}

.forgot-password-container .sheet-title {
    margin-bottom: 0;
    font-size: 24px;
    font-weight: 300;
}

.forgot-password-container .form-group {
    margin-bottom: 1.5rem;
}

.forgot-password-container .button-holder {
    margin-top: 20px;
    padding-top: 20px;
}

#portlet_com_liferay_login_web_portlet_LoginPortlet .portlet-content .portlet-header {
    display: none;
}

#portlet_com_liferay_login_web_portlet_LoginPortlet .portlet-body {
    background-color: #EEEEEE !important;
    padding: 1px 0;
}