/* INPUT AND LABLE ANIMATION STYLE */

.omf-text-field {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
}

.omf-group-field.two, .omf-group-field.three {
  flex-direction: row;
  align-items: center;
}

.omf-group-field.two .omf-text-field {
  width: 49%;
}

.omf-group-field.three .omf-text-field {
  width: 33%;
}

.omf-floating-label {
  position: absolute;
  top: 16px;
  transition: transform 0.3s ease-in-out, font-size 0.3s ease-in-out, visibility 0.3s ease-in-out;
  left: 0;
  padding: 0px 6px;
  padding-left: 0;
  margin: 0;
  font-size: 14px;
  color: #a5a3a3;
  line-height: 20px;
}

.omf-text-field input, .omf-group-field input, select {
  transition: 0.4s ease all;
  width: 100%;
  font-size: 0.9rem;
  outline: 0;
  padding-left: 5px;
  box-sizing: border-box;
  z-index: 1;
  position: relative;
}

.omf-floating-label select{
  z-index: 5;
}
  
.omf-text-field input:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  background-position: 0 0;
}

.animate-label {
    top: 11px;
    z-index: 10;
}

.animate-label {
  font-size: 0.98em;
  -webkit-transform: translateY(-20px);
  transform: translateY(-27px);
  visibility: visible !important;
  opacity: 1;
  /*text-transform: uppercase;*/
  color: #b3b3b3;
}

#address-field, .omf-group-field {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.login action-btn{
      cursor: pointer;
      padding: 10px 15px;
      font-weight: 500;
      text-transform: uppercase;
      display: inline-flex;
      border: 2px solid #000;
      user-select: none;
      outline: none;
      background-color: transparent;
      font-size: 0.85em;
      line-height: initial;
      align-items: center;
      justify-content: center;
      white-space: nowrap;
}

#contact-us-form .omf-group-field.two input { width: 49%; }

#signup, #login {
    margin-top: 15px;
}

#register-form {
    margin: 0;
}

.form-wrapper {
    background: #FFFFFF;
    max-width: 480px;
    padding: 45px;
}

/*.forms input {
  outline: 0;
    background: #f2f2f2;
    width: 100%;
    border: 0;
    padding: 12px;
    padding: 7px;
    box-sizing: border-box;
    background: none;
    border-bottom: 1px solid #dedede;
    padding-left: 0;
    padding-bottom: 2px;
    height: 30px;
}*/

.action-btn{
    cursor: pointer;
    padding: 10px 15px;
    font-weight: 500;
    text-transform: uppercase;
    display: inline-flex;
    border: 2px solid #000;
    user-select: none;
    outline: none;
    background-color: transparent;
    font-size: 0.85em;
    line-height: initial;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
}

.hide {
  display: none;
  transition: all 1s ease;
}

#contact-info-form h4 {
  margin-bottom: 15px;
  border-bottom: 2px solid #2e2e2e;
}

.progress-container, .progress-container-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
}

.progress-container-overlay {
  background-color: #cacaca30;
  z-index: 10;
}

.progress-container {
  z-index: 100;
}

.progress-container .fa {
  font-size: 4.5em;
  color: #989898;
}

input.otp-verify {
  width: 10%;
  border: 1px solid;
  margin: 0;
  padding: 10px;
}

.otp button {
  width: 10%;
  border-radius: 3px;
  padding: 11px 25px;
  border: 2px solid #8bc34a;
  background-color: #8bc34a;
  margin-left: 7px;
}

