body {
    font-family: monospace, Arial, Helvetica, sans-serif;
	background-color: #f0f0f0;
	background-image: url('../img/back.png')
}

.logo img {
	margin: auto;
	display: block;
    height: 120px;
}

.logo h2 {
	text-align: center;
	color: #fff;
	padding: 20px 20px 0 20px;
	font-family: monospace, Arial, Helvetica, sans-serif;
}

.logo h5 {
	text-align: center;
	color: #fff;
	padding: 0 20px 20px 20px;
	font-family: monospace, Arial, Helvetica, sans-serif;
}

.logo p {
	text-align: center;
	padding: 20px
}

.log {
	background-color: #15519a;
	box-shadow: 0 0 4px 0 #00000014, 0 2px 4px 0 #0000001f;
	border: 1px solid #fff;
	padding: 20px;
	border-radius: 10px;
	color: #fff;
	/* height: 78vh */
}

.white-border {
	padding: 10px;
	border-radius: 10px;
	background-color: #15519a
}

.t-box {
	width: 100%;
	margin-bottom: 20px;
	height: 40px;
	border: 1px solid #bec0c2;
	padding: 18px 20px 20px 50px
}

.t-btn {
	width: 50%;
	padding: 5px;
	margin: 20px auto;
	border: 0;
    text-decoration: none;
	text-align: center;

	background-color: #019400;
	color: #fff;
	border-radius: 30px;
	display: block;
    font-family: monospace, Arial, Helvetica, sans-serif;
	font-size: 15px
}

.f-btn {
	border: 0;
	background-color: transparent;
	color: gray;
	font-size: 12px;
	float: right;
	padding: 0;
	margin-top: -15px
}

.f-btn:hover {
	color: #f69322
}

.t-btn:hover {
	background-color: #f69322
}

.p-t-80 {
	padding-top: 30px
}

.yellow {
	background-color: #ffec02;
	color: #15519a;
	padding-right: 20px;
	padding-left: 30px;
	padding-top: 3px;
	padding-bottom: 2px;
	clip-path: polygon(5% 0, 100% 0, 95% 100%, 0% 100%);
	font-size: 22px;
	font-weight: 700;
	font-style: italic;
	width: 160px
}

.blue {
	background-color: #0c4db3;
	color: #fff;
	clip-path: polygon(9% 0, 100% 0, 91% 100%, 0% 100%);
	margin-left: -8px;
	font-size: 22px;
	font-weight: 600;
	font-style: italic;
	padding-top: 3px;
	width: 100px;
	height: 40px;
	text-align: center
}

img.mail {
	position: absolute;
	height: 15px;
	margin-top: 11px;
	margin-left: 15px
}

img.pass {
	position: absolute;
	height: 10px;
	margin-top: 16px;
	margin-left: 15px
}

.dash {
	position: absolute;
	color: #80808050;
	margin-left: 40px;
	margin-top: 6px
}

.eye {
	height: 13px;
	position: absolute;
	margin-left: -35px;
	margin-top: 13px;
	color: #8dc542;
	cursor: pointer
}

.lap {
    text-align: center;
}
.lap img {
    margin: auto;
	height: 380px;
	padding-top: 20px
}

.lock {
	height: 12px;
	padding: 0 3px;
	margin-top: -5px
}

.left-border {
	margin-top: 12px;
	background-image: linear-gradient(to right, #15519a, #fafafa, #15519a);
	padding: .5px
}

.center {
	text-align: center;
	font-family: roboto
}

.sign-up {
	font-weight: 300
}

.sign-up a {
	text-decoration: none;
	color: #bae900;
	font-weight: 500
}

.sign-up a:hover {
	color: #f69322
}

.last a {
	text-decoration: none;
	color: #15519a
}

.last a:hover {
	color: #f69322
}

.last {
	padding: 15px
}

.footer {
	background-color: #f69322;
	padding: 8.5px;
	margin-top: 20px;
}

@media screen and (min-width:220px) and (max-width:320px) {
	.yellow {
		margin-left: 30px
	}
}

@media screen and (min-width:321px) and (max-width:400px) {
	.yellow {
		margin-left: 60px
	}
}

@media screen and (min-width:401px) and (max-width:767px) {
	.yellow {
		margin-left: 90px
	}
}

@media screen and (min-width:220px) and (max-width:767px) {
	.lap {
		height: 300px;
		padding-top: 20px
	}
	.white-border {
		margin-top: 20px
	}
    .logo img {
        max-width: 150px;
        height: auto;
    }
}

@media screen and (min-width:768px) and (max-width:991px) {
	.dn {
		width: 20%
	}
	.log {
		height: auto
	}
}

@media screen and (min-width:992px) and (max-width:1024px) {
	.log {
		height: auto
	}
}

.forgotPassword {
	float: right;
	color: white;
}
.forgotPassword:hover {
	color: orange;
	text-decoration: none;
}

.customerCareNumber {
	height: 20px;
	font-size: 14px;
}
.customerCareNumber:before {
	display: block;
	text-align: center;
	content: "Customer Care: 6294168615";
}
