
        *{
            -webkit-overflow-scrolling:auto;
        }
        body{
            background-color: aliceblue;
            font-size: 10px

        }
        #list_con{
            width: 80%;
            height: 200px;
            position: absolute;
            top: 50%;
            left: 10%;
        }
        #list_con input {
            display: block;
            margin: auto;
            margin-top: 10px;
            border-radius: 4px;
            background: #26bdab;
        }
        .closePage{
            text-align: right;
            left: 0;
            padding: 0;
            position: fixed;
            top: 0;
            z-index: 999;
            width: 100%;
            height: 45px;
            background-color: bisque;
            margin: 0;
        }
        button:active,button:focus,button{
            border-style:none;
            outline:none;

        }
        button:active{
            /*border:1px solid red;        */
        }
        #status{
            display: block;
            width: 80%;
            margin: auto;
            height: 150px;
            margin-top: 20px;
        }
        .form{
            width:100%;

        }
        .form lable{
            display: inline-block;
            width:30%;
        }
        .form input,.form textarea{
            border: none;
            display: inline-block;
            width: 50%;
            border-bottom: 1px solid #26bdab;
            background: transparent;
            margin-left: 10%;
        }
        .form textarea{
            height:100px;
            border: 1px solid #26bdab;
            margin-top: 6px;
        }
        .buttonForm{
            /*height:160px;*/
            line-height: 80px;
            margin-bottom: 10px;
        }
        .buttonForm button{
             border-radius:30px;width:50px; height:60px; /*margin-left: 5%;*/margin-top: 5%;background-color: #26bdab;
            color: white;
        }
