@font-face {
	font-family: Arial AM;
	src: url(../fonts/arial_am.ttf);
}

body {
	background: url("bg.png") no-repeat center center;
	background-size: cover;
	font-family: "Arial AM", sans-serif;
}

.wrapper {
	border-radius: 30px;
	width: 400px;
	padding: 30px 30px;
	margin: 100px auto;
	text-align: center;
	box-shadow: 0 5px 20px 0 #006496;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.text-box ul {
	padding-left: 10px;
	list-style: disc;
}

.text-box ul li {
	margin: 10px 0;
	font-size: 14px;
}

.text-box h4 {
	margin-left: 10px;
}

.wrapper h4 {
	margin: 25px 0;
	font-size: 15px;
	font-weight: 400;
	line-height: 25px;
	color: #737272;
}

.wrapper h5 {
	font-size: 16px;
	color: #f59200;;
	font-weight: 400;
	line-height: 20px;
	letter-spacing: 1px;
}

.text-box {
	text-align: justify;
}


.btn {
	margin: 10px auto;
	width: 300px;
}

.btn-enter{
	margin: 10px auto;
	font-size: 18px;
	color: #0088cb;
	width: 300px;
	height: 47px;
	font-weight: 400;
	border-radius: 10px;
	background: #ededed;
	outline: none;
}

.btn:focus{
	outline: none !important;
}

.well {
	margin-bottom: 10px;
}

#salary {
	margin: 0 auto;
	padding-left: 50%;
}

.calculate .form-group {
    height: 90px;
}

.notification {
	color: #ff0000;
	display: none;
}

#customerTrue, #customerFalse {
	display: none;
}