.signup-link{
    position: relative;
    margin-left: 29%;
}
.country-and-mobile-number{
    display: flex;
    flex-direction: row;
    position: center;
}
.div_code{
    height: 30px;
}
.login_mobile{
    height: 31px;
}
.field-phone col-lg-3 {
    width: 200px; /* Adjust the width as needed */
    overflow: hidden;
    color: red;
}

.field-phone col-lg-3 {
   height: 150px; /* Adjust the height as needed */
   overflow-y: scroll;
}

  /* Style the options within the custom dropdown */
.div_code option {
   padding: 10px;
 }

 .oe_signup_form_mobile{
 max-width: 300px;
  position: relative;
  margin: 50px auto;
 }
