
.form-signin {
	width: 300px;
	height: 90px;
	position: absolute;
	top: 50%; 
	left: 50%;
	margin-left: -150px;
	margin-top: -45px;
	height: auto;
	font-size: 16px;
}

.form-control {
	position: relative;
	height: auto;
	box-sizing: border-box;
	padding: 10px;
	margin-bottom: -1px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

.btn-signin {
	text-indent: 0px;
    text-shadow: none;
	letter-spacing: normal;
    word-spacing: normal;
	text-rendering: auto;
	align-items: flex-start;
	box-sizing: border-box;
	margin: 0;
	font: inherit;
	overflow: visible;
	text-transform: none;
	-webkit-appearance: button;
	font-family: inherit;
	-webkit-user-select: none;
	-moz-user-select: none;
    -ms-user-select: none;
    font-weight: 400;
	text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
	background-image: none;
    border: 1px solid transparent;
	color: #fff;
    background-color: #428bca;
    border-color: #357ebd;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px;
	display: block;
	width: 100%;
	margin-bottom: 10px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.btn-signin:hover,.btn-signin:focus,.btn-signin:active {
	color:#fff;
	background-color:#3071a9;
	border-color:#285e8e;
}

.btn-signin::before {
	box-sizing: border-box;
}

.btn-signin::after {
	box-sizing: border-box;
}
