﻿.user-section input[type="text"] {
    max-width: 260px;
}

.user-section input[type="password"] {
    max-width: 260px;
}

.user-section input[type="button"] {
    max-width: 260px;
}

.document-section input[type="text"], input[type="button"] {
    max-width: 180px;
}

.document-section input[type="button"] {
    width: 180px;
}

.document-section select {
    max-width: 180px;
}

.emailSection input[type="text"], textarea {
    max-width: 340px;
}

.emailSection textarea {
    height: 100px;
}

