#login-logo{
    width: 100%;
    max-width: 360px;
    border-radius: 10px;
}

.portlet .login-heading {
    padding: 15px;
    border-radius: 10px 10px 0 0;
}

.portlet-green, .portlet-green>.portlet-heading {
    border-color: transparent;
}

.portlet .portlet-body {
    border-radius: 0 0 10px 10px;
}