 body {
    /*
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #ADABAB;
    */
    padding-top: 20px;
    padding-bottom: 0px;
    background-color: #87D1D1;
    font-family: Arial, Helvetica, sans-serif;
    color: black;
    font-weight: normal;
    font-size: 60px;
    padding: 15px;
    width: 1000px
 }

.error {color: #FF0000;}

.lbldiv {
    max-width: 800px
    text-align: left;
}

.inp {
    font-size: 60px;
    padding: 10px;
    width: 800px
}

input.ckb {
    width: 45px;
    height: 45px;
}

.btn {
    font-size: 54px;
    padding-left: 2px;
    padding-right: 2px;
}

.txt {
    font-size: 60px;
}

.lbl {
    font-size: 54px;
}

.lst {
    font-size: 60px;
    width: 800px
}

.foot {
    text-align: left;
    font-size: 30px;
    font-weight: normal;
    background-color:black;
    color: white;
    text-align: left;
    padding: 1em 1em;
    width: 1000px;
}

 h2{
    text-align: left;
    font-size: 80px;
    font-weight: bold;
    width: 1000px
 }

.form-control {
    position: relative;
    height: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    font-size: 20px;
 }
 /*
 .form-signin {
    max-width: 200px;
    padding: 15px;
    margin: 0 auto;
    color: #017572;
 }

 .form-signin .form-signin-heading,
 .form-signin .checkbox {
    margin-bottom: 10px;
 }

 .form-signin .checkbox {
    font-weight: normal;
 }

 h2{
    text-align: left;
    font-size: 30px;
    font-weight: bold;
 }

 .form-signin .form-control {
    position: relative;
    height: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    font-size: 20px;
 }

 .form-signin .form-control:focus {
    z-index: 2;
 }

 .form-signin input[type="email"] {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-color:#017572;
 }

 .form-signin input[type="password"] {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-color:#017572;
 }
*/
/* normal */

