﻿.site-container {
	background-color:#fff;
}
.signin-container {
	width: 80%;
	margin-left: 10%;
	margin-right: 10%;
}

.input-box {
	position: relative;
}

	.input-box input {
		height: 40px;
		text-align: left;
		font-size: 16px;
		direction: ltr;
		padding-left: 40px;
	}

	.input-box i {
		text-align: center;
		font-size: 22px;
		color: #555;
		line-height: 1;
		position: absolute;
		left: 5px;
		top: 10px;
	}

.lbl-pass {
	margin-top: 15px;
}

.userpass-error-box {
	padding-top: 20px;
	font-size: 14px;
	margin-bottom: 20px;
	color: red;
	text-align: center;
	height: 50px;
}

.validation-box {
	margin-top: 5px;
	height: 15px;
}

.validation {
	font-size: 11px;
	color: red;
}

.error-box {
	margin-top: 5px;
}

.showpass-box {
	margin-top: 15px;
}

	.showpass-box input {
		margin-left: 5px;
		vertical-align: sub;
		cursor: pointer;
	}

	.showpass-box label {
		font-weight: normal;
		user-select: none;
		cursor: pointer;
	}

.btn-signup, .btn-signup:hover, .btn-signup:focus {
	margin-top: 15px;
	background-color: #00e676;
	padding: 0;
	border-radius: 8px;
	font-size: 16px;
	width: 100%;
	color: #fff;
	height: 40px;
}

.btn-check-code, .btn-check-code:hover, .btn-check-code:focus {
	margin: 15px auto 0 auto;
	background-color: #00e676;
	padding: 0;
	border-radius: 8px;
	font-size: 16px;
	width: 80%;
	color: #fff;
	height: 40px;
	display: block;
}

.link-box {
	margin-top: 50px;
	text-align: center;
}

	.link-box a, .link-box a:hover, .link-box a:focus {
		display: block;
		margin-bottom: 10px;
		color: #000;
		text-decoration: none;
		outline: none;
	}

.btn-forget {
	border: none;
	padding: 0;
	background: none;
	outline: none;
}

.pnl-verification {
	text-align: center;
}

.ussd-msg {
	margin-top: 10px;
	align-items: center;
	color: red;
	line-height: 2;
	text-align: center;
	font-size: 12px;
}

.verification-header {
	margin: 20px 0;
	display: block;
	text-align: center;
	font-size: 14px;
}

.timer {
	display: block;
	text-align: center;
	font-size: 18px;
}

.ussd-link, .ussd-link:hover, .ussd-link:focus {
	margin: 20px 0;
	color: #4800ff;
	display: block;
	text-decoration: none;
	text-align: center;
	line-height: 2;
}

.btn-send-code, .btn-send-code:hover, .btn-send-code:focus {
	margin: auto;
	background-color: #4800ff;
	border-color: #4800ff;
	width: 200px;
}

.txt-code {
	height: 50px;
	font-size: 26px;
	text-align: center;
	border: none;
	margin-bottom: 30px;
	letter-spacing:20px;
	direction:ltr;
}

.msg-box {
	height: 50px;
	line-height: 50px;
	font-size: 14px;
}

	.msg-box .g {
		color: #01bb61;
	}

	.msg-box .r {
		color: #ff1744;
	}
	iframe{
		width:100%;
		height:200px;
		border:none;
	}