body {
  font-family: 'Mulish', sans-serif;
  background-color: #fff;
}

.g-recaptcha {
  display: block;
  margin: 0 auto;
  width: 100%;
  transform-origin:center;
}

.content {
  max-width: 1440px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background-color: #fff;
  margin: 0 auto;
  padding: 0;
  height: 100vh;
}

.home button {
/*  position: absolute;
  top: 20px;
  right: 380px; 
    */
    cursor:pointer;
    height: 40px;
    min-width: 100px;
    padding: 0 10px;
    border: 1px solid #E2E2E2;
    border-radius: 5px;
    color: #24282D;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    background-color: #fff;    
}

.menu-bar {
	width: 280px;

  position: absolute;
  top: 20px;
  right: 100px; 

}

.signin {
	display: inline-block;
}

.signin button {
	/*
  position: absolute;
  top: 20px;
  right: 320px; 
    */
    background-color: #F2672A;
    border: 0;
    color: #fff;
    height: 40px;
    padding: 11px 32px !important;
    border-radius: 10px;
    font-size: 14px;
    font-weight: bold;
    cursor:pointer;
    min-width: 100px;
}

.language {
	/*
  position: absolute;
  top: 20px;
  right: 160px;
	*/	
	display: inline-block;
}

.language svg {
  margin-right: 3px;
}

.language button {
  height: 40px;
  min-width: 100px;
  padding: 0 10px;
  /* border: 1px solid #E2E2E2; 
  border-radius: 5px; */
  border: none;
  color: #24282D;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  background-color: #fff;
}

.language-menu {
  background-image: url(/wp-content/themes/brokeree/images/language-menu-short-background-9items.png);
  background-repeat: no-repeat;
  width: 137px;
  height:364px;
  position: absolute;
  top: 50px;
  right: 120px;
}

.language-menu ul {
  list-style: none;
  margin-top: 30px;
  padding-left: 15px;
}

.language-menu li {
  height: 25px;
  width: 117px;
  margin-top: 2px;
  font-size: 12px;
}

.language-menu a {
  display: block;
  /*width: 100%;*/
  height: 100%;
  text-decoration: none;
  padding-top: 5px;
  padding-left: 10px;
  color: #24282D;
}

.language-menu a:hover {
  background-color: #F2F2F2;
}

.atfx-form {
  display: flex;
  flex-direction: column;
  margin: auto;
  text-align: center;
  width: 400px;
  padding: 0 20px;
}

.atfx-form-header {
  text-align: center;
  margin-top: 30px;
}

.atfx-form-header h1 {
  font-size: 12px;
  margin: 35px 0;
}

.atfx-form input[type=text], .atfx-form input[type=number], .atfx-form input[type=email], .atfx-form input[type=password], .atfx-form span, .atfx-form button {
  display: block;
}

.atfx-form input[type=text], .atfx-form input[type=number], .atfx-form input[type=email], .atfx-form input[type=password], .atfx-form select {
  width: 100%; /* 308px; */
  height: 40px;
  border-radius: 4px;
  border: 1px solid #E2E2E2;
  margin-bottom: 5px;
  padding-left: 5px;
}

.atfx-form span {
  margin-bottom: 10px;
  color: #7D7D7D;
  font-size: 12px;
}

.atfx-form button {
  width: 164px;
  height: 40px;
  border-radius: 4px;
  background-color: #F2672A;
  color: #fff;
  border: 0;
  margin: 0 auto;
  margin-bottom: 40px;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #24282D;
  opacity: 1; /* Firefox */
  padding-left: 5px;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #24282D;
  padding-left: 5px;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #24282D;
  padding-left: 5px;
}

input[type=text]:focus::placeholder {
  color: transparent;
}



    .atfx-form-options {
      text-align: left;
    }

    .atfx-form input[type=text] {
      /* margin-bottom: 15px; */
    }

    .atfx-form span {
      margin-bottom: 25px;
    }

    .atfx-form input[type=radio], .atfx-form input[type=checkbox] {
      vertical-align: middle;
      width: 18px;
      height: 18px;
    }

    .custom-file-input-container {
      width: min-content;
      white-space: nowrap;
      border: 1px solid #eee;
      /*padding-right: 10px;*/
    }
    .custom-file-input {
      border: 0;
      *width: 300px;
      /*color: transparent;*/
    }
    .custom-file-input::-webkit-file-upload-button {
      visibility: hidden;
    }
    .custom-file-input:hover::before {
      border-color: black;
    }
    .custom-file-input:active {
      outline: 0;
    }
    .custom-file-input:active::before {
      background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9); 
    }
    .submit {
      margin-top: 10px;
    }
    .submit button {
      cursor: pointer;
    }
    .au-btn--gray {
      cursor: default !important;
      background-color: #ddd !important;
    }



/* Right To Left Support */
.rtl {
  direction: rtl;
}

@media only screen and (max-width: 767px) {
  .atfx-form-header {
    margin-top: 80px;
      top: 80px;
  }
    
  .home button {
      right: 260px;
  }
  
    
  .signin button {
      right: 150px;
  }
    
  .language {
    right: 40px;
  }

  .language-menu {
    right: 0;
  }
}