/* html,body{height:100%}
html{display:table;margin:auto}
body{display:table-cell;vertical-align:middle} */
html{background:url(../img/bg.png) no-repeat center center fixed;
-webkit-background-size:auto 80%;
-moz-background-size:auto 80%;
-o-background-size:auto 80%;
background-size:auto 80%;
height:100%}
body{display:flex;min-height:100vh;flex-direction:column;background:rgba(255,255,255,.60);height:100%}
main{flex:1 0 auto}
.page-footer{flex-shrink:0}
.row{margin-bottom:0}
.pl15{padding-left:15px}
.p10{padding:0 0.75rem}
.pb10{padding-bottom:0.5rem}
.input-field div.error{position:relative;top:-0.5rem;left:0rem;font-size:0.8rem;color:#F44336;-webkit-transform:translateY(0%);-ms-transform:translateY(0%);-o-transform:translateY(0%);transform:translateY(0%)}
.input-field label{pointer-events:auto}