.auth {
	font-size: 18px;
	margin: 10px;
	width: 300px;
}

.text-center {
	background-image: url('../images/security_login2.jpeg');
	width: 300px;
	height: 150px;
	display: flex;
	position: relative;
	margin: 100px auto 0 auto;
	border-radius: 5px;
	padding: 10px;
	padding-top: 50px;

}

.title {
	float: left;
	width: 150px;
	text-align: right;
	padding-right: 10px;
}


 input {
	border: 1px solid;
	padding: 3px;
	font-size: 15px;
	width: 121px;
}

.button1 {
  background-color: transparent;
  text-align: center;
  border: 1px solid black;
  
  display: block;
  color: black;
  width: 300px;
  height: 34px;
  font-size: 15px;
  cursor: pointer;
  letter-spacing: 2px;
  overflow:hidden;
}

.button1:hover {
    background: #93b0be;
    color: white;
}