input[type="text"], input[type="password"], textarea, textarea.form-control {
    height: 50px;
    margin: 0;
    padding: 0 16px;
	text-align: center;
    vertical-align: middle;
    background: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 40px;
    color: #333;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}

textarea, textarea.form-control {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 30px;
}

input[type="text"]:focus, input[type="password"]:focus, textarea:focus, textarea.form-control:focus {
    outline: 0;
    background: #fff;
    #border: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

input[type="text"]:-moz-placeholder, input[type="password"]:-moz-placeholder, textarea:-moz-placeholder, textarea.form-control:-moz-placeholder {
    color: #194988;
}

input[type="text"]:-ms-input-placeholder, input[type="password"]:-ms-input-placeholder, textarea:-ms-input-placeholder, textarea.form-control:-ms-input-placeholder {
    color: #194988;
}

input[type="text"]::-webkit-input-placeholder, input[type="password"]::-webkit-input-placeholder, textarea::-webkit-input-placeholder, textarea.form-control::-webkit-input-placeholder {
    color: #194988;
}


label {
    font-weight: 400;
    opacity: 0.8;
}

label.checkbox-inline, label.radio-inline {
    margin-right: 15px;
    font-weight: 400;
}

.checkbox-inline input[type="checkbox"], .radio-inline input[type="radio"] {
    position: static;
}

button.btn {
    height: 50px;
    margin: 0;
    padding: 0 20px;
    vertical-align: middle;
    background: #1f234b;
    border: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
    line-height: 50px;
    color: #fff;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    text-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}

button.btn:hover {
    opacity: 0.6;
    color: #fff;
}

button.btn:active {
    outline: 0;
    opacity: 0.6;
    color: #fff;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

button.btn:focus {
    outline: 0;
    opacity: 0.6;
    background: #1f234b;
    color: #fff;
}

button.btn:active:focus, button.btn.active:focus {
    outline: 0;
    opacity: 0.6;
    background: #1f234b;
    color: #fff;
}

select.form-control {
    width: 270px;
    margin-left: 5px;
    margin-right: 5px;
    border-radius: 2px;
    border-style: solid;
    border-color: #1f234b;
    border-width: 2px;
    height: 50px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
}

select.form-control:focus {
    border-radius: 2px;
    border-style: solid;
    border-color: #1f234b;
    border-width: 2px;
    box-shadow: none !important;
}





form fieldset {
    display: none;
    overflow: hidden;
    margin-top: 20px;
}

form input[type="text"], form input[type="password"] {
    width: 270px;
    margin-left: 5px;
    margin-right: 5px;
    border-radius: 2px;
    border-style: solid;
    border-color: #194988;
    border-width: 1px;
}

form input[type="checkbox"] {
    margin-right: 5px;
    border-style: solid;
    border-color: #194988;
    border-width: 1px;
}

form textarea.form-control {
    width: 700px;
    height: 160px;
}

form select.form-control {
    width: 270px;
    margin-left: 5px;
    margin-right: 5px;
    background: rgba(255, 255, 255, 0.6);
}

form .form-group {
    margin-bottom: 15px;
}

form button.btn {
    min-width: 152px;
    margin-top: 15px;
    margin-left: 5px;
    margin-right: 5px;
    border-radius: 2px;
    background-color: #194988;
}

form .radio-buttons-1, form .radio-buttons-2, form .checkboxes-1, form .checkboxes-2 {
    display: inline-block;
    margin: 0 15px 20px 15px;
}

form .selects-1, form .selects-2 {
    display: inline-block;
    margin: 0 0 20px 0;
}


