html {
  font-size: 100%;
}
  
body {
  background:linear-gradient(90deg,rgba(0, 0, 0, 0.75) 0%, rgba(0, 211, 161, 0.82) 83%), 
              url('../images/LiteLines-bg.jpg') no-repeat center center;
  background-size: cover;
  font-family: "Inter", sans-serif;
   display: flex;
      justify-content: center;
      align-items: center;
      min-height: 100vh;
  margin: 0;
  padding: 0;
position: relative;

}


.container {
  display: flex;
  flex-direction: row;
  max-width: 1200px;
  width: 100%;
  overflow: hidden;
    
}

.left-group{
flex: 2; /* Takes up 2/3 of the width */
  color: #3a3f43;
  display: flex;
  flex-direction: column;
  justify-content: center;
 padding-left: 2rem;
 align-items: flex-start;
  padding-right: 7rem;
  
}
.right-group {
   flex: 1; /* Takes up 1/3 of the width */
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #fff;
     border: solid 1px rgba(0, 0, 0, 0.14);
  box-shadow: 0 2px 6px -1px rgba(0, 0, 0, 0.12);
  padding: 2rem 2rem  2rem 2.5rem;
  border-radius: 20px;
  
}
.logo{
  height:65px;
  padding-bottom: 2rem;
}

.Line-3 {
  width: auto;
  height: 1px;
  flex-grow: 0;
  margin: 0px;
  background-color: rgba(0, 0, 0, 0.15);
}
.login-title{
  font-family: Syne;
  font-size: 3rem;
  font-weight: 600;
  line-height: normal;
  text-align: left;
  color: #fff;
}

h4 {
  font-size:  1.7rem; 
  font-weight:  600; 
  color:  #454545; 
 
}
h5{
font-family: "Inter", sans-serif;  
font-size: 1rem;
line-height: 1.5rem;
font-weight: 400;
color:  #fff; 
}
a.link{
color:  #fff; 
}
.arrow:after {
content: "\279C";
padding-left:1rem;
}

label {
  font-size:  0.75rem; 
  color:  #454545;
  opacity:  .8;
  font-weight:  400; 
}
form {
  display:  flex; 
  flex-direction:  column;
  align-items:  flex-start; 
  h1{
        font-family: "Syne", sans-serif;
        font-optical-sizing: auto;
        font-weight: 600;
        font-style: normal;
  }
  h4 {
    margin-bottom:  20px;
    color:  rgba(#000, .5);
    span {
      color:  rgba(#000, 1);
      font-weight:  700; 
    }
  }
 
  p {
    line-height:  155%; 
    margin-bottom:  5px; 
    font-size:  1rem; 
    color:  #454545; 
    opacity:  .65;
    font-weight:  400; 
    max-width:  200px; 
    margin-bottom:  40px; 
  }
}
a.discrete {
    color:  rgba(#000, .4); 
    font-size:  1rem; 
    border-bottom:  solid 1px rgba(#000, .0);
    padding-bottom:  4px;  
    margin-left:  auto; 
    font-weight:  300; 
    transition:  all .3s ease; 
    margin-top:  40px; 
    &:hover {
      border-bottom:  solid 1px rgba(#000, .2);
    }
  }
  .padding-20{
    padding: 20px 0px;  
}
.padding-10{
  padding:10px 0px;
}
button {
  -webkit-appearance:  none; 
  bottom: 30px;
  width: 340px;
  flex-grow: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background-color: #0d80ce;   
  font-family: "Inter", sans-serif;
  font-size:1rem;
  padding: 14px 24px 14px 20px;
  border-radius: 8px;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
 border: 1px, solid, #0d80ce;
  color:#fff;
  cursor: pointer;
  &:hover {
    transform:  translateY(-3px);
    box-shadow:  0 2px 6px -1px rgba($primary, .65);
    &:active {
      transform:  scale(.99);
    }
  }
}
button:hover{
  background-color: #0b5d94;   
  border: 1px, solid, #0b5d94;
}

.floating-label input{
  font-size:  1rem; 
  padding:  1em 0px; 
  height:  56px; 
  border:  none; 
  border-bottom:  solid 1px rgba(0,0,0,.1); 
  background:  #fff; 
  min-width:  340px; 
  box-sizing:  border-box; 
  transition:  all .3s linear; 
  color:  #000; 
  font-weight:  400; 
  -webkit-appearance:  none;   
  &:focus {
    border-bottom:  solid 1px $primary; 
    outline: 0; 
    box-shadow:  0 2px 6px -8px rgba($primary, .45);
  }
}
.error-message{
position:  relative; 
font-size: 0.875rem;
color: red;
}
.privacy-policy{
color:#454545;
font-size: 0.75rem;
}
.login-text{
  font-family: Syne;
  font-size: 2rem;
  font-weight: 600;
  line-height: normal;
  text-align: left;
  color: #3a3f43;
}

input.line-input {
border: none;
border-bottom:  solid 1px rgba(0,0,0,.1); 
background: transparent;
outline: none;
padding: 8px 4px;
font-size: 1rem;
} 
.floating-label {
  position:  relative; 
  padding:1em 0px;
  label {
    position:  absolute; 
    top: calc(50% - 7px);
    left:  0; 
    opacity:  0; 
    transition:  all .3s ease; 
  }
  input:not(:placeholder-shown) {
    padding:  28px 0px 12px 0px; 
  }
  input:not(:placeholder-shown) + label {
    transform:  translateY(-10px); 
    opacity:  .7; 
  }
}
.session {
padding: 0 2.5em 2.2em 2.5em;
}

#map-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width:100%;
  background-color: #3a3f43;
  color: #fff;
  font-size: 0.75rem;
  text-align: center;
  padding: 0.5rem 0;
}
#map-footer a{
color: #00D3A1;
} 
 
.mobileview-message{
display:none;
}

@media (max-width: 800px) {
  body {
    overflow: hidden; /* prevent scrolling on body */
  }

  .mobileview-message {
    display:contents;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.8);
    color: white;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 1.5rem;
    
  }
  .mobileview-message h4{
    color: white;
  }

}

@media (max-width: 768px) {
  .container {
    flex-direction: column;
  }

  .left-group,
  .right-group {
    width: 100%;
    padding: 1.5rem;
  }
}