.nsm-forms input[type="date"],
.nsm-forms input[type="text"],
.nsm-forms input[type="password"],
.nsm-forms input[type="textarea"]{
    height: 40px !important;
    margin: 5px 0 5px 0;
    padding: 0.7em;
    border: 1px solid #ddd;
    color: #666;
    font-size: 14px;
    line-height: normal !important;
    width: 100%;
}
.nsm-input-input{
    display: table-cell;
}
.nsm-input-label{
    margin: 5px 0 5px 0;
    padding: 0.7em;
    vertical-align: middle;
}

.nsm_submit_form{
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}
.nsm-container-no-label{
    display: inline-block;
    width: 100%;
}

.nsm-container-with-label{
    display: table;
    width: 100%;
}

@media screen and (max-width: 800px) {
    .nsm-container-with-label{
        display: block;
        width: 100%;
    }
}

.nsm-container-with-label:after,
.nsm-container-no-label:after{
    content: '';
    display: block;
    clear: both;
}

.nsm-forms .error{   

}

.nsm_error{
    border-color: red;
    border-width: 1px;
    border-style: dashed;
}

.nsm-checkbox-small input {
    zoom: 0.9;
}

.nsm-checkbox-normal input {
    zoom: 1;
}

.nsm-checkbox-big input {
    zoom: 2;
}
.nsm-checkbox-big label {
    position: absolute;
    margin-top: 4px;
}

.nsm-checkbox-very_big input {
    zoom: 3;
}

.nsm-checkbox-very_big label {
    position: absolute;
    margin-top: 12px;
}

textarea.nsm-input-input {
    width: 100%;
}