#login-page>.row{
    width: 70%;
    margin: 0 auto;
}
#login-page #login-form{
    width: 100%;
}

#login-page iframe {
    width: 100%;
}


div#pianoScreen {
    position: fixed;
    top: 100%;
    right: 0;
    left: 0;
    bottom: 0;
    width:100%;
    height:100%;
    z-index: 1000000;
    background: rgb(0 0 0 / 90%);
    align-items: center;
    flex-direction: column;
	transition: all 1s ease-out;
    box-shadow: 0px 0px 5px #000;
    border: 1px solid #000;
	overflow-y: auto;
    padding: 50px 0 150px;
}

.piano-screen-container {
    width: 90%;
    margin: auto;
    text-align: center;
    max-width: 500px;
    padding:20px;
    background:#fff;
    box-shadow: 0 0 15px #000;
    border: 1px solid #000;
}

div#pianoScreen.slideUp{
	top:0;
}

div#pianoScreen img.piano-logo{
    width:70%;
    max-width:200px;
    margin-top:10px;
}

div#pianoScreenIntro {
    background: white;
}

#pianoScreenIntro h1 {
    margin-bottom: 0;
    padding-bottom:10px;
}


#pianoScreenIntro h1{
    font-size:35px !important;
    margin: 10px 0 0 0 !important;
    display:block;
    line-height:1.2;
}

@media (max-width: 500px){
    #pianoScreenIntro h1{
        font-size:25px !important;
    }
}


div#login-form {
    width:100%;
	margin:0 auto;
    background: white;
    padding: 15px;
}

.login-form-container{
    display: inline-block;
	width:100%;
	max-width:510px;
}

html, body, #wrapper.fusion-wrapper{
    height: auto !important;
    overflow:auto !important;
}


@media only screen and (min-width: 1px){
    html, body, body #wrapper.fusion-wrapper{
        height: auto !important;
        overflow:auto !important;
    }
    
}


html.piano-screen-shown , html.piano-screen-shown body, html.piano-screen-shown body #wrapper.fusion-wrapper{
    overflow:hidden !important;
}