#portlet_com_liferay_login_web_portlet_LoginPortlet {
    width: 100%;
    max-width: 1250px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    margin-top: 40px;
    margin-bottom: 40px;
}

#portlet_com_liferay_login_web_portlet_LoginPortlet form {
    border: 0px;
    background-color: #fff;
    margin-top: 40px;
    margin-bottom: 40px;
    max-width: 100%;
    width: 400px;
    box-sizing: border-box;
    border-radius: 5px;
    padding: 20px;
}

#portlet_com_liferay_login_web_portlet_LoginPortlet fieldset.input-container fieldset , #portlet_com_liferay_login_web_portlet_LoginPortlet fieldset.input-container fieldset  form fieldset {
    border: 0px;
    padding: 0px;
    margin-bottom: 20px;
}

#portlet_com_liferay_login_web_portlet_LoginPortlet fieldset {
    border: 0px;
    padding: 0px;
}

#portlet_com_liferay_login_web_portlet_LoginPortlet .btn-primary {
    border: 0px;
}

#portlet_com_liferay_login_web_portlet_LoginPortlet .portlet-icon-back span svg {
    width: 25px;
    height: 25px;
}