.tmd-layout-background {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 1);
}

.tmd-layout-background:before {
    content: "";
    position: fixed;
    top: -50px;
    right: -50px;
    bottom: -50px;
    left: -50px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-filter: blur(4px);
    -moz-filter: blur(4px);
    filter: blur(4px);
    opacity: 0.8;
}

.tmd-layout-content-grid {
    position: absolute !important;
    top: 0;
    right: 0;
    left: 0;
    min-height: 100.0%;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    align-items: center;
    justify-content: center;
}

    #email {
        padding-top: 24px;
        padding-bottom: 24px;
    }

    @media (max-width: 480px) {
        #email {
            width: 100.0%;
        }
    }

    @media (min-width: 481px) {
        #email {
            width: 448px;
        }
    }

        #email > .tmd-card-primary {
            padding-left: 48px;
            padding-right: 48px;
        }

        #email > .tmd-card-text {
            padding-left: 48px;
            padding-right: 48px;
        }

        #email > .tmd-card-content {
            padding-left: 48px;
            padding-right: 48px;
        }

            #email > .tmd-card-content > svg {
                position: relative;
                float: left;
                max-width: 100.0%;
                height: 56px;
            }

            #email > .tmd-card-content > .tmd-textfield:first-child {
                margin-top: 0;
            }

        #email > .tmd-card-actions {
            padding-left: 48px;
            padding-right: 48px;
        }