
body {
	background-color: #f6f9fc;
}

input[type="submit"] {
	-webkit-appearance: none;
}

form {
	width: 300px;
	margin-left: auto;
	margin-right: auto;
}

.form-wrapper {
    top: 120px;
    position: relative;
    border-radius: 10px;
    width: 300px;
    padding: 20px 40px;
    margin: 0 auto;
    background-color: #ffffff;
    box-shadow: 2px 2px 3px 3px rgba(0,0,0,0.1);
}

.textBox {
	width: 100%;
	height: 27px;
	background-color: #ffffff !important;
	border: 1px solid #e3e3e3;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	outline: none;
	padding-left: 10px;
	padding-right: 10px;
	background-repeat: no-repeat;
	background-position: 5px center;
	box-sizing: border-box;
}
.textBox:focus {
	border: 1px solid #548bc9;
}
.textBox.redBorder {
	border: 1px solid #e15b21;
}
.textBox[readonly],
.textBox[readonly] {
	border-color: transparent;
	padding: 0;
	background-color: transparent !important;
}

.card {
	box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.2);
  margin: auto;
  margin-top: 120px;
  width: 400px;
  border-radius: 5px;
  background-color: white;
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;
}

.errText {
	color: #e15b21;
	height: 17px;
	box-sizing: content-box;
}

.hRight>.btn {
	width: 120px;
}

.resetPwdForm {
	margin-top: 120px;
}