body {
    font-family: "Open Sans", Sans-Serif;
    line-height: 1.2rem;
    background: url("/images/background.jpg") repeat;
 }

form { width: 100%; padding: .5rem 1rem; margin: auto ;}
form.wideform { width: 100%; padding: .5rem 1rem; margin: auto;}

@media screen and (min-width: 721px) {
    form { width: 75%; }
    form.wideform { width: 75%; }
}

@media screen and (min-width: 1000px) {
    form { width: 50%; }
    form.wideform { width: 75%; }
}

#uploginform,
.loginform
{
    width: 25rem;
    margin: 4rem auto;
    border: 1px solid #ddd;
    padding: .5rem 2rem;
    box-sizing: border-box;
    background: #f7f7f7;
}


form h2 {
    color: #66B2DD;
    border-bottom: 1px solid #66B2DD;
    width: 100%;
    font-size: 1.2rem;
    line-height: 1.5;
    margin-bottom: 1.2rem;
}

input[type=text], input[type=search], input[type=number], input[type=tel], input[type=password], input[type=date], input[type=email], textarea {
    line-height: 1.3;
    padding: 3px;
    border-radius: 3px;
    border: 1px solid #aaa;
    width: 100%;
}

input[type=text]:focus, input[type=search]:focus, input[type=number]:focus, input[type=tel]:focus, input[type=password]:focus, input[type=date]:focus, input[type=email]:focus, textarea:focus {
    border: 1px solid #FB9A4E;
    outline: none;
}


.btn-primary, input[type=submit] {
    line-height: 1.3;
    background-color: #428bca;
    border: 4px solid #428bca;
    color: #fee;
    font-size: 1rem;
    border-radius: 3px;
    margin-top: 1rem;
}

.btn-primary:hover, input[type=submit]:hover {
    background: #0069A6;
    border: 4px solid #0069A6;
    cursor: pointer;
}

.fieldwrap {
    width: 100%;
    margin-bottom: 1rem;
}

.fullwidth {
    width: 100%;
}


form label {
    margin-top: 1rem;
    font-size: .8rem;
    display: block;
    font-weight: bold;
}

.bbformlongdescription {
    font-weight: normal;
    font-size: .9em;
    color: #333;
}

.bbformerror {
    /*font-size: .8rem;*/
    color: red;
}

.bbformsuccess {
    font-size: 1.2rem;
    color: green;
    /*font-weight: bold;*/
}



.col3 { width: 100%; float: left; padding: 0 1rem; } /* Maximum of 3 wide on large screen, one column on mobile small */
@media screen and (min-width: 1000px) {
    .col3 { width: 50%; float: left; padding: 0 1rem;}
}

@media screen and (min-width: 1500px) {
    .col3 { width: 33.33%; float: left; padding: 0 1rem; }
}

/*@media screen and (min-width: 1280px) {
    .col3 { width: 25%; float: left; padding: 0 1rem; }
}
*/
