@font-face {
    font-family: ModernEra-ExtraBold;
    src: url("../gfonts/ModernEra-ExtraBold.otf") format("opentype");
}

body {
	padding: 0;
	font-family: 'Open Sans', sans-serif;
}

.g-recaptcha div {
	margin: 0 auto;
}

.container{
	margin: 20px auto;
}

#authMessage{
	text-align:center;
}

#authMessage .alert{
	padding: 8px 14px;
	display: inline-block;
	text-align:center;
	max-width: 500px;
}

.alert .validation-error{
	margin-left: 15px;
	margin-bottom: 0;
}

.alert .validation-error{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.control-group .controls{
	text-align:center;
	margin: 0 auto;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="number"]{
	background: #fff;
	border: 1px solid #d9d9d9;
	border-radius: 0;
	box-shadow: none !important;
	height: 40px;
	padding: 0 15px;
	margin-bottom: 0;

	-webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
	-ms-transition: all 0.30s ease-in-out;
	-o-transition: all 0.30s ease-in-out;
	outline: none;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="number"]:focus{
	border: 1px solid rgba(245, 181, 23, 1) !important;
	box-shadow: 0 0 5px rgba(245, 181, 23, 1);
	color: #555;
}

.registration-form .controls,
.registration-form .controls input[type="text"],
.registration-form .controls input[type="password"],
.registration-form .controls input[type="email"],
.form .controls{
	width: 275px;
}

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

/** buttons **/
.btn {
	background-image: none;
	padding: 8px 15px;
	background-color: #979D9D;
	color: #fff;
	border: none;
	box-shadow: none;
	text-shadow: none;
	font-weight: normal;
	letter-spacing: 0px;

	font-size: 11pt;
	padding: 6px 12px;
	line-height: 31px;

	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;

	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;

	/** basic width **/
	min-width: 145px;

	font-family: 'Open Sans', arial, sans-serif;
}
.btn:hover,
.btn:focus,
.btn:active{
	background-color: #8b8b8b;
	border-color:  #8b8b8b;
	color: #fff;
}

.btn.disabled {
	background-color: #eef0f3;
	color: #bcc3cb;
	opacity: 1;
}
.btn.disabled:hover {
	background-color: #eef0f3;
	color: #bcc3cb;
}
.btn-mini {
	font-size: 8pt;
	padding: 1px 5px;
	line-height: 17px;
	min-width: 60px;
}
.btn-small {
	font-size: 8pt;
	padding: 4px 10px;
	line-height: 19px;
}

.btn-large {
	font-size: 13pt;
	padding: 10px 18px;
}

.btn-xlarge {
	font-size: 18pt;
	padding: 19px 22px;
}

.btn-block{
	display: block;
}

.btn-step0{
	min-width: 50px;
}

.btn-step1{
	min-width: 80px;
}

.btn-step2{
	min-width: 100px;
}

.btn-step3{
	min-width: 120px;
}

.btn-step4{
	min-width: 160px;
}

.btn-wider1 {
	padding-left: 20px;
	padding-right: 20px;
}

.btn-wider2 {
	padding-left: 25px;
	padding-right: 25px;
}

.btn-wider3 {
	padding-left: 30px;
	padding-right: 30px;
}

.btn-primary{
	background-color: #64ad5d;
}
.btn-primary:hover{
	background-color: #5ca055;
}

.btn-danger{
	background-color: #ef503b;
}

.btn-danger:hover{
	background-color: #d04735;
}

.btn-important{
	/*background-color: #f5b029;*/
	background-color: #3d3d3d;
}

.btn-important:hover{
	background-color: #e8a219;
}

.yellow{
	color: #f5b029;
}

.header{
	line-height: 60px;
	box-shadow: 0 1px 5px rgba(0,0,0,0.2);
	padding-left: 20px;
	font-size: 16px;
	letter-spacing: -1px;
}

.header .logo{
	background: url("https://www.gevme.com/file/location/public/logo/Gevme-logo-full-colour-300-x-74.png") no-repeat;
	background-size: 119px 28px;
	width: 119px;
	height: 28px;
	display: inline-block;
	vertical-align: middle;
	margin-top: -4px;
	margin-right: 5px;
}

.request-access{
	margin-top:40px;
	display: flex;
	padding: 16px 10px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	align-self: stretch;
	background: #E9ECF0;
	border-radius: 0 0 10px 10px;

}

.register-botton{
	margin-top:40px;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	align-self: stretch;
	border-radius: 0 0 10px 10px;

}

.event-list-register{
    max-height: 150px;
    font-weight: bold;
}

.event-list-register-span{
    overflow-y: auto;
	margin: 5px 20px 0 40px;
	text-align: left;
	max-width: 80%;
}

.banner {
    background-color: rgb(223 237 245/var(--tw-bg-opacity))!important;
	--tw-bg-opacity:1;
	box-shadow: 0px 16px 64px 0px rgba(0, 0, 0, 0.08) !important;
    padding: 16px; /* Reduced padding by 20% */
    border-bottom: 1px solid #ddd;
    position: relative;
    top: 0;
    width: 75%;
    z-index: 1000;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    overflow-x: auto; /* Allow horizontal scrolling */
	border-radius:.5rem;
	justify-content: center;
	display: inline-flex;
	
}

.banner-content {
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 1200px;
    min-width: 600px; /* Ensure enough content for horizontal scroll */
}

.banner-image {
    max-width: 144px;
	max-height: 68px;
    height: auto;
    border-radius: 10px;
    margin-right: 16px; /* Reduced margin-right by 20% */
    flex-shrink: 0; /* Prevent shrinking */

}

.banner-text {
    flex-grow: 1; /* Allow text to grow */
}

.banner-text h1 {
    margin: 0;
    font-size: 20px; /* Reduced font size by 20% */
	text-align:left;
	padding: 0 5px 0 8px;
}

.banner-text p {
    font-size: .9rem !important; /* Reduced font size by 20% */
	text-align:left;
	font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;
	font-weight:500 !important;
	padding: 0 5px 0 8px;
}

.banner-button {
	height: 60px;
	background-color: #007BFF;
    color: #fff !important;
    text-decoration: none;
    padding: 13px 24px; /* Reduced padding by 20% */
    font-size: 16px; /* Reduced font size by 20% */
	font-family: ModernEra-ExtraBold;
	font-weight: 800!important;
    cursor: pointer;
    border-radius: .25rem;
    transition: background-color 0.3s ease;
    flex-shrink: 0; /* Prevent shrinking */
	border:none;
	min-width:166px;
	background: var(--winter-2, linear-gradient(90deg, #5071C0 -10.01%, #A5A5D7 54.98%, #AC9FCB 101.54%), #FFF) !important;
}

.banner-separator {
    width: 1px;
    height: 80px; /* Adjust height as needed */
    background: linear-gradient(
        90deg,
        #5071c0 -10.01%,
        #a5a5d7 54.98%,
        #ac9fcb 101.54%
    );
    margin-right: 16px; /* Space between separator and text */
}


.banner-button:hover {
    background-color: #0056b3;
}

.login-banner{
	margin:15px;
	max-width:700px;
	height: 80px;
	justify-content: center;
	padding: 20px 20px 5px 20px;
	display: inline-flex;
	overflow: auto;
	border-radius: 8px;
	background-color:rgb(223 237 245/var(--tw-bg-opacity))!important;
	--tw-bg-opacity: 1 !important;
	box-shadow: 0px 16px 64px 0px rgba(0, 0, 0, 0.08);
}

.button-div{
	padding-top:5px;
	padding-left:14px;
	display: inline-grid;
}

.banner-button2{
	height: 50px;
	vertical-align: top;
	color: #282828;
}

.banner-text2{
	width: 320px;
	vertical-align: top;
	color: #282828;
	font-family: Inter;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	margin-left: 15px;
}

.banner-text-2line{
	color: #282828;
	font-family: Inter;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

.banner-date{
	font-weight: 800;
	margin-top: 5px;
	display: inline-block;
}

.banner-date-time{
	margin-top: 5px;
}

.button-text{
	padding: 16px 32px;
	justify-content: center;
	align-items: center;
	gap: 5.522px;
	border-radius: 4.584px;	
	border: 0.655px solid var(--fall, #FFF);
	background: var(--winter-2, linear-gradient(90deg, #5071C0 -10.01%, #A5A5D7 54.98%, #AC9FCB 101.54%), #FFF) !important;
}

.regi{
	color: #FFF;
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: -0.052px;
}

.connect-img{
	width: 145px;
	height: 60px;
	display: flex;
	align-items:center;
}

.notification_Banner_Seperator{
	background: linear-gradient(
        90deg,
        #5071c0 -10.01%,
        #a5a5d7 54.98%,
        #ac9fcb 101.54%
    );
	width: 1px;
	height:60px;
	margin-left:10px;
}
.banner-title{
	text-align: left;
	font-weight: 800;
	font-size: 1rem;
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}
.banner-intext{
	text-align: left;
	font-size: 0.75rem;
	line-height: 1rem!important;
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}
.connect-text{
	padding-top: 5px;
	line-height: 98%; /* 22.264px */
	text-transform: uppercase;
	font-family: MuseoModerno;
	font-size: 27.849px;
	font-style: normal;
	font-weight: 700;
	letter-spacing: -0.835px;
}

.connect-year-text{
	font-family: MuseoModerno;
	font-size: 21.846px;
	font-style: normal;
	font-weight: 700;
	line-height: 98%; /* 21.409px */
	letter-spacing: -0.655px;
	text-transform: uppercase;
}
/* ie8 fix for background-size */
/* http://stackoverflow.com/a/9840649/534862 */
@media \0screen {
	.header .logo {
		background: url("https://www.gevme.com/file/location/public/logo/Gevme-logo-full-colour-300-x-74.png") no-repeat;
	}
}

.header-right{
	float: right;
	margin-right: 20px;
}

.header-actions{
	margin: 0;
	list-style-type: none;
	line-height: 30px;
}

.header-actions li{
	display: inline-block;
	line-height: 60px;
}
.header-actions li a{
	color: #aaa;
	text-decoration: none;
}

.header-actions li a:hover{
	color: #666;
}


.header-actions li.login img{
	margin-top: -3px;
	margin-right: 5px;
}
.heading-logo {
	text-align: center;
	margin: 40px 0px 0px 5px;
}
.heading-logo .logo {
	background: url("https://www.gevme.com/file/location/public/logo/Gevme-logo-full-colour-300-x-74.png") no-repeat;
	background-size: 126px 31px;
	width: 126px;
	height: 31px;
	display: inline-block;
	vertical-align: middle;
	margin-top: -4px;
	margin-right: 5px;
}

.heading-title{
	font-size: 44px;
	/*color: #818989;*/
	color: #292c33;
	font-weight: 700;
	line-height: 53.72px;
	letter-spacing: -1.76px;
	text-align: center;
	height:54px;
}

.login-title{
	font-size: 50pt;
	/*color: #818989;*/
	color: #292c33;
	font-weight: 100;
	line-height: 1.3;
	letter-spacing: -3px;
	text-align: center;
	margin: 25px 0 0 0;
}

.heading-message{
	font-size: 13pt;
	color:rgba(40, 40, 40, 1)!important;
	font-weight: 400;
	line-height: 1.3;
	text-align: center;
}
.input-width-name{
	width:185px !important;	
}
.input-width{
	width:380px !important;	
}
.set-heading-msg{
	font-size: 15px !important;
}
.mg-top-20{
	margin-top:20px;
}
.btn-width{
    width:80% !important;
    border-radius: 8px;
    background-color:black;
}
.register-control{
	width:4000px !important;
}
.register-div-control{
	width:380px !important;
}
.input-radius{
	border-radius: 6px !important;
}
.register-name{
	display: flex;
}
.mg-right-10{
	margin-right: 10px !important;
}
.background-gradient{
	background: url("https://www.gevme.com/file/location/public/logo/login_gradient.webp") 50%/cover no-repeat;
    text-align: center;
}

.set-form{
	background: #FFF;
	display: flex;
	max-width: 480px;
	flex-direction: column;
	align-items: center;
	align-self: stretch;
	border-radius:10px;
}

.input-block{
	width: 80%;
	margin-top:15px;
}

.input-block-setpwd{
	width: 90%;
	margin-top:15px;
}
.mg-top-15{
	margin-top:15px;
}

.forgot-pwd{
	width:80%;
	color: #276FFF;
text-align: right;
font-family: Open Sans;
font-size: 13px;
font-style: normal;
font-weight: 600;
line-height: normal;
}

.set-label{
	text-align: left;
	color: #333;
font-family: Open Sans;
font-size: 14px;
font-style: normal;
font-weight: 600;
line-height: normal;
}
.login-message{
	font-size: 14pt;
	/*color: #4b4a4a;*/
	color: #838484;
	font-weight: normal;
	line-height: 1.3;
	text-align: center;
	margin: 10px 0 40px;
}

.second-heading h3 {
	font-size: 20pt;
	font-weight: 400;
	margin: 10px 0 15px 0;
}

.forgot-password-control{
	font-size: 13pt;
	text-align: center !important;
}
.forgot-password-control a{
	color: #abaaaa;
}
.forgot-password-control a:hover{
	color: black;
	text-decoration: none;
}

.form-outer{
	text-align:-webkit-center;
	text-align: -moz-center;
	margin-top:50px;
}
.set-width{
	width: 300px !important;
}
.set-overflow{
	overflow: hidden;
}
.button-row{
width:80%;
	text-align:center;
	margin-top: 10px;
	margin-bottom: 15px;
}

.button-width-create-pwd{
	margin: 30px;
    width: 80% !important;
    border-radius: 8px;
    background: #000;
    padding: 14px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    color: #FFF;
    font-family: Open Sans;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal
}

.button-width{
	width:100% !important;
	border-radius: 8px;
background: #000;
display: flex;
padding: 14px;
justify-content: center;
align-items: center;
gap: 10px;
align-self: stretch;
color: #FFF;
font-family: Open Sans;
font-size: 18px;
font-style: normal;
font-weight: 600;
line-height: normal;
}

.focused-message{
	font-weight: 300;
	font-size: 22pt;
	letter-spacing: -1px;
	text-align: center;
	line-height: 1.2;
	margin: 0 0 5px;
}

.focused-message.smaller{
	font-size: 16pt;
}

.focused-message.smallest{
	font-size: 12pt;
	font-weight: 400;
	margin-bottom: 20px;
}

.focused-message.paddown{
	margin-bottom: 30px;
}

.footer-message{
		font-size: 13pt;
	text-align:center;
}
.ft-11{
	font-size: 11pt;
}
.form-width{
	width: 300px !important;
}
.reset-form{
    margin-top: 55px;
    margin-bottom: 20px;
}
.forgot-form{
    margin-top: 10px;
    margin-bottom: 20px;
}
.mg-top-50{
    margin-top: 50px;

}
@media (max-width:900px) {

	.heading-title{
		font-size: 40pt;
	}


}

@media (max-width:600px) {
	.login-title{
		font-size: 30pt;
	}

	.login-message{
		font-size: 12pt;
	}

	.registration-link{
		margin-top: 40px;
	}
}

@media (max-width:480px) {

.button-width-create-pwd{
		font-size: 10pt !important;
	}
	.tagline{
		display: none;
	}

	.form .controls{
		width: auto;
	}

	.input-width{
		width: 310px !important;
	}

	.input-width-name{
		width: 150px !important;
	}

	.container{
		margin: 0 20px;
		width: auto;
	}
	.heading-title{
		font-size: 20pt;
		letter-spacing: -1px;
		margin-top: 30px;
	}

	.btn {
		font-size: 12pt;
	}

	.heading-message{
		font-size: 10pt;
		line-height: 1.5;
		margin: 10px 0 20px;
	}

	.second-heading h3 {
		font-size: 16pt;
		font-weight: 200;
	}

	.registration-link{
		margin-top: 40px;
	}

	.registration-form .controls,
	.registration-form .controls input[type="text"],
	.registration-form .controls input[type="password"],
	.registration-form .controls input[type="email"]{
		width: 220px;
	}

	.focused-message{
		font-size: 16pt;
	}

	.focused-message.smaller{
		font-size: 12pt;
	}

	.footer-message {
		font-size: 11pt;
	}
}