﻿input, textarea
{
    width: 96%;
    padding: 2%;
}

input[type=text], input[type=password], input[type=number]
{
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

textarea
{
    display: block;
    width: 100%;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

input[type="text"], input[type="password"], select, textarea, input[type=submit], input[type=password], input[type=number]{
    max-width: 280px;
}

.success
{
        background-color: #6BCC7D;
    color: #14630E;
    padding: 10px 0px;
    text-align: center;
    list-style: none;
}

textarea
{
    height: 100px;
}

input[type=reset]
{
    display: none;
}

input[type=submit]
{
        margin: auto;
    width: 50%;
    margin-top: 10px;
}

.control-group
{
    margin-bottom: 15px;
}

.controls span
{
        font-size: 8pt;
}

input[type=checkbox]
{
    width: 30px;
}

.formMessagesContainer
{
    float: left;
    width: 40%;
}

@media all and (min-width: 768px) {

 form
 {
         width: 80%;
 }

}

@media all and (min-width: 1200px) {

}