input, textarea {
    margin: .5em 0 ;
    padding: 8px;
    font-size: .9em;

    color: var(--text-color);
}
input:focus, textarea:focus {outline:none!important;}

.long {
    width: 100% !important;
}

.medium {
  width: 40% !important;
}

.short {
  width: 20% !important;
}

.vshort {
    width: 4em !important;
}

/* Allow only vertical resizing of textareas.*/
textarea {
    resize: vertical;
    min-height: 2.5em !important;
    font-family: inherit;
}

button {
    text-align: center;
    border: none;
    background: var(--theme-colour);
    padding: .8em 1.2em;
    font-size: .9em;
    color: #ffffff;
    border-radius:5px;
    outline: none;
    cursor: pointer;
  }

button:disabled {
    background-color: #818181;
}

#confirm-email {
    display: none;
}