﻿@media (min-width: 768px) {
    .ladi-section .ladi-container {
        width: 960px;
    }

    #btn_login {
        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;
    }

    .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;
    }
}

@media (max-width: 767px) {
    .ladi-section .ladi-container {
        width: 420px;
    }

    #btn_login {
        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;
    }

    .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;
    }
}

@media (min-width: 300px) and (max-width: 765px) {
    .ladi-section .ladi-container {
        width: 420px;
    }

    #btn_login {
        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;
    }

    .input-custome {
        min-width: 93%;
        min-height: 100%;
        background-color: rgb(241, 241, 241);
        border-radius: 29px;
        padding-left: 20px;
        font-size: 20px;
        color: #707070;
    }

    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;
        }
}
@media only screen and (device-width : 414px) and (device-height : 896px) {
    .input-custome {
        min-width: 97%!important;
        min-height: 100%;
        background-color: rgb(241, 241, 241);
        border-radius: 29px;
        padding-left: 20px;
        font-size: 20px;
        color: #707070;
    }
}

@media only screen and (device-width : 390px) and (device-height : 844px) {
    .input-custome {
        min-width: 93% !important;
        min-height: 100%;
        background-color: rgb(241, 241, 241);
        border-radius: 29px;
        padding-left: 20px;
        font-size: 20px;
        color: #707070;
    }
}