.action-joinwaitlist{
    display: flex;
    gap:10px;
}
.action-joinwaitlist input[type=text] {
    box-sizing: border-box;
    height: 60px;
    line-height: 60px;
    border: 2px solid #fff;
    border-radius: 30px;
    background-color: transparent;
    box-shadow: 0 1px 12px 3px rgba(0,12,61,.1);
    color: #fff;
    font-size: 17px;
    width: 225px;
    padding: 0 21px;
    margin: 0;
    outline: none;
}
.action-joinwaitlist input[type=text]::placeholder {
    color: #fff;
}
.action-joinwaitlist input[type='text'].error{
    border: 1.62px solid #ff7570;
}
.action-joinwaitlist-btn {
    height: 60px;
    line-height: 60px;
    border-radius: 30px;
    background-color: #fff;
    color: #fff;
    font-size: 22px;
    text-align: center;
    width: 188px;
    font-weight: 500;
    cursor: pointer;
    color: #1152F7;
}
.action-joinwaitlist .success{
    font-weight: 500;
    font-size: 24px;
    background: #ebf2ff;
    padding: 20px 30px;
    border-radius: 37px;
    color:#000C3D;
}
@media screen and (max-width: 414px) {
    .action-subscribe{
        width: 270px;
    }
    .action-joinwaitlist input[type='text'],
    .action-joinwaitlist-btn {
        font-size: 16px;
    }

    .action-joinwaitlist-btn {
        height: 50px;
        line-height: 50px;
        font-size: 16px;
        width: 120px;
    }
    .action-joinwaitlist input[type='text'] {
        height: 50px;
        line-height: 50px;
        font-size: 16px;
        width: calc( 100% - 140px);
        padding: 0 15px;
    }
    
}