@media(max-height:400px) {
   .main-container {
       margin-top: 10px;
   }

   div#kc-header-wrapper { display: none; }
   
}

.main-container {
    max-width: 600px;
    padding: 20px;
    margin: calc(50vh - 160px) auto 0;
}

#kc-header-wrapper {
    position: absolute;
    top: 30px;
    left: 30px;
    z-index: 50;
    width: 200px;
}

h1#kc-page-title {
    color: white;
    padding-left: 30px;
}

div#kc-content {
    background: rgba(255,255,255,0.5);
    padding: 30px 30px 60px;
    margin: 5px;
    border-radius: 4px;
}

.forgot-alignment {
    text-align: right;
    margin-top: -1em;
    text-shadow: 0 0 5px white;
    margin-bottom: 1em;
}

body {background-size: cover;min-height: 100%;}

html {
    height: 100%;
}


#kc-info-message {
    text-align: center;
    padding-top: 40px;
}
