/* Ludlow Arts: Classical - base style sheet */

.box {
    width: 200px;
    margin-right: 25px;
}

input[type=checkbox] {
  transform: scale(1.5);
}

.error {
    color: #dd0101;
}

.submit {
    text-align:left;
}

.center {
    margin-left: auto;
    margin-right: auto;
}

.form-button {
    /*button for database forms*/
    background-color: #38a1f3;
    color: #ffffff;
    margin-top: 3px;
    margin-bottom: 3px;
    border: 0;
    padding-left: 4px;
    width: 100px;
    height: 35px;
    border-radius: 3px;
    font-family: Ubuntu-R;
    vertical-align: middle;
    font-size: 20px;
}

