.uae-pass-btn{
  height: 60px;
  width: 300px;
  display: flex;
  background-color: #fff;
  border: none;
  border-radius: 30px;
  align-items: center;
  justify-content: center;
  align-self: center;
  box-shadow: 1px 1px 1px 1px #0000001c;
  color: #111225;
  border: 1px solid;
  margin-top: 10px;
  img{
      margin: 0 6px;
      height: 30px;
      width: 30px;
      margin-left: 10px;
  }
  &:hover{
      color: #111225;
      text-decoration: none;
  }
}
.uae-pass-btn-img{
    margin: 0 6px;
    height: 30px;
    width: 30px;
    margin-left: 10px;
}
.uae-pass-btn-span{
  margin: 8px 0px;
  font-weight: 400;
  color: #ffffff99;
  font-size: 14px;
}
.uae-pass-btn-border{
  margin: 8px 16px;
  border-bottom: 1px solid #ffffff99;
  width: 100%;
}

.uae-pass-form{
    margin: auto;
    max-width: 400px;
    margin-top: 40px
}