@font-face {
    font-family: "Barlow";
    src: url("fonts/Barlow-Regular.otf");
    font-weight: 400;
}
@font-face {
    font-family: "Barlow";
    src: url("fonts/Barlow-Bold.otf");
    font-weight: 700;
}



body {
    font-family: "Barlow", sans-serif;
    margin: 0;
    background-color: #eff6ff;
    color: #2a4a5c;
}

* {
box-sizing: border-box;
}

.container {
    display: flex;
    margin: 60px 40px;
    background-color:#ffffff;
    border-radius: 10px;

    
}

.left {
    position: relative;
    width: 50%;
}

.logo {
position: absolute;
top: 40px;
left: 50px;
width: 100px;
z-index: 2;
}
.right {
width: 50%;
padding: 80px 60px;
}

.right h2 {
    color: #7b8a92;
    font-weight: 500;
    font-size: 28px;
    margin-top: 5px;
}

.right p {
    color: #96a5b1;
    margin-bottom: 45px;
}
  

.left-img {
    width: 100%;
    display: block;
  }  


.buttons {
    display: flex;
      gap: 20px;
}

.buttons a {
    display: flex;
    align-items: center;
     gap: 10px;
    padding: 10px 20px;
    text-decoration: none;
    color: #ffffff;
    width: 320px;
    
   
}



.facebook {
    background-color: #255a9b;
}
.linkedin {
    background-color: #0076b6;
}
.buttons img {
    width: 16px;
}
.or {
    display: flex;
    align-items: center;
    justify-content: center;
     color: #7b8a92;
    margin: 30px 0;
    width: 100%;
  } 
   
 .or::before,
 .or::after {
    content: "";
    display: block;
    width: 100px;
    height: 1px;
    background-color: #e1e5e7;
 }

.or span {
   
    padding: 0 10px;
}
.inputs {
    display: flex;
     gap: 20px;
  } 

  .input-group {
   position: relative;
    width: 100%;
  }

  .input-group label {
  position: absolute;
  top: 7px;
  left: 12px;
  font-size: 12px;
  color: #7b8a92;
  background: #fff;
   
  }

   .input-group input {
    width: 100%;
    height: 45px;
    padding: 18px 10px 6px 12px;
    border: 1px solid #eeeeee;
    border-left: 3px solid transparent;
    border-radius: 5px;
    box-sizing: border-box;
    
   }

   .input-group input:focus {
    outline: none;
    border-left: 3px solid #3698fb;
  }
  
    .radio-title {
        margin-top:25px;
        margin-bottom: 5px;

        font-size: 18px;
        font-weight: 600;
    }
 
    .radio-text {
        display: none;
       position: absolute;
        padding: 12px 16px;
        top: 120px;
        left: 0;
        background-color: #fff;
        border: 1px solid #eeeeee;
        border-radius: 8px;
        color: #96a5b1;
        font-size: 13px;
        line-height: 1.5;
        width: 360px;
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.03)
       
    }
   .radio-group:hover + .radio-text {
    display: block;
   }
   .investor-block {
    margin-top: 50px;
    position: relative;
   } 

   .radio-title {
    margin-bottom: 5px;
    font-size: 18px;
    font-weight: 400;
    color: #7b8a92;
   }

   .radio-subtitle {
    margin-bottom: 45px;
    font-size: 13px;
    color: #96a5b1;
   }
   .radio-group {
    margin-top: 10px;
   }

   .agree {
    display: block;
    margin-top: 110px;
    font-size: 13px;
    color: #96a5b1;
    line-height: 1.5;
   }

   .agree input {
    margin-right: 8px;
   }
   

   .agree a {
    color: #3698fb;
    
   }

.create-account {
    background-color: #3698fb;
    color: #ffffff;
    border: none;
    border-radius: 5px;
    width: 250px;
    height: 45px;
    margin-top: 60px;
    cursor: pointer;
    font-family: Barlow, sans-serif;
}

.info {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 1px solid #96a5b1;
    font-size: 7px;
    color: #96a5b1;
    margin-left: 4px;
    

}
    

 


  
  
   
    
    
   
 

    