/** INLINE FORM **/

#ma-esign label {
    display: inline-block;
    width: 150px;
}

#ma-esign .checkboxes label {
    display: block;
    width: 100%;
}

#ma-esign #esign-error {
    color: red;
}

#ma-esign .ma-esign-remove {
    font-size: 75%;
    margin-left: 0.5em;
    color: red;
}

#ma-esign .ma-esign-preview {
    margin-left: 0.5em;
}

#ma-esign .wide label,
#ma-esign .wide input {
    width: 100%;
}

#ma-esign .wide input[type="checkbox"],
#ma-esign .wide input[type="radio"] {
    width: auto;
}

/** SIGNING PAGE **/
#esign {
    font-family: Helvetica, Arial, sans-serif;
}

#esign #divSignCanvas {
    border: 5px solid #aaa;
}

#esign .logo {
    max-width: 300px;
}

#esign p {
    margin-top: 1em;
}

#esign .text-center {
    text-align: center;
}

#esign .button {
    display: block;
    width: 100%;
    margin-top: 1em;
    padding: 1em;
    font-size: 1em;
}

#esign .container {
    max-width: 1170px;
    width: 100%;
    margin: auto;
}