/**
 * Mageplaza
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Mageplaza.com license that is
 * available through the world-wide-web at this URL:
 * https://www.mageplaza.com/LICENSE.txt
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade this extension to newer
 * version in the future.
 *
 * @category    Mageplaza
 * @package     Mageplaza_SmsNotification
 * @copyright   Copyright (c) Mageplaza (https://www.mageplaza.com/)
 * @license     https://www.mageplaza.com/LICENSE.txt
 */

@media all and (min-width: 768px), print {
    .mp-sms-notification .block-content {
        width: 40%;
    }
}


@media all and (min-width: 1024px), print {
    .modal-popup.mp-sms-notification-otp-content .modal-inner-wrap {
        width: 50%;
    }
}

.mpsmsnotification-model-button .cancel{
    float:right;
}

.field.otp.required{
    float:left;
    width:70%;
}

#form-sms-notification-otp .fieldset button.action.primary{
    float:right;
    margin-top:28px;
}

span.sms_subscribe_checkbox{
    font-weight:normal;
}

div#mp_sms_telephone_error {
    color: #e02b27;
    margin-top: 5px;
}

form.contact .iti.iti--allow-dropdown {
    width: 100%;
}
