.form__register .formInput .bottomForm .btnLog a {
  display: flex;
  align-items: center;
  gap: 10px;
  align-items: baseline;
  padding-top: 3px;
  flex-direction:row-reverse;
  direction:ltr;
  font-weight:bolder;
}

.form__register {
  background-color:#ffffff88 !important;
  border: 0px solid;
  border-radius:20px;
}

input,input:active,input:hover,input:focus ,input:focus-visible,span{
  background:transparent !important;
  background-color: transparent !important;
  border-bottom:black;
  color:white;
  font-weight: bolder;
    font-size: 1.8rem;
    border: 0px;
    outline: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;

}
.formOne.formSelect.flex-none.w-country {
    flex-basis: 25% !important;
}
input::placeholder {
  color:white;
}
ul::-webkit-scrollbar {
  width: 5px;
}

ul::-webkit-scrollbar-track {
box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

ul::-webkit-scrollbar-thumb {
background-color: black;
outline: 1px solid slategrey;
}

.formOne {
  padding-bottom: 0px !important;
  border-color: black !important;
}


a span {
  color:white;
}

button#btn , .bottomForm button {
  background: black !important;
  border-radius: 39px;
  border: 2px #ffffff !important;
}

button#btn {}

button.btn.btnHome {
  background: none;
  /* color: beige; */
}
.form__register .top__button a
{
    color:white;
    font-size:20px;
    text-decoration:underline;
    font-weight:bolder;
}


p.text {
  color: white;
  font-weight: bolder;
}
.formOne {
    border: unset !important;
}
i{
  color: #ffffff !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    background-image: url(./../../assets/images/icon/white-down-arrow-png-2.png);

  background-color: transparent;
  background-size: contain;
  border: none !important;
  height: 20px !important;
  width: 20px !important;
  margin-top:-6px;
}

input.select2-search__field {
    border: 2px solid black !important;
    border-radius: 6px;
}
.formOne.formSelect.flex-none.w-country {
    padding-bottom: 0.45rem !important;
}
.all__form__Input.w-full {
    border-bottom: 1px solid !important;
}
input#phone-user {
    text-align: left;
    margin-left: 15px;
}
.verification_code_inputs {
  background-color: #ffffff !important;
  color: black !important;
}
.resendLinkCode 
{
  color:white !important;
  font-size:20px;
  text-decoration:underline;
  font-weight:bolder;
}
.header{
  margin: auto !important;
  margin-top: 50px !important;
}
.all__register
{
  flex-direction: column !important;
}
.logo{
  text-align: center !important;
}

.bottomForm button:disabled,
.bottomForm button[disabled]{
      background-color: #9b9b9b !important;
      cursor: default;
}
.code-is-send
{
  color: rgb(0, 0, 196);
  height: 30px;
  margin-top: 25px;
  font-size: 2rem;
  font-weight: bolder;
}
.code-is-send.success{
  color: #00ff70 !important;
  
}
.code-is-send.danger
{
  color: red !important;
}