﻿@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500");body{background-image:url("../images/loginbackground.jpeg");background-size:cover;height:100vh;}body .container{display:flex;justify-content:center;}body .container .card{margin-top:160px;width:480px;position:relative;}body .container .card .header{top:0;margin-bottom:16px;}body .container .card .header .title{font-weight:300;font-family:Roboto,sans-serif;color:#000;margin:0;}body .container .card .header .subtitle{font-weight:400;font-family:Roboto,sans-serif;margin:0;color:#f06d06;}body .container .card .body{margin-left:32px;margin-right:32px;}body .container .card .body .formfield{height:33px;padding-top:15px;margin-bottom:20px;}body .container .card .body kbd{background-color:rgba(0,0,0,.08);}body .container .card .body .disabled{color:rgba(0,0,0,.4);border-bottom:1px dashed rgba(0,0,0,.4);}body .container .card .flex-row{display:flex;}body .container .card .flex-row.end{justify-content:flex-end;}body .container .card .flex-row.space-between{justify-content:space-between;}