::selection { background-color: #E13300; color: white; }
::-moz-selection { background-color: #E13300; color: white; }

.background {
	width: 100vw;
	height: 100vh;
	background-image: url('../img/bg.jpeg');
	background-size: cover;
	position: relative;
	display: flex;
	flex-direction: row;
	overflow: hidden;
}

.card-left {
		height: 100%;
		width: 50%;
}
    
.card-left-container {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  z-index: 1;
  padding: 6rem;
}

.card-left svg {
  position: absolute;
  top: 50%;
  left: 0;
  height: 115%;
  width: 55%;
  transform: translateY(-50%);
  z-index: 0;	
}

.card-right {
  height: 100%;
  width: 50%;
  position: relative;
}

.card-right-container {
  width: 45rem;
  padding: 4rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow: hidden;
}

.label {
	display: block;
	font-weight: 500;
	font-size: 4rem;
  line-height: 3.4rem;
  margin-left: 25px;
	color: #FFFFFF;
}

.text {
	display: block;
	font-weight: 300;
	font-size: 2.3rem;
	line-height: 25px;
	margin-left: 25px;
	color: #F5F5F5;
}

.people {
	height: 42rem;
	margin: 5rem auto 0;
}

.people img {
  display: block;
  height: 100%;
  margin: 0 auto;
}

.logo {
	background-image: url("https://jala.ai/dashboard/assets/pages/jala-logo-new.png");
	background-size: cover;
	width: 18rem;
	height: 6.18rem;
	position: absolute;
	top: 2.5rem;
	left: 2.5rem;
	z-index: 2;
}

@media(min-width:992px){
  .container-title{
    margin-top: 35px;
    margin-bottom: 10px;
  }
}

@media(max-width:767px){
	.card-left{
		display: block;
	}
	.card-right{
		width: 50%;
    margin-top: 30px;
	}
	.card-left-container{
		display:block;
	}
}

@media(max-width:426px){
	.card-left{
		display: none;
	}
	.card-right{
		width: 100%;
    margin-top: 30px;
  }
	.card-left-container{
		display:none;
	}
}

@media(min-width:768px) and (max-width:991px){
	.card-left{
		display: block;
	}
	.card-right{
		width: 50%;
    margin-top: 30px;
	}
	.card-left-container{
		display:block;
	}
}

.container {
display: flex;
flex-direction: column;
padding-bottom: 1rem;
}

.container title {
  margin-bottom: 2rem;
}

.container title h3 {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: bold;
  font-size: 2rem;
  line-height: 2,3rem;
}

.container title h4 {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: normal;
  font-size: 1.6rem;
  line-height: 1.8rem;    
}

.form {
  display: flex;
  flex-direction: column;
  margin-bottom: 5.5rem;
}
  
.form > * {
  margin-bottom: 1.5rem;
}
  
.form-textarea{
    position: relative;
}

.form-textarea input {
  padding: 1.4rem;
  background-color: #F5F5F5;
  outline: none;
  border: none;
  border-radius: 1rem;
  width: 100%;
  height: 9rem;
  font-size: 1.6rem;
}

.form-textarea input::placeholder {
  font-size: 1.6rem;
  color: #D9D9D9;
}

.form-textarea label {
  position: absolute;
  height: 2rem;
  width: 2rem;
  right: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
}

.form-textarea label span {
  width: 100%;
  height: 100%;
}

.form-textarea label span svg {
  width: 100%;
  height: 100%;
}

.form-click{
  position: relative;
}

.form-click-text{
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.8rem; 
  width: 353px;
  height: 46px;
  margin-top: -46px;
  padding-left: 135px;
  padding-top: 20px;
  color: black;
}

.form-click input {
  padding: 1.4rem;
  background-color: #F5F5F5;
  outline: none;
  border: none;
  border-radius: 1rem;
  width: 17rem;
  font-size: 1.6rem;
}

.form-click input::placeholder {
  font-size: 1.6rem;
  color: #D9D9D9;
}

.form-click label {
  position: absolute;
  height: 2rem;
  width: 2rem;
  right: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
}

.form-click label span {
  width: 100%;
  height: 100%;
}

.form-click label span svg {
  width: 100%;
  height: 100%;
}

.form-field {
  position: relative;
}

.form-field input {
  padding: 1.4rem;
  background-color: #F5F5F5;
  outline: none;
  border: none;
  border-radius: 1rem;
  width: 100%;
  font-size: 1.6rem;
}

.form-field select {
  padding: 1.4rem;
  background-color: #F5F5F5;
  outline: none;
  border: none;
  border-radius: 1rem;
  width: 100%;
  font-size: 1.6rem;
  opacity: 0.75;
}

.form-field input::placeholder {
  font-size: 1.6rem;
  color: #D9D9D9;
}

.form-field label {
  position: absolute;
  height: 2rem;
  width: 2rem;
  right: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
}

.form-field label span {
  width: 100%;
  height: 100%;
}

.form-field label span svg {
  width: 100%;
  height: 100%;
}

.form-option {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  color: #9B9B9B;
  font-size: 1.4rem;
}

.form-option a {
  text-decoration: none;
  color: inherit;
}

.form-action {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  
}

.form-button {
  background-color: #FF6F67;
  outline: none;
  border-radius: 1rem;
  font: inherit;
  font-size: 1.4rem;
  height: 4rem;
  width: 14rem;
  border: none;
  color: white;
  margin: 0 auto;
}	

.form-button-muted {
  background-color: #D9D9D9;
  color: #9B9B9B;
}

@media(max-width:767px){
  .container{
    justify-content: center;
    width: 82%;
    margin-top: 2.5rem;
    margin-left: 4rem;
    padding-top: 2rem;
    background: white;
    opacity: 2;
    border-radius: 1rem;
  }
  .container-title{
    margin-bottom: 2rem;
  }
  .form{
    width: 27.5rem;
    justify-content: center;
  }
  .form-field{
    width: 35.5rem;
  }
  .form-action {
    width: 35.5rem;
  }
  .form-textarea{
    width: 35.5rem;
  }
  .form-click{
    width: 35.5rem;
  }
  .form-click-text{
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: bold;
    font-size: 1.6rem;
    line-height: 1.8rem; 
    width: 353px;
    height: 46px;
    margin-top: -39px;
    padding-left: 120px;
    padding-top: 20px;
    color: black;
  }
}

@media(min-width:768px) and (max-width:991px){
  .container{
    justify-content: center;
    width: 82%;
    margin-top: 2.5rem;
    margin-left: 4rem;
    padding-top: 2rem;
    background: white;
    opacity: 2;
    border-radius: 1rem;
  }
  .container-title{
    margin-bottom: 2rem;
  }
  .form{
    width: 27.5rem;
    justify-content: center;
  }
  .form-field{
    width: 35.5rem;
  }
  .form-action {
    width: 35.5rem;
  }
  .form-textarea{
    width: 35.5rem;
  }
  .form-click{
    width: 35.5rem;
  }
  .form-click-text{
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: bold;
    font-size: 1.6rem;
    line-height: 1.8rem; 
    width: 353px;
    height: 46px;
    margin-top: -43px;
    padding-left: 125px;
    padding-top: 20px;
    color: black;
  }
}

app-checkbox .checkbox-wrapper .checkbox-box {
  border: 2px solid #D9D9D9;
}

app-checkbox .checkbox-wrapper .checkbox-label {
  font-size: inherit;
  line-height: inherit;
}