* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  font-family: arial;
}

body {
	height: 100%;
	min-height: 480px;
	padding:0;
	margin:0;
	background: rgba(209,229,253,1);
	background: -moz-linear-gradient(top, rgba(209,229,253,1) 0%, rgba(135,167,216,1) 48%, rgba(59,91,161,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(209,229,253,1)), color-stop(48%, rgba(135,167,216,1)), color-stop(100%, rgba(59,91,161,1)));
	background: -webkit-linear-gradient(top, rgba(209,229,253,1) 0%, rgba(135,167,216,1) 48%, rgba(59,91,161,1) 100%);
	background: -o-linear-gradient(top, rgba(209,229,253,1) 0%, rgba(135,167,216,1) 48%, rgba(59,91,161,1) 100%);
	background: -ms-linear-gradient(top, rgba(209,229,253,1) 0%, rgba(135,167,216,1) 48%, rgba(59,91,161,1) 100%);
	background: linear-gradient(to bottom, rgba(209,229,253,1) 0%, rgba(135,167,216,1) 48%, rgba(59,91,161,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d1e5fd', endColorstr='#3b5ba1', GradientType=0 );
}

.main {
    height: 100%;
    width: 100%;
    display: table;
}
.wrapper {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
}


h1 {
  color: #ccc;
  text-align: center;
  font-size: 50px;
}

.logo {
  width: auto;
  max-width: 80%;
  display: block;
  margin: 0 0 30px -50px;
}

.login-form {
  width: 397px;
  padding: 40px 30px;
  background: #fff;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  margin: auto;
  -webkit-box-shadow: 0px 17px 60px 10px rgba(36,64,134,1);
  -moz-box-shadow: 0px 17px 60px 10px rgba(36,64,134,1);
  box-shadow: 0px 17px 60px 10px rgba(36,64,134,1);
}

.form-group {
  position: relative;
  margin-bottom: 15px;
}

.form-control {
  width: 100%;
  height: 50px;
  border: none;
  padding: 5px 7px 5px 90px;
  background: transparent;
  color: #808080;
  border-bottom: 1px solid #A7A9AC;
	outline: none;
}

form {
    margin: unset;
}

.lbl {
  position: absolute;
  z-index: 1;
  top: 19px;
  left: 0px;
	color: #333;
  font-family: arial;
	font-size: 12px;
	text-transform: uppercase;
}

.form-control:focus, .form-control:focus + .fa {
	border: 0;
	border-bottom: 1px solid #2a4f9d;
  color: #808080;
	box-shadow: none;	
	outline: none;
}

.form-group .fa {
  position: absolute;
  right: 15px;
  top: 17px;
  color: #999;
}

.log-status.wrong-entry {
  -moz-animation: wrong-log 0.3s;
  -webkit-animation: wrong-log 0.3s;
  animation: wrong-log 0.3s;
}

.log-status.wrong-entry .form-control, .wrong-entry .form-control + .fa {
  border-color: #ed1c24;
  color: #ed1c24;
}

.log-btn {
  display: inline-block;
  width: 100%;
  font-size: 16px;
  height: 40px;
  color: #fff;
  text-decoration: none;
  border: none;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  margin-top: 30px;
  background: rgba(95,121,175,1);
  background: -moz-linear-gradient(top, rgba(95,121,175,1) 0%, rgba(42,78,157,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(95,121,175,1)), color-stop(100%, rgba(42,78,157,1)));
  background: -webkit-linear-gradient(top, rgba(95,121,175,1) 0%, rgba(42,78,157,1) 100%);
  background: -o-linear-gradient(top, rgba(95,121,175,1) 0%, rgba(42,78,157,1) 100%);
  background: -ms-linear-gradient(top, rgba(95,121,175,1) 0%, rgba(42,78,157,1) 100%);
  background: linear-gradient(to bottom, rgba(95,121,175,1) 0%, rgba(42,78,157,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5f79af', endColorstr='#2a4e9d', GradientType=0 );
}

.log-oauth2-title {
    color: #808080;
    font-family: arial;
    font-size:  0.8em;
    font-weight: bold;
    width: 100%;
    text-align: center;
    padding: 1.2em 0 1.2em 0;
}

.log-oauth2-title::before, .log-oauth2-title::after {
    content: "";
    display: inline-block;
    height: 1px;
    position: relative;
    vertical-align: middle;
    width: calc(100%/2 - 0.8em - 4%);
    background-color: #808080;
}

.log-oauth2-title::before {
    margin-right: 2%;
}

.log-oauth2-title::after {
    margin-left: 2%;
}

td.log-oauth2-google {
    border-radius: 4px;
}

.log-oauth2-google {
  background: #ea4335;
}

.log-oauth2-default {
  background: #34a853;
 }

table#oauth2-providers {
    width: 100%;
}

table#oauth2-providers td {
    position:relative;
}

.log-oauth2-logo {
  width: 20%;
  float: left;
  position: absolute;
}

.log-oauth2-btn {
  width: 100%;
}

.log-oauth2 {
  display: inline-block;
  font-size: 16px;
  height: 40px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  padding: 10px 0;
  border: none;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;

.log-oauth2 {
  display: inline-block;
  font-size: 16px;
  height: 40px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  padding: 10px 0;
  border: none;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5f79af', endColorstr='#2a4e9d', GradientType=0 );
}
  border-radius: 4px;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5f79af', endColorstr='#2a4e9d', GradientType=0 );
}


.link {
  text-decoration: none;
  color: #C6C6C6;
  float: right;
  font-size: 12px;
  margin-bottom: 15px;
}
.link:hover {
  text-decoration: underline;
  color: #8C918F;
}

.alert {
  display: block;
  font-size: 12px;
  float: left;
  padding: 0 0 1em 0;
}

.alert.alert-error {
  color: #f00;	
}

.alert.alert-success {
  color: #274E9B;	
}

.copyright {
	font-size: 11px;
	margin-top: 3em;
	color: #808080;	
}

.copyright a {
	color: #808080;	
}

@-moz-keyframes wrong-log {
  0%, 100% {
    left: 0px;
  }
  20% , 60% {
    left: 15px;
  }
  40% , 80% {
    left: -15px;
  }
}
@-webkit-keyframes wrong-log {
  0%, 100% {
    left: 0px;
  }
  20% , 60% {
    left: 15px;
  }
  40% , 80% {
    left: -15px;
  }
}
@keyframes wrong-log {
  0%, 100% {
    left: 0px;
  }
  20% , 60% {
    left: 15px;
  }
  40% , 80% {
    left: -15px;
  }
}

.edge-page .header img {
    display: inline-block;
}

.edge-page {
  background: #4f6cac;
}

.edge-page .header{
  background: #fff;
  height: 110px;
  padding: 0.1px
}

.edge-page .header .logo{
  width: 100%;
  max-width: 270px;
  margin: 10px 0 0 -20px;
}

.edge-page .content {
  text-align: center;
  color: #fff;
  padding: 10px;
}

.edge-page .content .error {
  width: 100%;
  max-width: 450px;
  margin: 70px 0 30px 0;
}

.edge-page .content h1 {
  color: #fff;
  text-transform: uppercase;
}

.edge-page .content h2 {
  text-align: left;
}

.edge-page .link {
	float: none;
	color: #fff;
	font-size: inherit;
	text-decoration: underline;
}

.edge-page .link:hover {
  color: #fff;
}

.edge-page .content table {
    margin: 30px;
 }

.edge-page .content th {
    text-align: left;
}

.edge-page .content td {
    text-align: left;
}

.signout-link:link, .signout-link:visited {
    float: right;
    margin-right: 20px;
    margin-top: 20px;
    color: #4f6cac;
}

.useful-link:link, .useful-link:visited {
    float: left;
    color: white;
}