@CHARSET "UTF-8";

body {
	width: 100%;
	display: table;
}

.login-div {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.input-table {
	margin-left: auto;
	margin-right: auto;
	border-radius: 10px;
	background-color: white;
	height: 120px;
    width: 300px;
}

.input-table tr:nth-child(1) td {
	border-bottom: 1px solid #f3e3e3;
}

.input-table input {
	width: 270px;
	height: 40px;
	border: 0px;
	font-size: 20px;
}

#btn_login {
	background-color: #2572D6;
	width: 300px;
    border: 0px;
    border-radius: 10px;
    height: 50px;
    color: white;
    margin-top: 15px;
    opacity: 0.7;
    cursor: pointer;
}