﻿@font-face {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 300;
  src: url(../fonts/rubik-v9-latin_latin-ext-regular.ttf);
}

body {
  margin: 0;
  background-image: url(../Background_Login_Page.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  color: black;
}

.main_container {
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;

  user-drag: none;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

.header_container {
  flex: none;
  height: 64px;
  box-sizing: border-box;
  border-bottom: 1px solid #333333;
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.content_container {
  display: flex;
  flex-direction: row;
  box-sizing: border-box;
  height: 100%;
  flex: 1;
}

.login-page {
  display: flex;
  flex-direction: row;
  width: 100%;
  flex-wrap: wrap;
}

.logo_container {
  flex: 1;
}

.form_container {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.span_container {
  flex: 1;
}

fieldset {
  border: none;
}

.login_button {
  height: 68px;
  width: 68px;
  border-radius: 100%;
  border: none;
  position: relative;
  margin-left: 10px;
  cursor: pointer;
  outline: none;
}

.disp-flex {
  display: flex;
}

.center-content {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.black-letters {
  color: black;
}

.red-letters {
  color: rgb(215, 52, 1);
}

.alert-popup {
  position: fixed;
  background-color: #fff;
  bottom: -50px;
  left: calc(50% - 200px);
  width: 400px;
  display: flex;
  border-radius: 5px;
  transition: 0.5s ease-in-out;
  opacity: 0;
}

.alert-show {
  transform: translate(0, -55px);
  opacity: 1;
}

.warning-icon {
  border-radius: 50%;
  background-color: rgb(215, 52, 1);
  width: 1.2em;
  height: 1.2em;
  margin: 15px;
  color: #fff;
  flex: 0 0 auto;
  font-weight: bolder;
  display: flex;
  align-items: center;
  justify-content: center;
}

.warning-text {
  margin: 15px;
  margin-left: 5px;
  font-family: "Rubik";
}

.login-remember label {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 0.9em;
}

.login-remember input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 18px;
  width: 18px;
  border-radius: 2px;
  border: 2px solid;
  box-sizing: border-box;
}

.login-remember input:checked ~ .checkmark,
.dirty_login {
  border-width: 0;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.light-border {
  border-color: #efeff4;
}

.login-remember input:checked ~ .checkmark:after {
  display: block;
}

.login-remember .checkmark:after {
  left: 6px;
  top: 1px;
  width: 5px;
  height: 10px;
  border: solid black;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.button_arrow {
  top: 28px;
  left: 28px;
  width: 12px;
  height: 12px;
  border: solid black;
  border-width: 3px 3px 0px 0px;
  position: absolute;
  transform: rotate(45deg);
}

.button_arrow_diag {
  left: 22px;
  top: 33px;
  width: 20px;
  height: 1px;
  border: solid black;
  border-width: 0px 0 3px 0;
  position: absolute;
}

.client_instance_name {
  text-align: center;
  font-size: larger;
  margin-bottom: 20px;
}

.client_logo {
  max-height: 125px;
  margin-bottom: 20px;
  max-width: 200px;
}

/*remove banana yellow*/
input:-webkit-autofill,
input:-webkit-autofill:focus,
input:-internal-autofill-selected {
  -webkit-transition-delay: 99999s;
}

.icon {
  max-width: 30vw;
  height: auto;
  align-self: center;
  user-drag: none;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

.validation-summary-errors ul {
  list-style: none;
  margin-left: -40px;
}

.watermark {
  display: flex;
  justify-content: flex-end;
  font-weight: bold;
}

.watermark-text {
  opacity: 0.4;
  user-select: none;
  width: 85px;
  word-break: break-word;
  line-height: normal;
  font-size: 0.8em;
}

.watermark-logo-logout {
  background-repeat: no-repeat;
  width: 200px;
  padding-top: 10px;
}

.watermark-logo-login {
  background-repeat: no-repeat;
  width: 200px;
  float: right;
}

label {
  font-size: 0.75rem;
  font-weight: 700;
}

.center-content > button {
  margin-top: 1rem;
  background-color: #0165b1;
}

.external-provider-btn {
  width: 100%;
  margin-top: 1rem;
  background-color: #0165b1;
}

.center-content > .watermark {
  margin-top: 15px;
}

.btn {
  height: 48px;
}

.form-container {
  margin-bottom: 10px;
  padding: 30px 60px 0px;
  background-color: #fff;
  border: 1px solid #efeff4;
  border-radius: 0.3rem;
  font-family: "Rubik";
}

.form-input {
  margin-bottom: 1rem;
  outline: none;
}

form-input input:focus {
  outline: none;
  border-color: #0165b1;
  box-shadow: none;
}

input[type="text"],
input[type="password"] {
  border: 1px solid #efeff4;
}

.form-control:focus {
  outline: none !important;
  border-color: #0165b1;
  box-shadow: none;
}

.policy-text {
  font-size: 12px;
  margin: 25px 0px 25px 0px;
  text-align: center;
}

.iframe-hide {
  visibility: hidden;
}

.out-line_button {
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  border-width: 1px;
  border-style: solid;
  cursor: pointer;
  flex-shrink: 0;
  display: inline-flex;
  font-weight: 700;
  line-height: 16px;
  transition: all 0.5s ease;
  height: 48px;
  width: 100%;
  padding: 0 8px;
  color: #0165b1;
  border-color: #0165b1;
}

.word-in-line {
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #ccc;
  line-height: 0.1em;
  margin: 30px 0 30px;
}

.word-in-line span {
  background: #fff;
  padding: 0 10px;
}

.validation-summary-errors li {
  white-space: pre-line;
}

.logout-header {
  font-size: 28px;
  font-style: normal;
  font-weight: 900;
  line-height: 40px;
  padding-bottom: 24px;
}

.content {
  gap: 32px;
}

.logout-btn,
.integrated-authentication-button {
  background: #ffffff;
  color: #0171c5;
  border-color: #0171c5;
}
