﻿@media (min-width: 768px) {
    .ladi-section .ladi-container {
        width: 960px;
    }
    .input-custome {
        min-width: 100%;
        min-height: 100%;
        background-color: rgb(241, 241, 241);
        border-radius: 29px;
        padding-left: 20px;
        font-size: 20px;
        color: #707070;
    }
    #btn_Register {
        color: rgb(255, 255, 255);
        font-size: 20px;
        text-align: center;
        width: 100% !important;
        height: 100% !important;
        background: linear-gradient(180deg, rgba(255, 124, 1, 1.0), rgba(232, 58, 48, 1));
        border-radius: 18px;
    }
    #btn_Cancel {
        color: rgb(255, 255, 255);
        font-size: 20px;
        text-align: center;
        width: 100% !important;
        height: 100% !important;
        background: linear-gradient(180deg, #bdc3c7, rgba(84, 84, 84, 1.0));
        border-radius: 18px;
    }

}

@media (max-width: 767px) {
    .ladi-section .ladi-container {
        width: 420px;
    }
    .input-custome {
        min-width: 90%;
        min-height: 100%;
        background-color: rgb(241, 241, 241);
        border-radius: 29px;
        padding-left: 20px;
        font-size: 20px;
        color: #707070;
    }
    #btn_Register {
        color: rgb(255, 255, 255);
        font-size: 20px;
        text-align: center;
        width: 90% !important;
        height: 100% !important;
        background: linear-gradient(180deg, rgba(255, 124, 1, 1.0), rgba(232, 58, 48, 1));
        border-radius: 18px;
    }
    #btn_Cancel {
        color: rgb(255, 255, 255);
        font-size: 20px;
        text-align: center;
        width: 90% !important;
        height: 100% !important;
        background: linear-gradient(180deg, #bdc3c7, rgba(84, 84, 84, 1.0));
        border-radius: 18px;
    }
}

body {
    font-family: "Open Sans", sans-serif;
}

.form-control-feedback {
    margin-top: 0.2rem;
    font-size: 0.85rem;
    color: red;
}

.alert[data-notify] {
    min-width: 300px;
}

.alert-danger:not(.m-alert--outline) {
    color: white;
    background-color: #f66e84;
    border-color: #f55f78;
}

.alert {
    background: #ffffff;
    padding: 0.85rem 1.5rem;
    border-radius: 4px;
}

    .alert[data-notify] [data-notify=title] {
        display: block;
        font-weight: 500;
    }