.popup-bed {
    position: fixed;
    z-index: 14 !important;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}


.popup-bed.dark {
    background-color: rgba(0, 0, 0, 0.5);
}

.popup-auth {
  position: relative;
  padding: 30px;
  z-index: 5;
  border-radius: 8px;
  margin: auto; 
  top: 0; 
  bottom: 0; 
  left: 0; 
  right: 0;
  top: 0;
  max-width: 500px;
  width: calc(100% - 80px);
  height: auto;
  min-height: 450px;
  background-color: white;
  transition: opacity 0.6s ease, transform 0.3s ease;
  transform: translateY(0);
  opacity: 1;
  font-family: "Work Sans", sans-serif;
  overflow: hidden;
  text-align: center;
}


.popup-auth.init {
    opacity: 0;
    transform: translateY(25px);
}

.popup-auth h4 {
    color: black;
    font-size: 30px;
    font-weight: 500;
} 


.popup-auth p {
    margin: 10px 0;
    font-weight: 400;
    color:black;
    font-size: 14px;
}


.popup-auth p {
    margin-bottom: 20px;
}

.popup-auth a {
color: black;
text-decoration: underline;
}

.bt-google {
  width: 237px;
  margin: auto;
  text-align: center;
}

.bt-google .g_id_signin {
    position: relative;
    text-align: center;
    width: 100%;
    font-family: "Work Sans", sans-serif;
    font-size: 14px;
}

.bt-google .g_id_signin div {
    background-color: transparent;
    text-align: center;
    width: 100%;
}

.bt-google .g_id_signin div:hover div {
    background-color: transparent;
    border-color: #999;
}

.bt-google .g_id_signin span {
    text-align: center;
    font-family: "Work Sans", sans-serif;
    color: #333;
    font-size: 14px;
    font-weight: 400;

}


.bt-email {
    margin-top: 20px;
    color: white;
    font-size: 16px;
    font-weight: 500;
    width: auto;
    text-align: center;
    cursor: pointer;
    background-color: black;
    padding: 20px 25px;
    display: inline-block;
    border-radius: 8px;
    color: white;
}


.auth-et1 {
    position: absolute;
    padding: 30px;
    top: 0; 
    left: 0;
}

.auth-et2 {
    position: absolute;
    height: auto;
    padding: 30px;
    top: 0;
    left: 0;
    right: 0;
    transform: translateX(600px);
    text-align: center;
    margin:  auto;
}

.auth-et3 {
    position: absolute;
    padding: 30px;
    height: auto;
    top: 0;
    left: 0;
    right: 0;
    transform: translateX(600px);
    text-align: center;
    margin:  auto;
}

.auth-et1, .auth-et2, .auth-et3 {
  transition: transform 0.3s ease;
}

.shift-left {
  transform: translateX(-600px);
}

.shift-right {
  transform: translateX(0);
}

.shift-left2 {
  transform: translateX(-600px);
}

.shift-right2 {
  transform: translateX(0);
}

.btnx button {
    position: relative;
    margin: 0;
    font-size: 16;
    background-color: red;
    padding: 0;
    display: inline-block;
}

.auth-et2 .btnx, 
.auth-et3 .btnx {
    position: relative;
    margin: 40px 0;
} 

.popup-auth .auth-et2 h5, 
.popup-auth .auth-et3 h5 {
    max-width: 480px;
    margin: 30px auto;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    color: #333;
    letter-spacing: -1px;
}

.in-field,
.auth-et2 .in-field {
    position: relative;
    width: 100%;
    height: 40px;
}

.in-field  input,
.auth-et2 input {
    display: block;
    padding: 15px 20px;
    width: 100%;
    max-width: 400px;
    font-weight: 300;
    margin: auto;
    height: auto;
    font-size: 16px;
    background-color: #fafafa;
    color: #333;
    outline: none; 
    box-sizing: border-box;
    border: 1px solid gainsboro;
    
}

.in-field {
    margin-bottom: 15px;
}

.auth-et3 button.back2,
.auth-et2 button.back {
    border: none;
    color: black;
}

.auth-et3 button.done,
.auth-et2 button.submit {
    color: black;
    background-color: #91ea88;
}

.auth-et2 button.submit.active,
.auth-et3 button.done.active {
    color: #333;
}
.auth-et2 button .btloader, 
.auth-et3 button .btloader{
    margin-left: 5px;
    height: 6px;
    vertical-align: top;
}

.auth-et2 button, 
.auth-et3 button {
    padding: 15px 20px;
    font-size: 16px;
    font-weight: 500;
    font-family: "Work Sans", sans-serif;
    width: auto;
    background-color: white;
}

.icon-check {
    position: absolute;
    top: 10px; 
    right: 5px;
    width: 20px;
    height: 20px;
    opacity: 0;
}


.checkmark-container {
    width: 25px;
    height: 25px;
    background: linear-gradient(135deg, #4CAF50, #91ea88);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}


.checkmark {
    width: 10px;
    height: 4px;
    border-left: 2px solid white;
    border-bottom: 2px solid white;
    transform: rotate(-45deg);
    border-radius: 2px;
}


.close-pop {
    position: absolute; 
    z-index: 3;
    top: 5px; 
    right: 5px;
    padding: 5px;
    font-size: 16px;
    width: 25px;
    height: 25px;
    border-radius: 100%;
    color: black;
    cursor: pointer;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
}


.close-pop:hover {
    background-color: gainsboro;
}


.auth-et2 p {
    padding-top: 10px;
    margin: auto;
    font-weight: 400;
    color: #333;
    max-width: 300px;
}

@media screen and (max-width: 550px) {
    .popup-auth h4 {
        font-size: 24px;
        line-height: 28px;
    }
}