﻿html {
  font-size: 16px;
}
.container-fluid,
.row,
.col-md-12 {
  padding: 0px;
  margin: 0px;
}
body {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2989d8+0,80d0c7+53,80d0c7+59,80d0c7+59,80d0c7+100 */
  /* fallback for old browsers */
  /* Chrome 10-25, Safari 5.1-6 */
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.vertically-aligned {
  width: 100%!important;
  min-width: 900px;
}
body .register-header {
  margin-top: 0px;
}
body #loginPanel,
body #registerPanel,
body #forgotPasswordPanel {
  padding: 0px !important;
  margin: 0 auto;
  box-shadow: 4px 4px 16px #000;
  position: relative;
  float: left;
  height: 100vh;
  width: 100%;
}
body #loginPanel .navigations,
body #registerPanel .navigations,
body #forgotPasswordPanel .navigations {
  width: 100%;
}
body #loginPanel input[type="text"],
body #registerPanel input[type="text"],
body #forgotPasswordPanel input[type="text"],
body #loginPanel input[type="password"],
body #registerPanel input[type="password"],
body #forgotPasswordPanel input[type="password"] {
  height: 42px !important;
}
body #loginPanel input[type="text"]:focus,
body #registerPanel input[type="text"]:focus,
body #forgotPasswordPanel input[type="text"]:focus,
body #loginPanel input[type="password"]:focus,
body #registerPanel input[type="password"]:focus,
body #forgotPasswordPanel input[type="password"]:focus {
  background-color: white;
  border: 1px solid #0089d0 !important;
  box-shadow: 0 0 3px rgba(4, 42, 68, 0.75) !important;
  border-radius: 4px !important;
}
body #loginPanel input[type="submit"],
body #registerPanel input[type="submit"],
body #forgotPasswordPanel input[type="submit"] {
  background-color: #0089d0 !important;
  height: 42px !important;
}
body #loginPanel .row.row-eq-height,
body #registerPanel .row.row-eq-height,
body #forgotPasswordPanel .row.row-eq-height {
  margin: 0px !important;
}
body #loginPanel #leftLoginPanel,
body #registerPanel #leftLoginPanel,
body #forgotPasswordPanel #leftLoginPanel,
body #loginPanel #rightLoginPanel,
body #registerPanel #rightLoginPanel,
body #forgotPasswordPanel #rightLoginPanel {
  width: 50%;
  position: relative;
  float: left;
  display: inline-block;
  color: #fff;
  padding: 25px;
  background: #415063;
  height: 100vh;
}
body #loginPanel #leftLoginPanel,
body #registerPanel #leftLoginPanel,
body #forgotPasswordPanel #leftLoginPanel {
  display: flex;
  align-items: center;
  justify-content: center;
}
body #loginPanel #rightLoginPanel,
body #registerPanel #rightLoginPanel,
body #forgotPasswordPanel #rightLoginPanel {
  background: #fafafa;
  float: right;
  display: flex;
  align-items: center;
  justify-content: center;
}
body #loginPanel #rightLoginPanel > .panel-body,
body #registerPanel #rightLoginPanel > .panel-body,
body #forgotPasswordPanel #rightLoginPanel > .panel-body {
  background: #fff;
  box-shadow: 7px 7px 5px rgba(0, 0, 0, 0.15);
}
body #loginPanel form .form-group label,
body #registerPanel form .form-group label,
body #forgotPasswordPanel form .form-group label {
  margin-bottom: 0;
}
.login-label {
  background: #fff;
  float: left;
  font-size: 11px;
  position: absolute;
  line-height: 3px;
  margin-left: 3px;
  padding: 0px 10px;
}
.login-button {
  background-color: #fff;
  color: #000;
  width: 201px;
  margin: auto;
  height: 33px;
  border-radius: 4px;
  height: 42px;
  display: block;
  width: calc(20vw - 80px);
  min-width: 280px;
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}
.login-button .link {
  line-height: 42px;
  color: #000 !important;
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}
#loginForm,
#registerForm,
#forgotForm {
  padding: 40px;
  padding-top: 98px;
  /*background: #fff;
    box-shadow: 7px 7px 5px rgba(0, 0, 0, 0.15);*/
}
#loginForm .logo-name2,
#registerForm .logo-name2,
#forgotForm .logo-name2 {
  position: relative;
  margin-bottom: 29px;
  width: 8rem;
  float: left;
  /* clear: both; */
  display: block;
  margin-top: -60px;
}
h4 {
  color: #415064;
  text-align: left;
  margin-top: -6px;
  margin-bottom: 27px;
  font-weight: bold;
  float: left;
}
input[type='text'],
input[type='password'],
input[type='submit'] {
  border-radius: 4px;
}
.register-form {
  margin: auto;
  color: #000;
}
/*.required-login {
    position: absolute;
    margin-top: 4px;
    margin-left: 6px;
}*/
.banner-text {
  color: #949ca6;
  font-size: 14px;
}
.banner-login {
  max-width: 100%;
}
#loginForm,
#registerForm,
#forgotForm {
  margin: auto;
  width: 20vw;
  min-width: 400px;
}
#registerForm {
  margin-top: 50px;
}
body #registerPanel form {
  text-align: left;
}
body .logo-name {
  width: 11rem;
  float: right;
  position: absolute;
  top: 20px;
  right: 20px;
}
body hr {
  border-color: black;
}
body span.icon {
  background: url('https://google-developers.appspot.com/identity/sign-in/g-normal.png') transparent 5px 50% no-repeat;
  display: inline-block;
  vertical-align: middle;
  width: 32px;
  height: 32px;
}
body #Google {
  border: 1px solid #ddd;
  border-radius: 4px;
  height: 42px;
  width: calc(20vw - 80px) !important;
  min-width: 280px;
}
body #RegisterButton:disabled,
body #Google:disabled {
  cursor: not-allowed !important;
  opacity: 0.5 !important;
}
body #AgreeCheckBox {
  position: relative;
  top: 4px;
}
body .or-login-with {
  margin-bottom: 30px;
}
body .register-link {
  position: relative;
  bottom: -5px;
  padding-top: 12px;
  padding-bottom: 12px;
  color: #000 !important;
  margin-top: -3px;
  opacity: 1;
  border: 1px solid #ddd;
  display: block;
  text-decoration: none;
  border-radius: 4px;
  height: 42px;
  width: calc(20vw - 80px);
  min-width: 280px;
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}
.field-validation-error {
  /*display: block;*/
  font-size: 11px;
}
.social-login-form {
  text-align: center!important;
}
.validation-summary-errors ul {
  list-style: none;
  padding: 0;
}
.required {
  color: red!important;
  line-height: 0px;
}
@media screen and (max-width: 950px) {
  .vertical-align-helper {
    display: none!important;
  }
}
.required-field-block {
  position: relative;
}
.required-field-block .required-icon {
  display: inline-block;
  vertical-align: middle;
  margin: -0.25em 0.25em 0em;
  background-color: #fff;
  border-color: #fff;
  padding: 0.5em 0.8em;
  color: rgba(0, 0, 0, 0.65);
  text-transform: uppercase;
  font-weight: normal;
  border-radius: 0.325em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: background 0.1s linear;
  -moz-transition: background 0.1s linear;
  transition: background 0.1s linear;
  font-size: 75%;
}
.required-field-block .required-icon {
  background-color: transparent;
  position: absolute;
  top: 0em;
  right: 0em;
  z-index: 10;
  margin: 0em;
  width: 30px;
  height: 30px;
  padding: 0em;
  text-align: center;
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.required-field-block .required-icon:after {
  position: absolute;
  content: "";
  right: 1px;
  top: 1px;
  z-index: -1;
  width: 0em;
  height: 0em;
  border-top: 0em solid transparent;
  border-right: 0px solid transparent;
  border-bottom: 0px solid transparent;
  border-left: 0em solid transparent;
  border-right-color: inherit;
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}
.required-field-block .required-icon .text {
  color: #B80000;
  font-size: 17px;
  margin: 4px 0 0 12px;
}