.login-section{
    padding: 64px;
    background: #fafafa;
}
.profile-img-card {
    width: 96px;
    height: 96px;
    margin: 0 auto 10px;
    display: block;
    
}
.logo-section{
    margin-bottom: 0;
}
.logo{
    padding: 28px;
    padding-bottom: 0;
}


.mdl-layout__content section:not(:last-of-type) {
    position: relative;
    margin-bottom: 48px;
}
section.section--center {
    max-width: 860px;
    width: 350px;
}
#features section.section--center {
    max-width: 620px;
}
section > header{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
section > .section__play-btn {
    min-height: 200px;
}
section > header > .material-icons {
    font-size: 3rem;
}
section > button {
    position: absolute;
    z-index: 99;
    top: 8px;
    right: 8px;
}
section .section__circle {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
}
section .section__text {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-top: 8px;
}
section .section__text h5 {
    font-size: inherit;
    margin: 0;
    margin-bottom: 0.5em;
}
section .section__text a {
    text-decoration: none;
}
.mdl-card .mdl-card__supporting-text {
    margin: 40px;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 0;
    color: inherit;
    width: calc(100% - 80px);
}
.mdl-card__supporting-text h4 {
    margin-top: 0;
    margin-bottom: 20px;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}
.mdl-card__supporting-text + .mdl-card__actions {
    border-top: 1px solid rgba(0, 0, 0, 0.12);
}
@media only screen and (max-width: 601px){
    .logo{
        padding: 46px;
        padding-bottom: 0;
    }
    .logo img{
        width: 250px;
    }
}