﻿@charset "UTF-8";
@import url(https://fonts.googleapis.com/css2?family=Public+Sans:wght@300;400;500;600;700&amp;display=swap);
@import url('https://fonts.googleapis.com/css2?family=Afacad&family=Montserrat+Alternates:wght@500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

html {
    font-family: "Lato", sans-serif;
}

body {
    min-height:fit-content;
 
}
.main-flex {
    background: #eff1f1;
    width: 100%;
    height: 100% !important;
}


.container .cover {
    position: absolute;
    top: 0;
    left: 50%;
    height: 100%;
    width: 50%;
    z-index: 98;
    transition: all 1s ease;
    transform-origin: left;
    transform-style: preserve-3d;
}
.container #flip:checked ~ .cover{
  transform: rotateY(-180deg);
}
 .container .cover .front,
 .container .cover .back{
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.cover .back{
  transform: rotateY(180deg);
  backface-visibility: hidden;
}
.container .cover::before,
.container .cover::after{
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  background: #7d2ae8;
  opacity: 0.5;
  z-index: 12;
}
.container .cover::after{
  opacity: 0.3;
  transform: rotateY(180deg);
  backface-visibility: hidden;
}
.container .cover img{
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;
  z-index: 10;
}
.container .cover .text{
  position: absolute;
  z-index: 130;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.cover .text .text-1,
.cover .text .text-2{
  font-size: 26px;
  font-weight: 600;
  color: #fff;
  text-align: center;
}
.cover .text .text-2{
  font-size: 15px;
  font-weight: 500;
}
.forms .login-form {
    background-color: #ffffff;
    overflow: hidden;
    border: #cdcdcd 0.3px solid;
}
.forms .loginimg {
    width: 100%;
    height: auto;
    margin-right:100px;
}
.container .form-content{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.form-content .login-form,
.form-content .loginimg{
  /*width: calc(100% / 2 - 25px);*/
  width:400px;
}
.forms .form-content .title{
  position: relative;
  font-size: 24px;
  font-weight: 500;
  color: #333;
}

.forms .form-content .input-boxes{
  margin-top: 30px;
}
.forms .form-content .input-box {
    display: flex;
    align-items: center;
    height: 45px;
    width: 100%;
    margin: 10px 0;
    position: relative;
}
.form-content .input-box input {
    height: 100%;
    width: 100%;
    padding: 0 30px;
    font-size: 16px;
    font-weight: 500;
    transition: all 0.3s ease;
    background-color: #ffffff;
    border: 1px solid;
    border-color: #b2b2b2;
}
.form-content .input-box input:focus,
.form-content .input-box input:valid{
  border-color: #000000;
}
.form-content .input-box input {
    position: absolute;
    color: #000000;
    font-size: 17px;
    padding: 8px 32px;
}
.forms .form-content .text {
    font-family: "Lato", sans-serif;
    font-weight: 700;
    color: #000000;
    font-size: 18px;
    letter-spacing: 0;
    line-height: normal;
    white-space: nowrap;
    margin-top: 20px;
}
.forms .form-content .text a{
  text-decoration: none;
}
.forms .form-content .text a:hover{
  text-decoration: underline;
}
.forms .form-content .button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background-color: #273236;
    color: #fff;
    font-family: "Lato", sans-serif;
    font-weight: 700;
    font-size: 22px;
    margin-top: 20px;
    cursor: pointer;
    border:0px;
}
    .forms .form-content .button input {
        width: fit-content;
        margin-top: -0.5px;
        font-family: "Lato", sans-serif;
        font-weight: 700;
        height: 16px;
        color: #000000;
        font-size: 42px;
        letter-spacing: 0;
        line-height: normal;
        white-space: nowrap;
        all: unset;
        box-sizing: border-box;
    }
/*.forms .form-content .button input:hover{
  background: #5b13b9;
}*/
.forms .form-content label {
    left: 175px;
    font-family: "Lato", sans-serif;
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 0px;
    line-height: normal;
    text-decoration: none;
    white-space: nowrap;
    margin-left: 168px;
    color: black;
}
.forms .form-content label:hover{
  text-decoration: underline;
}
.forms .form-content .login-text,
.forms .form-content .sign-up-text{  
  margin-top: 25px;
}
.container #flip{
  display: none;
}
@media (max-width: 730px) {
  .container .cover{
    display: none;
  }
  .form-content .login-form,
  .form-content .loginimg{
    width: 100%;
  }
  .form-content .loginimg{
    display: none;
  }
  .container #flip:checked ~ .forms .loginimg{
    display: block;
  }
  .container #flip:checked ~ .forms .login-form{
    display: none;
  }
}

.text-wrapper {
    font-family: "Lato", sans-serif;
    font-weight: 700;
    color: #000000;
    font-size: 18px;
    letter-spacing: 0;
    line-height: normal;
    white-space: nowrap;
}

.fogotpw {
    margin-top: 12px;
    margin-left: 120px;
    font-family: "Lato", sans-serif;
    color: #05A1E2;
}
.loginimg {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh; /* Adjust this to your needs for vertical centering */
}

    .loginimg img {
        max-width: 100%;
        max-height: 100%;
        width: auto;
        height: auto;
    }

@media screen and (max-width: 600px) {
    /* For tablets: */

    .fogotpw {
        align-items: center !important;
        margin-left: 30px !important;
    }
    .text {
        align-items: center !important;
        margin-left: 30px !important;
    }
}
.logindiv {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

@media screen and (max-width: 768px) {
    .logindiv {
        flex-direction: column; /* Stack items vertically on small screens */
        margin:0;
    }
    .loginimg {
        display: none !important;
    }
}

@media screen and (max-width: 400px) {
    /* For desktop: */   
    .loginimg {
        display:none !important;
    }

    .logindiv {
        width: 100% !important;
    }
    .fogotpw {
        align-items: center !important;
        margin-left: 60px !important;
    }

    .text {
        align-items: center !important;
        margin-left: 90px !important;
    }
}

#appVersionLabelOnLogin{
    font-weight:bold;
    padding-top:20px;
}