html, body {
		margin: 0;
		padding: 0;
		width: 100%;
		height: 100%;
		display: table;
		/* background: url('../images/loginbk.jpg') no-repeat center center fixed; */
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		font-size: 18px;
		font-weight: 500;
		font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
}

input {
		outline: none;
		border: none;
		-webkit-writing-mode: horizontal-tb !important;
}

input[type="password" i] {
		-webkit-text-security: disc !important;
}

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active  {
    -webkit-box-shadow: 0 0 0 30px #ebebeb inset !important;
}

.video-parent {
    overflow: hidden;
}

.centerpanel {
		display: table-cell;
		text-align: center;
		vertical-align: middle
}

.logintitle {
	font-family: Ubuntu-Regular, sans-serif;
	font-size: 20px;
	color: #fff;
	line-height: 1;
	text-align: center;
	display: block;
	top: 0;
	left: 0;
	background-color: #e54002;
	height: 60px;
	padding-top: 10px;
	padding-bottom: 0px;
}

.txtforgot {
	font-size: 13px;
	color: #F44336;
	line-height: 1.4;
	text-decoration: none;
}

.wraplogin {
		background: #fff;
		border-radius: 20px;
		border-top-left-radius: 20px;
		border-top-right-radius: 20px;
		border-bottom-right-radius: 20px;
		border-bottom-left-radius: 20px;
		overflow: hidden;
		box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.1);
		-moz-box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.1);
		-webkit-box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.1);
		-o-box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.1);
		-ms-box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.1);
}

.wrapinput {
		width: 100%;
		background-color: #fff;
		border-radius: 27px;
		position: relative;
		z-index: 1;
}

.inputtext {
		font-family: Ubuntu-Regular, sans-serif;
		font-size: 17px;
		color: #1b3815;
		line-height: 0.8;
		position: relative;
		display: block;
		width: 180px;
		height: 45px;
		background: #ebebeb;
		border-radius: 27px;
		padding: 0 30px 0 30px;
}

.marginusername {
		margin-top: 32px;
		margin-bottom: 16px;
}

.marginpassword {
		margin-bottom: 16px;
}

.marginbtn {
		margin-top: 18px;
		margin-bottom: 32px;
}

.containerbtn {
		width: 100%;
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
}

.loginbtn {
		font-family: Ubuntu-Regular, sans-serif !important;
		font-size: 16px !important;
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 0 20px;
		width: 240px;
		height: 45px;
		background-color: #e95a2a;
		border-radius: 25px;
		color: #fff;
		line-height: 1.2;
		text-transform: uppercase;
		-webkit-transition: all 0.4s;
		-o-transition: all 0.4s;
		-moz-transition: all 0.4s;
		transition: all 0.4s;
}

#video {
    width: 177.77777778vh; /* 100 * 16 / 9 */
    min-width: 100%;
    min-height: 56.25vw; /* 100 * 9 / 16 */
}