*{
    font-family: "Poppins", sans-serif;
}
.logo img{
    width: 40px;
    height: 40px;
    align-items: center;
}
.header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 40px;
    background-color: #FFFFFF;
}
.nav{
    display: flex;
    align-items: center;
    gap: 16px;
}
.login{
    background-color: #1F1F1F;
    color: #FFFFFF;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    align-items: center;
   padding: 8px 25px;
}
.form-country{
    padding: 8px 16px;
   border: none;
    font-size: 16px;
    color: #1F1F1F;
}
.search{
    display: flex;
    align-items: center;
    border: #1F1F1F 1px solid;
    border-radius: 16px;
    padding: 8px 16px;
    background-color: #66666659;
    color: #66666659;
    gap: 1px;
    
}
.content{
    
    display: flex;
    background-color: #1F1F1F;
    align-items: center;
  
}

.left{
    float: right;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.title{
    width: 498px;
    color: #FFFFFF;
    padding: 178px 80px 32px 48px;
    gap: 24px;

}
.main-title{
    font-size: 48px;
}
.sub-title{
    font-size: 32px;
    word-wrap: break-word;
    white-space: normal;
    color: #FFFFFFCC;
}
.image-left {
  width: 538px;
 height: 538px;
}

.right{
    border-radius: 24px;
    border: none;
    box-shadow: rgba(102, 102, 102, 0.5);
    background: #fff;
    margin: 22px;
    

}

.sub-form{
    padding: 48px 88px 54px 88px;
}
.form-title{
    font-size: 32px;
    color: #333333;
    margin-bottom: 32px;
    
}
.name{
    display: flex;
    gap: 16px;
   

   
}
.first-name label,
.last-name label {
  font-size: 16px;
  margin-bottom: 4px;
  color: #666666;
}
.first-name input,
.last-name input {
  width:100%;
  height: 56px;
  border: 1px solid #d1d5db;
  border-radius: 12px;
} 
.email input {
  width: 534px;
  height: 56px;
  border: 1px solid #d1d5db;
  border-radius: 12px;

}
.email label {
  display: block;
  font-size: 16px;
  margin-bottom: 4px;
  color: #666666;
}
.phone-number label {
  display: block;
  font-size: 18px;
  color: #666666;
  margin-bottom: 4px;
}
.phone-input {
   width: 534px;
  height: 56px;
  border: 1px solid #d1d5db;
  border-radius: 12px;
}
.flag {
    display: flex;
    align-items: center; 
    justify-content: center; 
    gap: 16px; 
}
.select-code{
    display: flex;
    align-items: center;
    gap: 8px;
}

.country-code{
    padding:14px 24px; ;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}
.form-country-code{
    border: none;
    color: #1F1F1F;
    cursor: pointer; 
}
.password-label {
  font-size: 16px;
  margin-bottom: 4px;
  color: #666666;
 display: flex;
 
}
.password label span {
    display: block;
}
.password input {
  width: 534px;
  height: 56px;
  border: 1px solid #d1d5db;
  border-radius: 12px;
}
p{
  margin: 0;
  margin-top: 4px;
}
.show-hide {
  margin-left: 375px;
  cursor: pointer;
  color: #666666;
  align-items: center;
     display: flex;
}
.form-content {
  display: flex;
  flex-direction: column;
  gap: 32px;
  width: 534;
height: 418;

}
.checkbox {
  margin-top: 32px;
  align-items: center;
}.checkbox-item-1 {
  display: flex;
  align-items: center;
 margin-bottom: 16px;
} 
.checkbox-item-2 {
  display: flex;
  align-items: flex-start;
   width: 560px;
}
.checkbox label {
  
  margin-left: 8px;
}
.checkbox {
  accent-color: rgb(0, 0, 0); 
  width: 18;
height: 18;


}

.form-button button {
  margin-top: 32px;
  background-color: #1F1F1F;
  color: #FFFFFF;
  font-size: 22px;
  cursor: pointer;
  width: 164;
  height: 64;
  opacity: 25%;
 border-radius: 40px;

}
.form-button label {
  font-size: 16px;
  color: #666666;
  margin-left: 24px;
}
a{
    
    color: #1F1F1F;
}