.form-control {
  display: block;
  width: 100%;
  font-size: 13px;
  line-height: 1.42857143;
  color: #4d4d4f;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
#dialog_login .input-group {
  position: relative;
  display: table;
  border-collapse: separate;
  width: 100%;
}
#dialog_login .input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
#dialog_login .input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 95%;
  margin-bottom: 0;
  padding: 8px;
}
#dialog_login .input-group-lg > .form-control,
#dialog_login .input-group-lg > #dialog_login .input-group-addon,
#dialog_login .input-group-lg > #dialog_login .input-group-btn > .btn {
  height: 53px;
  padding: 14px 16px;
  font-size: 17px;
  line-height: 1.33;
  border-radius: 6px;
}
#dialog_login .input-group-addon,
#dialog_login .input-group-btn,
#dialog_login .input-group .form-control {
  display: table-cell;
}
#dialog_login .input-group-addon:not(:first-child):not(:last-child),
#dialog_login .input-group-btn:not(:first-child):not(:last-child),
#dialog_login .input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
#dialog_login .input-group-addon,
#dialog_login .input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
#dialog_login .input-group-addon {

  font-size: 13px;
  font-weight: normal;
  line-height: 1;
  color: #4d4d4f;
  text-align: center;
  background-color: #f3f5f6;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
#dialog_login .input-group-addon#dialog_login .input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
#dialog_login .input-group-addon#dialog_login .input-lg {
  padding: 14px 16px;
  font-size: 17px;
  border-radius: 6px;
}
#dialog_login .input-group-addon input[type="radio"],
#dialog_login .input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
#dialog_login .input-group .form-control:first-child,
#dialog_login .input-group-addon:first-child,
#dialog_login .input-group-btn:first-child > .btn,
#dialog_login .input-group-btn:first-child > .btn-group > .btn,
#dialog_login .input-group-btn:first-child > .dropdown-toggle,
#dialog_login .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
#dialog_login .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
#dialog_login .input-group-addon:first-child {
  border-right: 0;
}
#dialog_login .input-group .form-control:last-child,
#dialog_login .input-group-addon:last-child,
#dialog_login .input-group-btn:last-child > .btn,
#dialog_login .input-group-btn:last-child > .btn-group > .btn,
#dialog_login .input-group-btn:last-child > .dropdown-toggle,
#dialog_login .input-group-btn:first-child > .btn:not(:first-child),
#dialog_login .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
#dialog_login .input-group-addon:last-child {
  border-left: 0;
}
#dialog_login .input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
#dialog_login .input-group-btn > .btn {
  position: relative;
}
#dialog_login .input-group-btn > .btn + .btn {
  margin-left: -1px;
}
#dialog_login .input-group-btn > .btn:hover,
#dialog_login .input-group-btn > .btn:focus,
#dialog_login .input-group-btn > .btn:active {
  z-index: 2;
}
#dialog_login .input-group-btn:first-child > .btn,
#dialog_login .input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
#dialog_login .input-group-btn:last-child > .btn,
#dialog_login .input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited,
.form-signin a {
  color: #2196f3;
  text-decoration: none;
  font-size: 14px;
}
.form-signin .pages .btn-warning {
  color: #ffffff;
  background-color: #f68e56;
  border-color: #f68e56;
  width: 100%;
}
.form-signin .pages .btn-warning:hover {
  color: #ffffff;
  background-color: #f36e26;
  border-color: #f3671c;
}
.form-signin .alert {
  padding: 15px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.form-signin .alert-danger {
  background-color: #ce3939;
  border-color: #c7314a;
  color: #ffffff;
}

.form-signin .alert-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
}

.form-sigin .alert-info {
  background-color: #39a59e;
  border-color: #32927c;
  color: #ffffff;
}
.login-loading {
  top:0;
  bottom: 0;
  width: 100%;
  left: 0;
  position: absolute;
  background-color: #000;
  opacity: 0.4;
  z-index: 99999;
  text-align: center;
}
.login-loading img {
  position: relative;
  top: 50%;
}
.ui-dialog .ui-dialog-titlebar-close {
  background-image: none;
}
#dialog_login {
  max-width: 800px;
  overflow: hidden;
}
blockquote {
  margin: 50px 0 0;
  font-size: 16.25px;
  border-left: 5px solid #f68e56;
  height: 170px;
}
.ui-widget-overlay {
  opacity: 0.5;
  filter: Alpha(Opacity=50);
  background-color: black;
}
#tabs_login .nav-tabs {
  display: inline-block;
  min-width: 100%;
  border: 0;
}
#tabs_login .nav-tabs > li {
  text-align: center;
  border: 0;
  cursor: pointer;
  margin: 0;
}
#tabs_login .ui-tabs-panel {
  border: 0;
}
.ui-dialog-notitle .ui-dialog-titlebar {
  display: none;
}
.ui-dialog-notitle {
  border-radius: 0;
  border: 0;
  box-shadow: none;
}
.provider-logo {
  text-align: center;
  padding: 30px 0 0;
}
.provider-logo img {
  max-height: 80px;
  max-width: 100%;
}

.form-login {
  width: 320px;
  margin: 15px auto;
}
.form-login h1 {
  font-size: 3em;
  font-weight: 300;
  text-align: center;
  color: #2196F3;
}
.form-login h5 {
  text-align: center;
  text-transform: uppercase;
  color: #c6c6c6;
}
.form-login hr.sep {
  background: #2196F3;
  box-shadow: none;
  border: none;
  height: 2px;
  width: 25%;
  margin: 0px auto 45px auto;
}
.form-login .emoji {
  font-size: 1.2em;
}
.confirm-account {
  padding: 10px 0;
}
.confirm-account a,
.confirm-account {
  font-size: 14px;
  font-weight: bold;
}
.confirm-account a {
  display:inline-block;
  padding: 10px 0;
}
.group {
  position: relative;
  margin: 30px 0;
}

.ui-tabs .ui-tabs-nav li {
  float: left;
  width: 100%;
}
.ui-tabs .ui-tabs-nav li:not(.ui-state-active) a {
  width: calc(100% - 2em);
}
.ui-tabs .ui-tabs-nav li.ui-state-active {
  width: 100%;
  display:none;
}
#form_header
{
  text-transform: uppercase;
  color: #666;
  font-weight: bold;
  font-size: 20px;
  width: 100%;
  text-align: center;
  margin-bottom: 0;
}
.ui-tabs .ui-tabs-nav li.account-login:not(.ui-state-active) {
  float: right;
}
.ui-tabs .ui-tabs-nav li.account-login.ui-state-active {
  float: left;
}

.text-center {
  text-align: center;
}

.ui-dialog-content input,
.ui-dialog-content textarea {
  background: none;
  color: #c6c6c6;
  font-size: 16px !important;
  padding: 10px 10px 10px 5px;
  display: block;
  width: calc(100% - 15px);
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #c6c6c6;
}
input:focus,
textarea:focus {
  outline: none;
}
.ui-dialog-content input:-webkit-autofill ~ label,
.ui-dialog-content input:focus ~ label,
.ui-dialog-content input:valid ~ label,
.ui-dialog-content textarea:focus ~ label,
.ui-dialog-content textarea:valid ~ label {
  top: -15px;
  font-size: 15px;
  color: #666;
}
input:focus ~ .bar:before,
textarea:focus ~ .bar:before {
  width: 320px;
}

input[type="password"] {
  letter-spacing: 0.3em;
}

.form-login label {
  color: #c6c6c6;
  font-size: 16px;
  font-weight: normal;
  position: absolute;
  pointer-events: none;
  left: 5px;
  top: 10px;
  transition: 300ms ease all;
}

.bar {
  position: relative;
  display: block;
  width: 320px;
}
.bar:before {
  content: '';
  height: 2px;
  width: 0;
  bottom: 0px;
  position: absolute;
  background: #2196F3;
  transition: 300ms ease all;
  left: 0%;
}

.form-signin .btn {
  background: #fff;
  color: #959595;
  border: none;
  padding: 10px 20px;
  border-radius: 3px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: none;
  outline: none;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.form-signin .btn:hover {
  color: #8b8b8b;
  box-shadow: 0 7px 14px rgba(0, 0, 0, 0.18), 0 5px 5px rgba(0, 0, 0, 0.12);
}
.btn.btn-link {
  background: #2196F3;
  color: #d3eafd;
}
.btn.btn-link:hover {
  background: #0d8aee;
  color: #deeffd;
}
.btn.btn-submit {
  background: #2196F3;
  color: #bce0fb;
}
.btn.btn-submit:hover {
  background: #0d8aee;
  color: #deeffd;
}
.btn.btn-cancel {
  background: #eee;
}
.btn.btn-cancel:hover {
  background: #e1e1e1;
  color: #8b8b8b;
}
.btn-box {
  text-align: center;
  margin: 50px 0;
}
input:-webkit-autofill {
  background-color: #fff !important;
}
.m-btn {
  position: relative;
  display: block;
  margin: 30px auto 0px auto;
  overflow: hidden;
  border-width: 0;
  outline: none;
  border-radius: 2px;
  background-color: #2ecc71;
  color: #666;
  transition: background-color .3s;
  height: auto !important;
  cursor: pointer;
}

.m-btn:hover, .m-btn:focus {
  background-color: #27ae60;
  border-color: inherit;
}

.m-btn > * {
  position: relative;
}

.m-btn span {
  display: block;
  padding: 12px 24px;
}

.m-btn:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 0;
  padding-top: 0;
  border-radius: 100%;
  background-color: rgba(236, 240, 241, .3);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.m-btn:active:before {
  width: 120%;
  padding-top: 120%;
  transition: width .2s ease-out, padding-top .2s ease-out;
}

.m-btn.orange {
  background-color: #e67e22;
}

.m-btn.orange:hover, .m-btn.orange:focus {
  background-color: #d35400;
}

.m-btn.red {
  background-color: #e74c3c;
}

.m-btn.red:hover, .m-btn.red:focus {
  background-color: #c0392b;
}

.m-btn.default {
  min-width: 100%;
  background-color: #ccc;
  text-transform: uppercase;
  border: 0;
  border-radius: 2px;
}

.m-btn.default:hover, .m-btn.default:focus {
  background-color: #ddd;
  color: #232323;
}
.layout_white #logon a,
.layout_white .fa-user-circle {
  color: #fff;
  text-decoration: none;
  outline: none;
}
.layout_black #logon a,
.layout_black .fa-user-circle {
  color: #666;
  text-decoration: none;
  outline: none;
}
#dialog_login .ui-tabs .ui-corner-top {
  padding: 15px 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc !important;
  border-radius: 0;
}
.ui-tabs .ui-tabs-nav li a {
  font-size: 14px;
}
.single-sign-on .split-form{
  font-size: 13px;
}
.single-sign-on{
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.form-signin .btn.single-sign-on-btn{
  width: 75%;
  margin-top: 15px;
  margin-bottom: 15px;
  color: #fff;
  border: 1px solid #039be5;
  background: #039be5;
  text-align: center;
  font-size: 12px;
  text-transform: none;
  border-radius: 2px;
}
.form-signin .btn.single-sign-on-btn:hover{
  color: #fff;
  background: #0382bf;
  border-color: #0382bf;
  box-shadow: none;
}
#dialog_login .login-another-way{
  border-top: 1px solid #cccccc;
  padding-top: 10px;
}
#dialog_login .login-another-way .nav-tabs li{
  border-top: none;
  padding-top: 5px;
}
.form-signin a.btn-close-login {
  font-size: 26px;
  color: #666;
  opacity: 0.65;
  margin-top: 10px;
  margin-right: -10px;
  padding: 0px 10px;
}
.form-signin a.btn-close-login:hover {
  color: #000;
  opacity: 1;
}
