/* Sign in */
html.signin,
body.signin {
  height: 100%;
}

body.signin {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #f5f5f5;
}

.form-signin {
  width: 100%;
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
}
.form-signin .checkbox {
  font-weight: 400;
}
.form-signin .form-control {
  position: relative;
  box-sizing: border-box;
  height: auto;
  padding: 10px;
  font-size: 16px;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}



body {
  padding-top: 5rem;
  position: relative;
}
.wd-main, .wd-setup-wizard {
  padding: 3rem 1.5rem;
  text-align: center;
}

#wizardwait span {
	font-size: 1.5rem;
	font-weight: 500;
	padding-left: 1.2rem;
}

#wizardwait {margin-top:2rem;}

.first-login {

}

.wd-center-form {

}

/*.wd-center-form-radio div:first-child {border-top:1px solid #363636;}*/

/*.wd-center-form-radio .wd-selected {background-color:red;}*/
.wd-center-form-radio label {cursor: pointer;}

/*.radio-line {
	border-bottom:1px solid #363636;
	padding:1rem 0;
	font-size: 1.25rem;
    font-weight: 300;
}*/
.radio-line .btn {font-size: 1.25rem;
    font-weight: 300;
	border-left:0px;
	border-right:0px;
	border-radius:0;
	padding:1rem .75rem;
white-space: normal;
}
.wd-center-form-radio .btn:first-child {border-bottom:0;}

.step2 h2 {
	margin-top:50px;
}



.wd-table th {font-weight:500;} 
.wd-table .table-heading i {
	padding-right:1.25rem;
}
.wd-table .additional-row {margin-top:1rem;}
.wd-table thead.wheel-button-row {margin-top:-.5rem !important;}
.wd-table td a.btn, .wd-table a.wheel-button {color:#ffffff;}
.wd-table .wheel-button {margin-right:1.5rem; }

