@charset "utf-8";

body{line-height:150%;font-size:18px;}

        header{
            background:#000;
            padding:1.4rem 0;
            text-align:center;
                }
        footer{
            background:#ddd;
            padding:1rem 0;
            text-align:center;
            color:#000;
        }
        .container{
            padding:1rem;
            max-width:990px;
            width:100%;
            margin:0 auto;
            text-align:center;
        }
        .ms_box{
            background:#ffe8e6;
            padding:1rem;
            width:90%;
            max-width:520px;
            margin:0 auto;
            margin-bottom:1rem;
            color:#ff0000;
            font-size:1rem;
        }
        h1{color:#ea5404;font-size:2rem;}
        h2{font-weight:normal;font-size:1rem;}
        h5{color:#922f01;}
        .input_ml input{
            padding:.6rem;
            width:100%;
            max-width:480px;
        }
        button{
            background:#f5aa01;
            padding:1rem 1.6rem;
            cursor: pointer;
            border-radius: 90px;
            border:0;
            font-weight:600;
            font-size:1.2rem;
        }
        button:before{
            font: var(--fa-font-solid);
            content: '\f05e';
            color:#ff0000;
            display: inline-block;
            text-rendering: auto;
            -webkit-font-smoothing: antialiased;
            padding-right:.4rem;
        }
.nav-link{color:#000 !important;font-size:1rem;}
.logo img{width:200px;}