/*
* FONT: PPNeueMontreal
*/
 
@font-face {
  font-family: 'neue-montreal';
  src: url(https://sustainnonprodpublicst.blob.core.windows.net/adb2c/fonts/neue-montreal.woff2) format('opentype');
  font-weight: 100 900;
  font-display: swap;
  font-style: normal;
}

body {
  margin: 0px;
  font-family: neue-montreal!important;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 24px;
  letter-spacing: 0.15px;
  text-align: left;
  color: rgba(0, 0, 0, 0.54);
  background-color: #DADADA;
  opacity: 1;
}

h1 {
  font-family: neue-montreal;
  font-size: 40px;
  font-weight: 600;   
  color: #171F20;  
  margin: 0px; 
}

h2 {
  font-family: neue-montreal;
  font-size: 32px;    
  font-weight: 500;   
  color: #171F20;   
}

h3 {
  font-family: neue-montreal;
  font-size: 34px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.24;
  letter-spacing: 0.25px;
  text-align: left;
  color: #4f4f4f;
  margin: 4px;
}

h6 {
  font-family: neue-montreal;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  color: #3D4545;  
  margin-top: 4px;
  margin-bottom: 4px;
  line-height: 24px;  
  font-weight: 500;   
}


input {
  font-family: neue-montreal;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left:16px;
  padding-right:16px;
  font-family: neue-montreal;
  font-size: 16px;
  width: 368px;
  line-height: 24px;  
  border: 1px solid rgba(0, 0, 0, 0.23);
  border-radius: 4px;
  margin-top:0px;
  margin-bottom:16px;
}

@media screen and (max-width: 400px){
   input {
     width:250px;
   }      
}

.error {
  font-family: neue-montreal;
  font-size: 14px;
  color: #F63E3F;
  max-width: 250px;
  padding-top:8px;
}

a {
  font-family: neue-montreal;
  color: #0B7D94;
  font-size: 14px;
  letter-spacing: 0.15px;  
  font-weight: 400;   
}

button {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0px;      
  height: 48px;
  font-size: 15px;
  font-weight: 700;
  line-height: 32px;  
  cursor: pointer;
  background-color: #0B7D94;
  border-radius: 4px;
}
 
.headerBox {
  background-color: #FFFFFF;
  width: 100%;
}

.container {
  width: 100%;
  display: flex;
  justify-content: center;
  background-color: #DADADA;
}

.logo {
  display: flex;
  justify-content: center;
  padding-top: 24px;
  padding-bottom: 24px;
  padding-left:10px;
  padding-right:10px;
}

.logoimage {
  height: 40px;
  max-width: 159px;            
}

.card {
  display: flex;
  margin-top: 64px;
  flex-direction: column;
  align-items: flex-start;
  padding: 40px;
  position: relative;
  width: 400px;
  background: #FFFFFF;
  box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  border-radius: 4px;
}

@media screen and (max-width: 400px){
   .card {
     width:300px;
   }      
}

