
/* AUTH */

body {
	background-color: #eef0f3;
	text-align:  center;
}

.auth_Bl {
	width: 300px;
	text-align: center;
	margin-top: 10%;
	background-color:  #fff;
	border-radius:  4px;
	display:  inline-block;
	padding: 30px;
	border: 1px solid #ccc;
}

.auth_Bl .title {
	color: #42484e;
	font-weight: bold;
	text-align: center;
	font-size: 30px;
	margin-bottom: 30px;
}


input[type='text'], input[type='password'] {
    width: 100%;
    border-radius: 4px;
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 10px;
    margin-bottom: 10px;
    color: #474d59;
}

.btn {
	background-color: #52b651;
	color: #fff;
	font-weight: bold;
	text-align: center;
	width: 100%;
	border: 0;
	padding: 10px 0;
	border-radius: 4px;
}

/* AUTH */