
._form{
    width: auto !important;
    margin: -30px 0 !important;
}

._field-wrapper input{
    border: 1.75px dotted #ccc !important;
    border-radius: 10px !important;
    text-align: center;
    padding: 7px 20px !important;  
    font-weight: bold;
    font-size: 1.3em !important;
}
._field-wrapper input._has_error{
    border: 1.5px dotted red !important;
}

._button-wrapper{
    position: absolute;
    right: 10px;
    bottom: 25px;
    width: auto !important;  
}
@media (max-width: 767.98px){
    ._button-wrapper{
        bottom: 30px;
        right: 5px;
    } 
}

._button-wrapper button{
    width: 30px;
    height: 30px;
    z-index: 20;
    border: none !important;
    background-color: red; 
    
}

._button-wrapper button::after{
    content: " ";
    position: absolute;
    right: 7px;
    top: 7px;
    color: #ffa71d;
    display: block;    
    background-image: url(../images/arrow_btn.png);
    background-position: center;
    background-size: cover;
    width:30px;
    height:30px;
    /* transform-origin: center; */
    /* transform: scale(1.5); */
 
}