.ngform .ngformcolumn {
    float: left
    }
.ngform .ngformcolumns1 .ngformcolumn {
    width: 100%
    }
.ngform .ngformlabel {
    font: italic 15px Cambria, Georgia, serif;
    color: #fff;
    padding: 5px 5px 0 0
    }
.ngform label.ngformright {
    font: italic 15px Cambria, Georgia, serif;
    color: #fff;
    padding: 5px 0 0 0
    }
.ngform .ngerror {
    color: #a65856
    }
.ngform .ngformerror {
    color: #a65856;
    padding: 10px;
    text-align: center;
    font-weight: bold;
    margin: 5px 0 20px 0
    }
.ngform label.ngmandatory {
    font-weight: bold
    }
.ngform .ngformnopad {
    padding: 0
    }
.ngform input[type=text], .ngform input[type=password], .ngform input[type=email], .ngform textarea, .ngform input[type=number] {
    -webkit-appearance: none
    }
.ngform input[type=text], .ngform input[type=password], .ngform input[type=email], .ngform select, .ngform textarea, .ngform input[type=number], .ngform input[type=date], .ngform input[type=time] {
    border-color: #fff;
    border-width: 1px;
    border-style: solid;
    padding: 4px;
    background: #5a5a5a;
    font: 15px Calibri, Candara, "Segoe", "Segoe UI", Optima, Arial, sans-serif;
    color: #fff;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0)
    }
.ngform input[type=number] {
    min-width: 100px
    }
.ngform input[type=checkbox], .ngform input[type=radio] {
    margin: 0;
    padding: 0
    }
.ngform input[type=submit] {
    border-color: #fff;
    border-width: 1px;
    border-style: solid;
    padding: 5px 10px 5px 10px;
    background: #5a5a5a;
    font: 15px Calibri, Candara, "Segoe", "Segoe UI", Optima, Arial, sans-serif;
    color: #fff;
    text-transform: uppercase;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1);
    display: block;
    float: right;
    cursor: pointer;
    outline: none;
    -webkit-appearance: none
    }
.ngform input[type=submit]:hover {
    border-color: #fff;
    background: #000;
    font-weight: normal;
    font-style: normal;
    text-transform: uppercase;
    color: #fff
    }
.ngform .ngradiogroup {
    margin-bottom: 4px;
    display: block
    }
.ngform textarea {
    height: 100px
    }
input::-webkit-calendar-picker-indicator {
    display: inline
    }
.ngform .ngformright, .ngform .ngformleft {
    display: block;
    margin: 0 0 10px 0;
    box-sizing: border-box
    }
.ngform .ngformright {
    float: left;
    width: 65%
    }
.ngform .ngformleft {
    float: left;
    width: 35%
    }
.ngform .ngformcolumns2 .ngformcolumn {
    width: 49%
    }
.ngform .ngformcolumns2 .ngformcolumn:first-child {
    margin-right: 2%
    }
@media screen and (max-width: 1023px) {
    .ngform .ngformcolumns2 .ngformcolumn {
        width: 100%;
        margin-right: 0
        }
    }
@media screen and (max-width: 767px) {
    .sqr .ngform .ngformright {
        width: 100%;
        float: none
        }
    .sqr .ngform .ngformleft {
        width: 100%;
        float: none
        }
    }