
        .submit-button {
            display: inline-block;
            padding: 10px 20px;
            margin-bottom: 0;
            font-size: 18px;
            font-weight: bold;
            line-height: 1.428571429;
            text-align: center;
            white-space: nowrap;
            vertical-align: middle;
            cursor: pointer;
            border: 1px solid transparent;
            border-radius: 2pt;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            -o-user-select: none;
            user-select: none;
            background-color: #666;
            border: solid 1px #666;
            color: #fff;
            width: 100%;
        }

        input[type="text"]{
            background: #EFEFEF;
            width: 100%;
            height: 45px;
            border: solid 1px #cbcbcb;
            font-size: 16px;
            color: #333;
            font-weight: bold;
            text-indent: 15px;
            box-sizing: border-box;
        }

        .label{
            font-weight: bold;
            color: #262626;
            margin-bottom: 8px;
        }
        h1{
            font-size: 24px;
            text-align: center;
        }
        .form-holder {
            margin-top: 10px;
            border:solid 1px #cbcbcb;
            padding: 10px;
            font-family: helvetica,Arial, sans-serif;
            font-size: 16px;
            width: 250px;
            margin-left: auto;
            margin-right: auto;

        }
        .errorlist {
            padding-left: 0;
            margin-left: 0;
            margin-top: 5px;
            font-size: 14px;
        }

        .device-options {
            font-size: 16px !important;
            text-align: center;
            margin-top: 10px;
            margin-bottom: 10px;
        }

        .footer {
            font-size: 11px;
            color: #ccc;
            text-align: center;
        }

        .footer a {
            font-size: inherit !important;
            color: #ccc;
            text-decoration: underline;
        }

        .footer span {
            display: block;
        }

        .row{
            margin-top: 10px;
            margin-bottom: 10px;
        }

        .groups-list{
            line-height: 25px ;
        }

        .group-description {
            font-style: italic;
            font-size: 14px;
            margin-left: 20px;
            color: #666666;
        }

        @media only screen
        and (max-width : 768px) {

            body {margin: 10px}

            .form-holder {

                border:solid 1px #cbcbcb;
                padding: 10px;
                font-family: helvetica,Arial, sans-serif;
                font-size: 16px;
                width: 100%;
                box-sizing: border-box;
            }

        }
        