body, html {
  margin: 0;
  padding: 0;
  height: 100%;
  overflow-x: hidden;
}

.container_main {
  display: flex;
  flex-direction: row;
  height: 100vh;
  padding: 0;
  margin: 0;
}

.input-container {
  flex: 1; 
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-content: flex-end;
  align-items: center;
  background-image: url('d09df55185bc4fee2167b90f10d18288.png');
  background-size: cover; 
  background-position: center;
  background-repeat: no-repeat; 

}

.input-container input {
  box-sizing: border-box;
  padding: 10px;
  border-right: 5px;
  
}

.image-container {
  background: url('../media/Rectangle45.png') center/cover no-repeat;
  flex: 1;
  display: flex;
  justify-content: center;
  align-content: flex-end;
  align-items: center;
  justify-content: flex-end;
}

.image-container img {
  max-width: 125%;
  height: auto;
  margin: 0;
  padding: 0;
}

.login_heading {
  color: #000;
  font-family: Poppins;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 10px;
  line-height: normal;
  text-decoration-line: underline;
  text-transform: uppercase;
}
.login_text {
color: #525252;
font-family: Poppins;
font-size: 16px;
font-style: normal;
font-weight: 400;
margin-bottom: 18px;
line-height: normal;
text-decoration-line: underline;
}
.login_input_div_1, .login_input_div_2 {
display: flex;
flex-direction: row;
flex-wrap: nowrap;
align-items: center;
padding: 0;
margin: 6px;
margin-top: 30px;
border-radius: 16px;
border-color: rgba(240, 237, 255, 0.8);
background: rgba(240, 237, 255, 0.8);
outline: none;
}
.login_input_div_2{
margin-bottom: 30px;
}

.login_input_field {
width: 340px;
height: 52px;
flex-shrink: 0;
border:none;
outline: none;
background: rgba(240, 237, 255, 0.8);
}

input#fname.login_input_field, input#fpassword.login_input_field{
border-top-right-radius: 16px;
border-bottom-right-radius: 16px;
}


.login_button {
width: 364px;
height: 52px;
flex-shrink: 0;
border-radius: 16px;
margin-left: 10px;
border: 0;
background: linear-gradient(100deg, #9181f4 -5.85%, #5038ed 109.55%);
box-shadow: 0px 8px 21px 0px rgba(0, 0, 0, 0.16);
outline: none;
}
.login_with_others {
margin-top: 15px;
margin-bottom: 11px;
}
.login_with_google {
color: #1c1c1c;
font-family: Poppins;
font-size: 12px;
font-style: normal;
font-weight: 400;
line-height: normal;
text-decoration-line: underline;
}
.conn_with_google {
width: 364px;
height: 52px;
flex-shrink: 0;
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: center;
align-content: flex-end;
align-items: center;
}
.login_others_text{
font-weight: bold;
}

.login_button_text{
color: #fff;
}
@media (min-device-width : 481px) and (max-device-width : 1024px) {
.container_main{
flex-direction: column;
}
.input-container{
    max-width: 100%;
    height: 100vh;
    flex: 0mm;
    margin: 16px;
    margin-top: 80px;
    margin-bottom: 80px;
    align-content: center;
  }
.login_input_field{
    width: 340px;
    height: 52px;
  }
  .login_button{
    width: 370px;
    height: 52px;
    margin-left: 1.5%;
    align-content: center;
  }
  .login_button_text{
    font-size: 20px;
    color: #fff;
  }
  .login_with_google {
    font-size: 20px;
  }
  .login_with_others{
    font-size: 20px;
  }

} 

@media (max-width: 480px) {
  .container_main{
    flex-direction: column;
  }
  .input-container{
    max-width: 100%;
    height: 100vh;
    flex: 0mm;
    margin: 16px;
    margin-top: 90px;
    margin-bottom: 100px;
    align-content: center;
  }
  .login_input_field{
    width: 280px;
    height: 52px;
  }
  .login_button{
    width: 300px;
    height: 52px;
    margin-left: 3%;
    align-content: center;
  }

}