﻿.signin-container {
	width: 80%;
	margin-left: 10%;
	margin-right: 10%;
}

.input-box {
	position: relative;
}

	.input-box input {
		height: 44px;
		text-align: left;
		font-size: 16px;
		direction: ltr;
		padding-left: 50px;
		border-radius:15px;
	}

	.input-box i {
		text-align: center;
		font-size: 24px;
		color: #999;
		line-height: 1;
		position: absolute;
		left: 10px;
		top: 10px;
	}

.lbl-pass {
	margin-top: 10px;
}

.userpass-error-box {
	font-size: 14px;
	margin-bottom: 10px;
	color: red;
	text-align: center;
	height: 30px;
	line-height: 30px;
}
.validation-box {
	margin-top: 5px;
	height: 15px;
}
.validation {
	font-size: 11px;
	color: red;
}

.error-box {
	margin-top: 5px;
}

.showpass-box {
	margin-top: 10px;
}

	.showpass-box input {
		margin-left: 5px;
		vertical-align: sub;
	cursor:pointer;
	}

	.showpass-box label {
		font-weight: normal;
		user-select: none;
	cursor:pointer;
	}

.btn-signin, .btn-signin:hover, .btn-signin:focus {
	margin-top: 10px;
	background-color: #d32f2f;
	padding: 0;
	border-radius: 8px;
	font-size: 16px;
	width: 100%;
	color: #fff;
	height: 50px;
}

.link-box {
	margin-top: 30px;
	text-align: center;
}

	.link-box a, .link-box a:hover, .link-box a:focus {
		display: block;
		margin-bottom: 15px;
		color: #000;
		text-decoration: none;
		outline: none;
	}
	.btn-forget{
		border:none;
		padding:0;
		background:none;
		outline:none;
	}

.ussd-msg {
	margin-top: 10px;
	align-items: center;
	color: red;
	line-height: 2;
	text-align: center;
	font-size: 12px;
}

.ussd-link, .ussd-link:hover, .ussd-link:focus {
	margin-top: 10px;
	border: 2px solid #0099ff;
	color: #0099ff;
	width: 70%;
	border-radius: 10px;
	font-family: Tahoma;
	direction: ltr;
	display: inline-block;
	text-decoration: none;
	font-size: 18px;
}
