/* General for HTML and Body */
html, body {
	margin: 0;
	padding: 0;
	height: 100%;
  }
  
  .trial-container {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100vh; 
	background-position: center; 
  	background-repeat: no-repeat;
  	background-size: cover;
	font-family: 'Poppins', sans-serif;
  }
  
  .left-section {
	width: 50%;
	color: #ffffff;
	padding-left: 15%;
	padding-bottom: 200px;
	text-align-last: left;
  }
  
  .left-section h1 {
	font-size: 85px;
	width: 100%;
	font-weight: 600;
	letter-spacing: 0.5px;
	font-family: 'Poppins', sans-serif;
	color: #004a4b;
	margin-bottom: 4px;
  }
  
  .left-section img {
    margin-bottom: 40px;
    width: auto;
    max-width: 450px;
  }
  
  .left-section p {
	font-size: 24px;
	margin-top: 10px;
	color: #004a4b;
	width:90%;
  }
  
  .right-section {
	width: 50%;
	display: flex;
	justify-content: left;
	align-items: center;
	height: 100%;
	padding-left: 80px;
  }

  select {
    width: 100%;
    padding: 12px;
    margin: 8px 0;
    border: 1px solid #ccc;
    border-radius: 14px;
    background-color: #f8f8f8;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="%23c9c9c9" height="40" width="40" viewBox="0 0 24 24"><path d="M7 10l5 5 5-5z"/></svg>');
    background-repeat: no-repeat;
    background-position: right 16px center;
    background-size: 30px;
    appearance: none;
    -webkit-appearance: none; 
    -moz-appearance: none; 
   }
  
  .trial-modal-window {
	background: #ffffff;
	border-radius: 16px;
	box-shadow: 0px 0px 10px 5px #00D2C414;
	padding: 30px;
	max-width: 500px;
	width: 100%;
	text-align: center;
	padding-bottom: 40px;
  }
  
  .trial-login-container input,
  .trial-login-container select {
	width: 100%;	
	padding: 15px 20px;
	margin: 8px 0;
	margin-bottom: 15px;
	border: 1px solid #ffffff;
	border-radius: 14px;
	font-size: 14px;
	background-color: #f8f8f8;
	padding-left: 28px;
  }

  .trial-login-container select:focus {
	width: 100%;
	padding: 15px 28px;
	margin: 8px 0;
	border: 1px solid #eeeeee;
	border-radius: 14px;
	font-size: 14px;
	background-color: #fdfdfd;
	box-shadow: 0px 0px 10px 5px #9e9e9e14;
  }

  .trial-login-btn {
	width: 100%;
	padding: 14px;
	background-color: #00d2c4;
	color: white;
	border: 4px solid white;
	border-radius: 50px;
	font-size: 18px;
	cursor: pointer;
	margin-top: 20px;
	transition: background-color 0.5s ease;
  }
  
  .trial-login-btn:hover {
	background-color: #004a4b;
	background-image: none;
	color: #ffffff;
  }

  .trial-login-container {
	width: 384px;
  } 

  .trial-login-container input[type=text], .trial-login-container input[type=password], .trial-login-container input[type=email] {
	width: 100%;
	padding: 15px 20px;
	margin: 8px 0;
	border: 1px solid #ffffff;
	box-sizing: border-box;
	text-indent: 8px;
	font-size: 14px;
	background-color: #f8f8f8;
	}

	.trial-login-container input[type=text]:focus, .trial-login-container input[type=password]:focus, .trial-login-container input[type=email]:focus {
	width: 100%;
	padding: 15px 20px;
	margin: 8px 0;
	border: 1px solid #eeeeee;
	box-sizing: border-box;
	text-indent: 8px;
	font-size: 14px;
	background-color: #fdfdfd;
	box-shadow: 0px 0px 10px 5px #9e9e9e14;
	}

	.trial-login-container .form-group {
		width: 440px;
	}

	.form-control {
		color: #6b6b6b;
	}
	
	.form-group input[type=email] {
		width: 100%;
		padding: 15px 20px;
		margin: 8px 0;
		border: 1px solid #ffffff;
		box-sizing: border-box;
		text-indent: 8px;
		font-size: 14px;
	}

	.form-group .data-location {
		color: #01484e;
		font-size: 14px;
	}

	.name-fields {
		display: flex;
		gap: 15px; 
		margin-bottom: 3px;
	}
	
	.name-fields input {
		flex: 1;
		width: auto;
	}

	.form-group .domain {
		color: #01484e;
	}
  
  @media screen and (max-width: 1400px) {
    .left-section {
        display: none; /* Hide the left section */
    }

    .right-section {
        width: 100%;
        display: flex;
        justify-content: center; 
        align-items: center; 
        height: 100vh; 
		padding: 0px;
    }

	.trial-modal-window {
		background: #ffffff;
		border-radius: 16px;
		box-shadow: 0px 4px 20px #00D2C414;
		padding: 30px;
		max-width: 500px;
		width: 150%;
		text-align: center;
		padding-bottom: 40px;
	  }
}

@media screen and (max-width: 500px) {
    .left-section {
        display: none; /* Hide the left section */
    }

    .right-section {
        width: 100%;
        display: flex;
        justify-content: center; 
        align-items: center; 
        height: 100vh; 
		padding: 0px;
    }

	.trial-modal-window {
		background: #ffffff;
		border-radius: 16px;
		box-shadow: 0px 4px 20px #00D2C414;
		padding: 30px;
		max-width: 375px;
		width: 100%;
		text-align: center;
		padding-bottom: 40px;
	}
	
	.trial-login-container {
		width: min-content;
	}

	.trial-login-container input,
	.trial-login-container select {
		width: 200px;
		padding: 12px;
		margin-bottom: 15px;
		border: 1px solid #ffffff;
		border-radius: 14px;
		font-size: 14px;
		background-color: rgb(248, 248, 248);
	}

	.form-group {
		text-align-last: left;
		width: 100%;
	}

	.form-group input[type=email] {
		width: 320px;
		padding: 15px 20px;
		margin: 8px 0;
		border: 1px solid #ffffff;
		box-sizing: border-box;
		text-indent: 8px;
		font-family: "Roboto";
		font-size: 14px;
	}

	.form-group input[type=text] {
		width: 320px;
		padding: 15px 20px;
		margin: 8px 0;
		border: 1px solid #ffffff;
		box-sizing: border-box;
		text-indent: 8px;
		font-family: "Roboto";
		font-size: 14px;
	}

	.name-fields {
        flex-direction: column; /* Stack name inputs vertically */
        gap: 0; /* Remove gap for vertical alignment */
    }

    .name-fields input {
        width: 100%; /* Ensure inputs take full width */
    }
}