body {
    line-height: 1.428571429;
}

*, ::before, ::after {
    box-sizing: border-box;
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}

.input-group-addon, .input-group-btn, .input-group .form-control {
    display: table-cell;
}

.input-group-addon, .input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}

.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:last-child > .btn, .input-group-btn:last-child > .dropdown-toggle, .input-group-btn:first-child > .btn:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.input-group .form-control {
    width: 100%;
    margin-bottom: 0;
}

.form-control:focus {
    outline: 0;
}

.form-control {
	line-height: 1.428571429;
	color: #0894d5;
	vertical-align: middle;
	background-color: #ffffff;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-control:-moz-placeholder {
  color: #abdef6;
}

.form-control::-moz-placeholder {
  color: #abdef6;
}

.form-control:-ms-input-placeholder {
  color: #abdef6;
}

.form-control::-webkit-input-placeholder {
  color: #abdef6;
}

button, input, select, textarea {
    margin: 0;
}

button, input, select[multiple], textarea {
    background-image: none;
}

.btn-block {
    display: block;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}

.btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
}

.btn-primary {
    color: #ffffff;
    background-color: #007aff;
    border-color: #007aff;
}

.btn {
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    white-space: nowrap;
    -moz-user-select: none;
    font-weight: 300;
    transition: all 0.15s;
}

button, input, select[multiple], textarea {
    background-image: none;
}

input, button, select, textarea {
    font-family: inherit;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
}

button, select {
    text-transform: none;
}

