﻿
html, body {
            position: relative;
        }

        * {
            margin: 0;
            padding: 0;
        }

        .mobile {
            /*position: absolute;*/
            width: 89%;
            /*top: 483px;*/
            height: 31px;
            /*left: 50px;*/
            border: 0;
            margin: 15px 15px 0 15px;
            padding-left: 5px;
        }
        .add {
            width: 90%;
            color: #013564;
            border: 2px solid #013564;
            margin: 8px 15px 25px 15px;
            border-radius: 5px;
            background-color: #fff;
            text-align: center;
            box-sizing: border-box;
            display: inline-block;
            line-height: 40px;
            text-decoration: none;
        }

        .aug-acticity img {
            width: 100%;
            height: 100%;
        }

        .up-form {
            padding-bottom: 20px;
            position: absolute;
            bottom: 0;
            width: 100%;
        }
        .inputForm {
            padding-top:1%;
             height: 30%;
        }
        .inputForm p {
            font-size: .6em;
            text-align: center;
            margin: 10px 10px;
        }

            .inputForm p input[type=text] {
                outline: none;
                border: 2px solid #fff;
                width: 80%;
                height: 32px;
                line-height: 32px;
            }

            .inputForm p button {
                outline: none;
                border: 4px solid #fff;
                width: 81%;
                color: white;
                height: 32px;
                font-size: 16px;
                padding-bottom: 2px;
                background-color: #fff;
                line-height: 15px;
            }

        .big-font {
            font-size: .7em !important;
            font-weight: bold;
        }

        .disabled-btn {
            background-color: #888 !important;
        }
