﻿


@font-face {
    font-family: OpenSansExtraBold;
	src: url(../fonts/OpenSans-ExtraBold.ttf);
}



.bg_login {
    height:100vh;
    width:100vw;
	background-image: url(../Images/login_bg.jpg);
	background-size: cover;
}

.bg_login .dv_login {
	width: 100%;
	box-shadow: 0 0 4px rgba(0,0,0,.14), 0 4px 8px rgba(0,0,0,.28);
	background-color: rgba(34,189,76,1.00);
}

.bg_login .dv_login .dv_logo {
	height: 65vh;
	background-color: white;
	position: relative;
}

.bg_login .dv_login .dv_logo img {
	width: 70%;
	height: auto;
}

.bg_login .dv_login .dv_login_details {
	background-color: rgba(34,189,76,1.00);
	height: 65vh;
}

.bg_login .dv_login .dv_login_details .dv_header {
	padding: 20px 20px 20px 20px;
}

.bg_login .dv_login .dv_login_details .dv_header h1 {
	text-align: center;
	margin: 0px;
	font-family: OpenSansExtraBold;
	font-weight: normal;
	color: white;
}

.bg_login .dv_login .dv_login_details .dv_inputs {
	padding: 0px 15% 8px 15%;
}

.bg_login .dv_login .dv_login_details .dv_inputs .txtBx {
	width:100%;
    font-size: 15px;
	padding: 8px !important;
	color: rgba(68,68,68,1.00);
	outline: white !important;
	border: 1px solid white;
	background-color: white !important;
	border-radius: 5px;
}

.bg_login .dv_login .dv_login_details .dv_inputs label {
	color: white;
	font-weight: 400;
}

.bg_login .dv_login .dv_login_details .dv_inputs .btn_login {
	width: 100%;
	padding: 12px;
	font-size: 18px;
    border:none;
	color: white;
	border-radius: 8px;
	background-color: rgba(0,0,0,0.60);
	box-shadow: 0 0 4px rgba(0,0,0,.14), 0 4px 8px rgba(0,0,0,.28);
	outline: none !important;
	transition: all 0.5s;
}

.bg_login .dv_login .dv_login_details .dv_inputs .btn_login:hover {
	background-color: rgba(0,0,0,0.80);
}

.form_errorMsg {
    color: white!important;
	font-weight: 200;
	padding: 8px 20px 8px 10px;
	background-color: rgba(199,93,100,1.00);
	border-radius: 5px;
	margin: 0px;
	font-size: 13px;
}

.dv_regester {
	position: absolute;
	right: 0;
	bottom: 0;
	padding: 8px;
	width: 100%;
}

.dv_regester .dv_icon {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	transition: all 0.5s;
	cursor: pointer;
	float: left;
	margin-right: 3px;
}

.dv_regester .dv_icon:hover {
	background-color: white;
}

.dv_regester .dv_icon:hover i {
	color: black;
	font-size: 20px;
}

.dv_regester .dv_icon i {
	font-size: 25px;
	color: white;
	transition: all 0.5s;
}

.dv_regester .dv_text a {
	font-size: 12px;
	color: rgba(252,252,252,0.40);
	transition: all 0.5s;
	cursor: pointer;
}

.dv_regester .dv_text a:hover {
	color: white;
}

.dv_regester .dv_text a:hover span {
	text-decoration: underline;
}




.login_footer {
	position: fixed;
	bottom: 0;
	width: 100%;
}

.login_footer .dv_copyright {
	padding: 8px;
	width: 100%;
}

.login_footer .dv_copyright .txt {
	font-size: 12px;
	color: rgba(227,227,227,1.00);
	font-weight: 100 !important;
}

.login_footer .dv_powered img {
	width: auto;
	height: 30px;
}

.login_footer .dv_powered .txt {
	color: white;
	font-size: 12px !important;
	text-transform: uppercase;
	margin-right: 5px;
	font-family: OpenSans;
	font-weight: normal;
}



.dv_center {
	width: 100%;
}

.height-100vh {
	height: 100vh;
}

.height-100 {
	height: 100%;
}

.padding-0 {
	padding: 0;
}

.margin-tp20px {
	margin-top: 20px;
}

.position-relative {
	position: relative;
}


@media screen and (max-height: 568px) {
	
	.dv_copyright {
		display: none;
	}
	
	.login_footer .dv_powered img {
		height: 20px;
	}
	
	.login_footer .dv_powered {
		margin-bottom: 8px;
	}
	
}


@media screen and (max-width: 760px) {
	
	.bg_login {
		overflow: auto;
	}
	
	.bg_login .dv_login {
		margin-bottom: 50px;
	}
	
	.bg_login .dv_login .dv_logo {
		height: auto;
	}
	
	.bg_login .dv_login .dv_logo img {
		width: 50%;
	}
	
	.bg_login .dv_login .dv_login_details {
		height: auto;
		padding: 20px 0px 40px 0px;
	}
	
	.bg_login .dv_login .dv_login_details .dv_inputs {
		padding: 0px 8% 8px 8%;
	}
	
}

@media screen and (min-width: 760px)and (max-width: 1024px) {
	
	
	.bg_login .dv_login .dv_logo {
		height: 50vh;
	}
	
	.bg_login .dv_login .dv_login_details {
		height: 50vh;
	}
	
	.res_col_ipad {
		width: 5%;
	}
	
	.res_col_details_ipad {
		width: 90%;
	}
	
}





































