@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300&display=swap');

html, 
body {
    height: 100%;
}
body:before{
      opacity: 0.6;

}
body{
  
    font-family: 'Quicksand', sans-serif;
  height: 100%;
  background: rgb(243,106,0);
background: linear-gradient(221deg, rgba(243,106,0,1) 0%, rgba(0,212,255,1) 46%, rgba(36,189,169,1) 88%);

}


.ui-widget-overlay{
  background-color:black;
  opacity: 0.5;
}

input{
  border:0px;
  border-bottom:1px solid #dedede;
    filter: none;
}
input, label {
    display:block;
}

input:focus + .control-label
{
    background-color:purple !important;
    color: red !important;
}

.controls{
  text-align:left;
}

.controls input{
  margin-top:0px;
}
.controls label
{
  margin-top:10px;
  font-weight:500;

} 

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active  {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  line-height: 1.3; }

h1 {
  font-size: 48px;
  margin: 33px 0; 
}

h2 {
  font-size: 30px;
  }

h3 {
  font-size: 22px;
   }

h4 {
  font-size: 20px;
 }

h5 {
  font-size: 18px;
  margin: 30px 0; }

h6 {
  font-size: 16px;
  margin: 36px 0; }


h2{
  text-align: center;
  margin-left:-60px;
  color:rgb(36, 189, 169) !important;
}
.vcenter {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
}



.login-box{
  width:100%;
  border-radius:5px;
  background-color: white;
      -webkit-box-shadow: 1px 3px 7px -1px rgb(0 0 0 / 37%);
    -moz-box-shadow: 1px 3px 7px -1px rgba(0,0,0,0.37);
    box-shadow: 1px 3px 7px -1px rgb(0 0 0 / 37%);
}

.vertical-center {
  min-height: 100%;  /* Fallback for browsers do NOT support vh unit */
  min-height: 100vh; /* These two lines are counted as one :-)       */
 
  align-items: center;
}

.middle{
  padding:20px !important;
  padding-left:60px !important;
  background-color:white;
}
.login-box-copy{
    background-color:white;

}

.header{
   display: flex;
  justify-content: center;
}

.copy{
  text-align: center;
  font-size:70%;
}

.logo{
  display:inline-block;
  align-self: center;
  text-align: center;
  width: 100%;
}

.middle p{
  margin-bottom:5px !important;
  margin-top:15px;
}

.middle p.active{
  font-weight:600;
}

.login-button{
  background-color: orange;
  color:white;
  margin-top:40px;
  padding:10px;
  max-width:220px;
  display: inline-block;
  float:left;
  margin-left:0px;  
  width:100%;
  font-weight:700;

}

.login-button:hover{
  background-color: rgb(243, 106, 0);
  cursor: pointer;
}

ul.errors{
  list-style-type: none;
  padding-left:0px;
  color:red;
}

ul.errors li{
}

.login-title{
  color: #24bda9;
  font-size: 2.5em;
    font-weight: 500;
    font-family: 'Quicksand', sans-serif;
}
.login-message2{
  color: #24bda9;
  font-size: 3em;
    font-weight: 200;
    font-family: 'Quicksand', sans-serif;
}

.forgot-password,.back-to-login{
  color: #24bda9;
}
  
.copyright{
  font-size:0.9em !important;
}

