﻿body {
  background-color: #e7e9ec !important;
  align-items: center;
  justify-content: center;
  height: 100vh;
}
.logo{
  height:57px;
  width:275px;
  border-width:0px;
  background-color:transparent;
  background-repeat: no-repeat; 
  background-position:6px 13px; 
  background-attachment:scroll;
}
.wrapper {
  padding: 50px 0;
  height: 100%;
  width: 100%;
  display: table;
}
.wrapper > .register-container {
  padding: 0;
  display: table-cell;
  height: 100%;
  vertical-align: middle;
}
.col-centered {
  float: none !important;
  margin: auto !important;
}
.wrapper > .register-container .register-content {
  margin-top: 15px;
  background-color: #f6f6f6;
  border: 1px solid #dfdfdf;
  padding: 35px;
}
.wrapper > .register-container .register-content .form-group {
  margin-bottom: 15px;
  position: relative;
}
.wrapper > .register-container .register-content .form-group .form-control {
  height: 38px;
  border: 1px solid #dfdfdf;
  padding-left: 15px;
  width: 100%;
}
.form-control {
  margin-bottom: 10px;
  padding: 5px;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.wrapper > .register-container .register-content .button.large {
  height: 38px;
  text-transform: uppercase;
}
.button.large {
  font-weight: bold;
  letter-spacing: 0.5px;
  height: 34px;
  text-transform: uppercase;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
  padding: 0 30px;
  border-radius: 2px;
  box-shadow: none !important;
  font-size: 16px;
}
.button.green {
  display: inline-block;
  border-radius: 2px;
  background: #AAD75D;
  background-image: linear-gradient(top, #D1E990 0, #AAD75D 100%);
  background-image: -moz-linear-gradient(top, #D1E990 0, #AAD75D 100%);
  background-image: -ms-linear-gradient(top, #D1E990 0, #AAD75D 100%);
  background-image: -o-linear-gradient(top, #D1E990 0, #AAD75D 100%);
  background-image: -webkit-gradient( linear, left top, left bottom, color-stop(0, #D1E990), color-stop(1, #AAD75D) );
  background-image: -webkit-linear-gradient(top, #D1E990 0, #AAD75D 100%);
  border: 1px solid #9dba60;
  color: #54770f !important;
  box-shadow: none;
}
.wrapper > .register-container .register-content .checkbox {
  margin: 15px 0 0;
  padding-left: 20px;
}
input[type="radio"], input[type="checkbox"] {
  margin-right: 8px;
}
.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-top: 4px \9;
  margin-left: -20px;
}
input[type="checkbox"] + label {
  padding-left: 15px;
}
.radio label, .checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.wrapper > .register-container .buttons-footer {
  width: 100%;
  border: 1px solid #dfdfdf;
  border-top: none;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.wrapper > .register-container .buttons-footer > .btn {
  font-size: 14px;
  background-color: #efefef;
  border: none;
  border-right: 1px solid #dfdfdf;
  border-radius: 0;
  padding: 13px 5px;
  color: #333;
  text-decoration: none;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.wrapper > .register-container .buttons-footer > .btn:last-child {
  border: none;
}
.button.green:hover {
  background: #D1E990;
  background-image: linear-gradient(top, #AAD75D 0, #D1E990 100%);
  background-image: -moz-linear-gradient(top, #AAD75D 0, #D1E990 100%);
  background-image: -ms-linear-gradient(top, #AAD75D 0, #D1E990 100%);
  background-image: -o-linear-gradient(top, #AAD75D 0, #D1E990 100%);
  background-image: -webkit-gradient( linear, left top, left bottom, color-stop(0, #AAD75D), color-stop(1, #D1E990) );
  background-image: -webkit-linear-gradient(top, #AAD75D 0, #D1E990 100%);
  border: 1px solid #9dba60;
  color: #54770f !important;
}
.wrapper > .register-container .buttons-footer > .btn:hover {
  color: #80B400;
  text-decoration: underline;
}