/*---------------------------
verictions style css start
---------------------------*/
.pori-verification {
    justify-content: center;
    display: grid;
}

.email-verification-message {
    width: 700px;
    background: #fff;
    padding: 40px;
    box-shadow: 0 6px 20px rgba(168, 172, 185, .3);
    margin-top: 30px;
    border-radius: 10px;
    text-align: center;
}
.toggle-password i {
    font-size: 16px;
    color: #666;
}
.pori-pw-input {
    position: relative;

}
.woocommerce-form-row.woocommerce-form-row--wide.form-row.form-row-wide.pori-pw-input {
    position: relative;
}
.pori-pw-input .toggle-password {
    cursor: pointer;
    position: absolute;
    left: 20px;
    bottom: 15px;
}
@media (max-width:1024px) {
    .email-verification-message {
        width: auto;
    }
}
.toggle-password i {
  color: #ccc;
  font-size: 23px;
}
.spam-pori {
  background: #ffc60066;
  padding: 10px;
  border-radius: 4px;
}
.email-verification-message img {
  width: 250px;
}
