
/* input text  */
.stz-input-text {
    height: 2.5rem;
    border-radius: 0.4rem;
    border: 0.1rem solid gray;
    padding-left: 10px;
    color: #2a393f;
    padding-right: 10px;
}

.stz-input-text:focus {
    border: 0.1rem solid #4ea6c9 !important;
}

/* input texteara */
.stz-input-texteara {
    height: 10rem;
    border-radius: 0.4rem;
    border: 0.1rem solid gray;
    padding-left: 10px;
    color: #2a393f;
    padding-right: 10px;
}

.stz-input-texteara:focus {
    border: 0.1rem solid #4ea6c9;
}

