body {
	margin: 0;
    padding: 0;
}
a {
	text-decoration: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.header {
    text-align: center;
    font-size: 18px;
    padding: 10px 0;
    background-color: rgba(223, 108, 98, 0.9);
    color: white;
}
.form-group:first-child {
	margin-top: 50px;
}
.form-group {
	width: 95%;
	margin: 15px auto;
    border: solid 1px #ccc;
    border-radius: 8px;
}
.form-control {
    display: block;
    width: 95%;
    font-size: 16px;
    margin: 10px auto;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 0;
}
.padd {
	padding: 8px;
}
.btn-primary {
    color: #fff;
    background-color: #0197D3; /* #337ab7 */
    border-color: #2e6da4;
}
.btn-block {
	width: 100%;
	display: block;
}
.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}