html {
    background-color: #F4F4F4;
    font-family: Roboto, Helvetica Neue, sans-serif;
}

.portal-body {
    margin: 0;
    display: flex;
    flex-direction: column;
    min-height: 100vh;

    background: rgb(175, 220, 123); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(175, 220, 123, 1) 0%, rgba(175, 220, 123, 1) 45%, rgba(244, 244, 244, 1) 45%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(175, 220, 123, 1) 0%, rgba(175, 220, 123, 1) 45%, rgba(244, 244, 244, 1) 45%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(175, 220, 123, 1) 0%, rgba(175, 220, 123, 1) 45%, rgba(244, 244, 244, 1) 45%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2e80f7', endColorstr='#f4f4f4', GradientType=0); /* IE6-9 */
    background-color: #F4F4F4;
}

.portal-content {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
}

.portal-footer {
    background-color: #f5f5f5;
    text-align: center;
    font-size: 14px;
    color: #757575;
    padding: 16px 16px 32px;
}

.card-base {
    max-width: 500px;
    width: 100%;
}

.card-content {
    max-width: 500px;
    background-color: #fff;
    border-radius: 3px;
    margin: 0 auto;
}

.card-content h4{
    color: #666666;
    font-weight: 100;
}

.system-name {
    color: #FFFFFF;
    text-transform: uppercase;
    font-weight: 100;
    margin-bottom: 48px;
    text-align: center;
}

.login-layout-padding,
.login-layout-padding > * {
    padding: 8px;
}

.login-whiteframe-1dp {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12);
    border-radius: 2px;
}

.login-layout-row {
    display: flex;
    flex-direction: row;
}

.login-layout-align-center-center {
    display: flex;
    justify-content: center;
    align-items: center;
}


.margin-bottom-1-em {
    margin-bottom: 1em;
}
