﻿.btn-login {
  width: 50%;
}

.login-form-spinner {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.85);
  z-index: 999;
}

.login-form-spinner.hidden {
  display: none;
}

.login-form-group {
  display: flex;
  flex-direction: column;
  margin-top: 10px;
}
.login-form-group .login-label {
  margin: 0;
  width: 100%;
  display: flex;
  flex: 1;
}
.login-form-group select {
  width: 100%;
}

.login-or-group {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-weight: bold;
}

.login-form-group.hidden {
  display: none;
}

.login-form-group.error {
  margin-top: 0;
  max-width: 300px;
}

.login-message-error {
  color: #990000 !important;
  font-size: 15px;
}

.login-message-error-new {
  color: #990000 !important;
  font-size: 15px;
}

.login-message-error-client {
  color: #990000 !important;
  font-size: 15px;
}

.login-block {
  margin-bottom: 40px;
}

.login-block.hidden {
  display: none;
}

.login-label input[type=checkbox] {
  height: 1em;
  width: 1em;
  margin-right: 0.5em;
}

input {
  width: 100%;
}

.login-form-control {
  display: inline-block;
  padding: 6px 12px;
  line-height: 1;
  color: #555;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  align-self: start;
  flex: 1;
}

.login-selector-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.login-selector {
  color: #337ab7;
  cursor: pointer;
}
.login-selector:hover {
  text-decoration: underline;
}

.login-line {
  border-top: solid 1px black;
  flex-grow: 2;
  margin-left: 1em;
  margin-right: 1em;
  margin-top: 0;
  margin-bottom: 0;
  height: 1px;
}

@media (min-width: 851px) {
  .login-form-group {
    justify-content: space-between;
  }
  .login-message-error-new {
    color: #990000 !important;
    font-size: 16px;
  }
  .login-message-error-client {
    color: #990000 !important;
    font-size: 16px;
  }
}
@media (max-width: 851px) {
  .login-form-control {
    align-self: unset;
  }
}
