@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Regular.ttf') format('truetype');
}

html,
body {
  margin: 0;
  padding: 0;
  height: 100%; }

body {
  font-family: Roboto, sans-serif; }

.container {
  text-align: center;
  width: 100%;
  display: table;
  height: 100vh;
  padding: 0; }
.container .row {
  width: 100%;
  margin: 0;
  display: table-cell;
  vertical-align: middle; }
.container .row .col-lg-6 {
  max-width: 470px;
  width: 100%;
  float: none;
  display: inline-block;
  vertical-align: top;
  padding: 0; }

.content {
  height: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 500px;
  background: #fff 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border: 1px solid #c8c8c8;
  border-radius: 3px;
  opacity: 1;
  text-align: center;
  color: #16191f; }

/* 
.content .logo {
  display: block;
  height: 100px;
  background: transparent url("../img/alight-logo.png") no-repeat center;
  opacity: 1;
  margin-top: 15px;
  background-size: 150px; }
*/

.content h4 {
  font-size: 25px;
  font-weight: bold;
  letter-spacing: 0;
  color: #16191F;
  opacity: 1;
  margin: 2rem 0 0.5rem 0;  
}

.content .message {
  color: #707070;
  font-size: 12px;
  margin-bottom: 20px;
}

.content .message a,
.content .message a:hover,
.content .message a:active {
  font-size: 12px;
  color: #0475bc;
  text-decoration: none;
}

.content .alert {
  margin: 25px;
}
.content .alert p:last-child {
  margin-bottom: 0;
}
.content footer {
  margin-top: 30px;
  padding: 4px;
  font-size: 12px;
  color: #707070;
}

.content footer .separator {
  margin-left: 5px;
  margin-right: 5px;
}

iframe.signout {
  border: none;
}