@import 'reset.css';

body {
	margin-top: 10px;
	margin-left: 10px;
	color: white;
}

.content-wrap {
	width: 265px;
	margin: 0;
	position: relative;
	border-top: 1px solid black;
	border-left: 1px solid black;
	border-right: 3px solid black;
	border-bottom: 3px solid black;
	padding: 20px 35px 20px 20px;
	background: linear-gradient(#5614b0, #dbd65c); 
}

h1 {
	padding-bottom: 12px;
	padding-left: 75px;
	text-align: center;
	font-size: 20px;
	font-family: "Segoe Script", "Comic Sans MS";
	font-weight: bold;
}

h1.error {
	color: red;
}

div {
	padding-bottom: 10px;
	display: inline-block;

}

.col-left {
  min-width: 75px;
  margin: auto;

}

input[type="text"], input[type="password"] {
	width: 173px;
}

input[type="submit"] {
	margin-top: 10px;
}

.right-button {
	position: absolute;
	right: 45px;
}

.left-button {
	position: relative;
	padding-left: 79px;
}
