@import url('https://fonts.googleapis.com/css2?family=Orbitron:wght@400;500;600;700;800;900&family=Source+Sans+3:wght@400;500;600;700;800;900&display=swap');
* {
  box-sizing: border-box;
}
body {
  font-family: 'Source Sans 3', sans-serif;
  background-color: #FFFFFF;
  /*background-image: linear-gradient(45deg,#328f8a,#08ac4b);*/
  /*background-image: url('/modules/restricted_app/assets/img/mario.jpg');*/
  background-repeat:no-repeat;
  background-size: cover;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  min-height: 100vh;
  margin: 0;
}
h6, h5, h4, h3, h2, h1 {
  font-family: 'Orbitron', sans-serif;
}
img {
  max-width: 100%;
}
header .header {
  background-color: #fff;
  height: 45px;
}
header a img {
  width: 134px;
  margin-top: 4px;
}
.login-header img {
  width: 250px;
}
.login-header h3 {
  text-transform: uppercase;
  font-size: 32px;
  font-weight: 400;
  color: #0F0F0F;
  margin: 24px 0;
  line-height: 38px;
}
.login-header p {
  color: #504F4F;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin: 0;
}
.login-page {
  width: 100%;
  padding: 8% 0 0;
  margin: auto;
}

.login-page.two-columns{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0px;
  padding: 0px;
}

.login-page .form .login {
  margin-top: 0;
  margin-bottom: 32px;
}
.form {
  position: relative;
  z-index: 1;
  background: #FFFFFF;
  max-width: 584px;
  margin: 0 auto 100px;
  padding: 64px 24px 32px;
  text-align: center;
  /*box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);*/
}

.login-page.two-columns .form{
  width: 40%;
}
.login-page.two-columns .image{
  width: 60%;
  height: 100vh !important;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.form label {
  letter-spacing: 0.05em;
  font-size: 16px;
  line-height: 20px;
  text-align: left;
  text-transform: uppercase;
  display: block;
}
.form input {
  outline: 0;
  background: #E6E9F5;
  width: 100%;
  border: 0;
  margin: 0 0 24px;
  padding: 0 16px 0 64px;
  border-bottom: 0;
  font-size: 18px;
  letter-spacing: 0;
  text-transform: none;
  color: rgba(15,38,92,0.5);
  line-height: 48px;
  border-radius: 5px;
}
.form button {
  text-transform: none;
  outline: 0;
  background-color: #d61045;
  background-image: linear-gradient(45deg,#d61045,#cd3b62);
  width: auto;
  border: 0;
  padding: 10px 32px;
  font-size: 18px;
  line-height: 28px;
  -webkit-transition: all 0.3 ease;
  transition: all 0.3 ease;
  cursor: pointer;
  font-weight: 700;
  min-width: 122px;
  border-radius: 5px;
  display: inline-block;
}
.form .message {
  margin: 0;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0;
  color: #0F265C;
}
.form .message a {
  text-decoration: none;
}
.container {
  position: relative;
  z-index: 1;
  max-width: 300px;
  margin: 0 auto;
}
.message {
  text-align: left;
}
.message a {
  cursor: pointer;
  font-weight: 700;
}

.other{
  text-align: left;
}

.other h3 {
  font-size: 32px;
  color: #0F265C;
  margin-top: 16px;
  margin-bottom: 80px;
}

.login-page .login-header{
  text-align: center;
}
.login-page.two-columns .login-header{
  text-align: left !important;
}

.d-flex {
  display: flex !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.align-items-center {
  align-items: center !important;
}

.text-right {
  text-align: right !important;
}

.form #username, .form #username:autofill  {
  background-image: url('/modules/restricted_app/assets/img/username.svg') !important;
  background-repeat: no-repeat;
  background-position: 27px center;
  background-size: 18px auto;
}

.form #password, .form #reset_password, .form #reset_password_confirm {
  background-image: url('/modules/restricted_app/assets/img/password.svg');
  background-repeat: no-repeat;
  background-position: 26px center;
  background-size: 20px auto;
}

.form #email {
  background-image: url('/modules/restricted_app/assets/img/email.svg');
  background-repeat: no-repeat;
  background-position: 24px center;
  background-size: 20px auto;
}

.back-button {
  font-size: 18px;
  font-weight: 700;
  color: #ED7203;
  padding-left: 27px;
  background: url('/modules/restricted_app/assets/img/back.svg') no-repeat left center / 7px auto;
}

#form_forgot_password .message strong {
  color: #E77826;
}

#form_forgot_password .message {
  padding-left: 46px;
  background: url('/modules/restricted_app/assets/img/alert.svg') no-repeat left 4px / 22px auto;
  margin-top: 40px;
}

