@charset "utf-8";
/*:root {
    --button-height: 60px;
}*/
html {
	box-sizing: border-box;
	height: 100%;
	overflow: hidden;
}

body {
	font-family: Lato, "Lato Medium", "Lato Light", "Lato Semibold";
	color: white;
}

#wrapper {
	height: 100vh;
	width: 100%;
	background: rgb(0, 0, 85);
	background: linear-gradient(90deg, rgba(0, 0, 85, 1) 0%,
		rgba(0, 0, 85, 1) 60%, rgba(0, 40, 120, 1) 100%);
}
#loginWrapper{
	height: 100vh;
	display: flex;
	align-items: center;
}

.logo {
	padding: 0;
	width: 50%;
	text-align: center;
	position: relative;
	top: 50%;
	left: 50%;
	transition: translate(-50%, -50%);
}

.centered img {
	width: 500px;
	margin-bottom: 0px;
}

.entSite {
	height: 100px;
	width: 500px;
	margin-top: 30px;
}

/*Button*/
body {
	font-family: 'Lato', sans-serif;
	background: #353535;
	color: #FFF;
}

.jumbotron h1 {
	color: #353535;
}

span.icon {
	margin: 0 5px;
	color: #D64541;
}

h2 {
	color: #BDC3C7;
	text-transform: uppercase;
	letter-spacing: 1px;
}

/* Global Button Styles */
a.animated-button:link, a.animated-button:visited {
	position: relative;
	display: block;
	margin: 30px auto 0;
	padding: 14px 15px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	overflow: hidden;
	letter-spacing: 5px;
	border-radius: 0;
	text-shadow: 0 0 1px rgba(0, 0, 0, 0.2), 0 1px 0 rgba(0, 0, 0, 0.2);
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}

a.animated-button:link:after, a.animated-button:visited:after {
	content: "";
	position: absolute;
	height: 0%;
	left: 50%;
	top: 50%;
	width: 150%;
	z-index: -1;
	-webkit-transition: all 0.75s ease 0s;
	-moz-transition: all 0.75s ease 0s;
	-o-transition: all 0.75s ease 0s;
	transition: all 0.75s ease 0s;
}

a.animated-button:link:hover, a.animated-button:visited:hover {
	color: #FFF;
	text-shadow: none;
}

a.animated-button:link:hover:after, a.animated-button:visited:hover:after
	{
	height: 450%;
}

/*======== BUTTON =========  */

btn.animated-button:link:after, a.animated-button:visited {
	content: "";
	position: absolute;
	height: 0%;
	left: 50%;
	top: 50%;
	width: 150%;
	z-index: -1;
	-webkit-transition: all 0.75s ease 0s;
	-moz-transition: all 0.75s ease 0s;
	-o-transition: all 0.75s ease 0s;
	transition: all 0.75s ease 0s;
}

btn.animated-button:link:hover, a.animated-button:visited{
	color: #FFF;
	text-shadow: none;
}

btn.animated-button:link:hover:after, a.animated-button:visited:hover
	{
	height: 450%;
}

a.animated-button.victoria-three:after {
	background: #4355BD;
	opacity: .5;
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

a.animated-button.victoria-three:hover:after {
	height: 140%;
	opacity: 1;
}
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

/* Set a style for all buttons */
button {
	background-color: Transparent;
	color: white;
	font-size: 20px !important;
	text-transform: uppercase !important;
	letter-spacing: 5px !important;
	padding: 14px 20px !important;
	margin: 35px 0 5px 0  !important;
	border-radius: 0px !important;
	cursor: pointer;
	width: 100%;
	transition: all 1s ease;
}

button:hover {
	background: #4355BD;
	color: white !important;
	
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* Create Account */

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* Mobile App */
/*a.animated-button.victoria-six {
	border: 1px solid #fff;
}*/

a.animated-button.victoria-six:after {
	background: #4355BD;
	opacity: .5;
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

a.animated-button.victoria-six:hover:after {
	height: 140%;
	opacity: 1;
}
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.acc-mob {
	/* font-size: 14px !important;
    padding: 0px 5px !important; */
	letter-spacing: 2px !important;
	margin-bottom: 0 !important;
	margin-top: 0px !important;
}

/*LoginBox*/
.loginBox {
	width: 50%; 
	height: auto;
	box-sizing: border-box;
}

.loginBox .inputBox {
	position: relative;
}

.loginBox .inputBox input {
	width: 100%;
	padding: 10px 0;
	font-size: 16px;
	color: white;
	margin-bottom: 40px;
	border: none;
	border-bottom: 1px solid rgba(255, 255, 255, .4);
	outline: none;
	background: rgba(0, 0, 0, 0);
}

.loginBox .inputBox lable {
	position: absolute;
	top: 0;
	left: 0;
	padding: 10px 0;
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: rgba(255, 255, 255, .7);
	pointer-events: none;
	transition: .5s;
}

.loginBox .inputBox input:focus ~ lable, .loginBox .inputBox input:valid 
	~ lable {
	top: -20px;
	left: 0;
	color: white;
	font-size: 16px;
}

.login p {
	float: left;
	line-height: 31px;
}

.login p.remember_me label {
	font-size: 12px;
	color: #777;
	cursor: pointer;
}

.login p.remember_me input {
	position: relative;
	bottom: 1px;
	margin-right: 4px;
	vertical-align: middle;
}

.remember {
	width: 50%;
}

.login-help {
	width: 50%;
}

.login-help a {
	color: white;
	float: right;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/*Click To Open Section*/
input[type=text], input[type=password] {
	width: 100%;
	padding: 12px 20px;
	margin: 8px 0;
	display: inline-block;
	border: 1px solid #ccc;
	box-sizing: border-box;
}



/* Extra styles for the cancel button */
.cancelbtn {
	width: auto;
	padding: 10px 18px;
	background-color: #f44336;
}

/* Center the image and position the close button */
.imgcontainer {
	text-align: center;
	margin: 24px 0 12px 0;
	position: relative;
}

img.avatar {
	width: 40%;
	border-radius: 50%;
}

.container {
	padding: 16px;
}

span.psw {
	float: right;
	padding-top: 16px;
}

/* The Modal (background) */
.modal {
	display: none; /* Hidden by default */
	position: fixed; /* Stay in place */
	z-index: 1; /* Sit on top */
	left: 0;
	top: 0;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	overflow: auto; /* Enable scroll if needed */
	background-color: rgb(0, 0, 0); /* Fallback color */
	background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
	padding-top: 60px;
}

/* Modal Content/Box */
.modal-content {
	background-color: #fefefe;
	margin: 5% auto 15% auto;
	/* 5% from the top, 15% from the bottom and centered */
	border: 1px solid #888;
	width: calc(100% - 2rem); /* Could be more or less, depending on screen size */
	max-width: 1000px;
}

/* The Close Button (x) */
.close {
	position: absolute !important;
	right: 25px !important;
	top: 0 !important;
	color: #000 !important;
	font-size: 50px !important;
	font-weight: bold !important;
}

.close:hover, .close:focus {
	color: red !important;
	cursor: pointer !important;
}

.mobileApp-popup {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 2rem;
}

.popupImgBox{
	width:100%;
	height: 100%;
}
.popupImgBox img{
	width:100%;
	height: 100%;
	object-fit: cover;
}


.popupTextBox{
	width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    color: #454545;
    justify-content: center;
    padding: 2rem;
    gap: 1rem;
}
.popup__heading {
    font-size: clamp(3.5rem, 4.5vw, 4.25rem);
    text-align: center;
}
.popup__heading span{
	color: #00A7E1;
	font-weight: 600;
}
.popup__subheading{
	font-size: clamp(1.5rem, 2.5vw, 2.25rem);
    text-align: center;
}
.appQr{
	max-height: 150px;
}

/* Add Zoom Animation */
.animate {
	-webkit-animation: animatezoom 0.6s;
	animation: animatezoom 0.6s ;
}

@-webkit-keyframes animatezoom {
	from {-webkit-transform: scale(0);
}

to {
	-webkit-transform: scale(1) ;
}

}
@keyframes animatezoom {
	from {transform: scale(0);
}

to {
	transform: scale(1) ;
}

}
/*==================================*/
/*========== MEDIA QUEARY ==========*/
/*==================================*/
@media only screen and (max-width: 921px){
	.fixed-nav-bar {
	    white-space: nowrap;
	}
	.loginDiv{
		flex-direction: column;
	}
	.leftDiv,
	.rightDiv{
		width: 100% !important;
		border-left: none !important
	}
	.loginLogo {
	    width: 75% !important;
	    margin: 40px auto !important;
	}
	.loginBox {
	    width: 75% !important;
	}
}
