.rc_stock_notification_wrapper {
    margin: 10px 0;
    border: 1px solid #d1d5da;
    padding: 18px;
}
.rc_stock_notification .error {
    color: red;
    display: block;
}
.rc_stock_notification .email-field input {
    width: 100%;
}
.rc_stock_notification .container,
.rc_stock_notification .container .fieldset{
    padding: 0;
    margin: 0;
}
.rc_stock_notification_wrapper.success {
    color: green;
}
.rc_stock_notification_wrapper .loader {
   display: none;
   transition: 4s linear;

}
.rc_stock_notification_wrapper .loader .image {
  display: block;
  margin: 0 auto;
}
.rc_stock_notification .input-fields {
    width: 66%;
    display: inline-block;
}
.rc_stock_notification .actions-toolbar {
    vertical-align: top;
    display: inline-block;
    max-width: 32%;
    min-width: 120px;
    padding-top: 0;
    margin-top: 0;
    border-top:none;
}
.rc_stock_notification .title {
    float: none;
    display: block;
    margin-bottom: 17px;
    font-size: 20px;
    font-weight: normal;
}
.rc_stock_notification .gdpr-field {
    margin-top: 10px;
}
@media screen and (max-width: 1024px){
    .rc_stock_notification .input-fields {
        width: auto;
        margin: 15px 0;
    }
}
