
input[type="text"], 
input[type="password"], 
textarea, 
textarea.form-control {
	height: 46px;
    margin: 0;
    padding: 0 16px;
    vertical-align: middle;
    background: #fff;
    border: 1px solid #d1d5db;
    font-family: inherit;
    font-size: 15px;
    font-weight: 400;
    line-height: 46px;
    color: #111827;
    -moz-border-radius: 6px; -webkit-border-radius: 6px; border-radius: 6px;
    -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 {
	height: 90px;
	padding-top: 12px;
	padding-bottom: 12px;
	line-height: 1.65;
}

input[type="text"]:focus, 
input[type="password"]:focus, 
textarea:focus, 
textarea.form-control:focus {
	outline: 0;
	background: #fff;
    border: 1px solid #2563eb;
    -moz-box-shadow: 0 0 0 3px rgba(37, 99, 235, .12); -webkit-box-shadow: 0 0 0 3px rgba(37, 99, 235, .12); box-shadow: 0 0 0 3px rgba(37, 99, 235, .12);
}

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

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

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

label { font-weight: 500; }


.f1-buttons button.btn {
	min-width: 105px;
	height: 42px;
    margin: 0;
    padding: 0 18px;
    vertical-align: middle;
    border: 0;
    font-family: inherit;
    font-size: 15px;
    font-weight: 600;
    line-height: 42px;
    color: #fff;
    -moz-border-radius: 6px; -webkit-border-radius: 6px; border-radius: 6px;
    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.92; color: #fff; }
button.btn:focus { outline: 0; opacity: 0.92; color: #fff; }

button.btn.btn-next,
button.btn.btn-next:focus,
button.btn.btn-next:active:focus, button.btn.btn-next.active:focus { background: #2563eb; }

button.btn.btn-submit,
button.btn.btn-submit:focus,
button.btn.btn-submit:active:focus, button.btn.btn-submit.active:focus { background: #2563eb; }

button.btn.btn-previous,
button.btn.btn-previous:focus,
button.btn.btn-previous:active:focus, button.btn.btn-previous.active:focus { background: #6b7280; }

.bs-callout {
  padding: 20px;
  margin: 20px 0;
  border: 1px solid #e5e7eb;
  border-left-width: 4px;
  border-radius: 6px;
  font-size:14px;
}
.bs-callout-info {
  border-left-color: #2563eb;
}
