body, html {
  height: 100%;
  margin: 0px;
  padding: 0px;
}

body {
	
}

.bg {
  /* The image used */
  /*background-image: url("/wp-content/themes/tenofore/images/bg-login.png");*/
  /*background-image: url("/wp-content/themes/tenofore/images/bg-test-2024.png");*/

  /* Full height */
  height: 100%;

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#cycler {
	position: relative;
}
#cycler .bgImg {
	position: absolute;
	z-index: 1;
    background: rgb(31,29,76);
    background: -webkit-linear-gradient(319deg, rgba(31,29,76,1) 0%, rgba(27,27,60,1) 25%, rgba(22,25,40,1) 100%, rgba(22,25,40,1) 161928%);
    background: -o-linear-gradient(319deg, rgba(31,29,76,1) 0%, rgba(27,27,60,1) 25%, rgba(22,25,40,1) 100%, rgba(22,25,40,1) 161928%);
    background: linear-gradient(49deg, rgba(31,29,76,1) 0%, rgba(27,27,60,1) 25%, rgba(22,25,40,1) 100%, rgba(22,25,40,1) 161928%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1f1d4c",endColorstr="#161928",GradientType=1);  
}

#cycler .bgImg.active {
	z-index: 3;
}

a {
	color: #3282B7;
}

a:hover {
	color: #3282B7;
}

#groupButtons {
    position: absolute; 
    right: 5vw; 
    top: 3.4vw; 
    z-index: 9999;
}

#mobileButtons {
	opacity: 0;
	transition: opacity 0.5s ease-in-out;
}

.button {
	line-height: 3vw;
    font-size: 1.7vw;
    background-color: #3282B7;
    letter-spacing: 1px;
    font-family: 'Saira';
    border-radius: 10px;
    font-weight: 500;
    display: block;
    text-shadow: none;
    color: #ffffff;
    margin: 0px 10px;
    text-transform: uppercase;
    cursor: pointer !important;
    border: 0px;
    text-align: center;
    margin-bottom: 1.4vw;
    transition: background-color 0.5s ease;
    width: 24vw;
}

.button:hover {
    background-color: #94a4a4;
}

.noHover:hover {
    background-color: #3282B7 !important;
}

.btnGreen {
    background-color: #34ac61;
}

.footer {
    text-align: center;
    font-size: 12px;
    font-family: "Barlow", sans-serif;
    letter-spacing: 1px;
    padding: 50px 0px 25px 0px;
    color: #ffffff;
    position: absolute;
    z-index: 99999;
    bottom: 0px;
    width: 100%;
    justify-content: center;
}

.footerDivider {
    padding: 0px 10px;
    color: #FAAF40;
}

.footer a {
    color: #FAAF40;
    text-decoration: none;
}

.mainImage {
    width: 100%;
    height: auto;
}

#bbImage {
    max-width: 66vw;
    height: auto;
	width: 100%;
    margin-top: -3vw;
}

#fbImage {
    max-width: 56.2vw;
    height: auto;
    width: 100%;
}

#mobileHome {
	display: none;
}

#desktop {
    display: inline;
}

#regPWtoggle {
	cursor: pointer;
	width: 10%; 
	float: right; 
	font-size: 20px; 
	padding-left: 10px;
}

.msgSuccess {
	font-family: 'Barlow'; 
	background-color: #ffffff; 
	border-radius: 10px; 
	display: inline-block; 
	width: 100%; 
	padding: 10px; 
	margin: 0px 10px;
}

@media only screen and (max-width: 945px) {
	#groupButtons {
    	right: 30px; 
        top: 30px; 
    }
    
    .button {
        padding: 1vw 1.5vw;
        line-height: 18px;
        font-size: 2.3vw;
		cursor: pointer;
    }
}

@media only screen and (max-width: 600px) {
    body {
    	background-color: #060A20;
        color: #ffffff;
        font-family: arial;
        margin: 0px;
        padding: 0px;
        display: flex;
        flex-direction: column;
        overflow-y: scroll;
        overflow-x: hidden;
    }
	
	.msgSuccess {
		font-family: 'Barlow'; 
		background-color: #ffffff; 
		border-radius: 10px; 
		display: inline-block; 
		width: 100%; 
		padding: 10px; 
		margin: 0px;
	}
	
	#regPWtoggle {
		cursor: pointer;
		width: 10%; 
		float: right; 
		font-size: 20px; 
		padding-left: 10px;
	}
    
    .btnGreen {
    	background: #029a46;
    	background: -webkit-linear-gradient(#029a46, #029a46, #01893b);
    	background: -o-linear-gradient(#029a46, #029a46, #01893b);
    	background: linear-gradient(#029a46, #029a46, #01893b);
       	letter-spacing: 1px;
        font-family: 'Saira';
        padding: 8px 20px;
        border-radius: 3px;
        font-size: 18px;
        font-weight: 500;
        text-shadow: none;
        color: #ffffff;
        margin: 15px 0px 0px 0px;
        line-height: 18px;
        text-transform: uppercase;
        cursor: pointer !important;
        border: 0px;
        display: block;
	}
        
    .btnBlue {
        background-color: #3282B7;
        letter-spacing: 1px;
        font-family: 'Saira';
        padding: 8px 20px;
        border-radius: 3px;
        font-size: 18px;
        font-weight: 500;
        display: inline-block;
        text-shadow: none;
        color: #ffffff;
        margin: 0px 10px;
        line-height: 18px;
        text-transform: uppercase;
        cursor: pointer !important;
        border: 0px;
        display: block;
    }
    
    #mobileHome {
        display: block;
    }
    
    #desktop {
        display: none;
    }
}

@media only screen and (max-width: 920px) {
    .button {
        font-size: 2.1vw;
		cursor: pointer;
    }
}

@media only screen and (min-width: 1691px) {
    .button {
        line-height: 55px;
        font-size: 28px;
        width: 402px;
        margin-bottom: 20px;
		cursor: pointer;
    }
    
    #bbImage {
        max-width: 1125px;
        margin-top: -50px;
    }
    
    #fbImage {
        max-width: 950px;
    }
}

*:focus {
	outline: none;
}

input:focus {
	outline: none;
}

a:focus {
	outline: none;
}

::placeholder {
	color: #4d4e4e;
	opacity: 1; /* Firefox */
}

::-ms-input-placeholder { /* Edge 12-18 */
	color: #4d4e4e;
}


#mobileForm {
	background-color: transparent;
	width: 100%;
	padding: 0px;
	display: none;
	border-radius: 0px;
}

#mobileForm .formHeader {
	font-family: 'Saira Semi Condensed', sans-serif;
    font-weight: 600;
    color: #A6A8AB;
	text-align: center;
	width: 100%;
	font-size: 20px;
	text-transform: uppercase;
	padding-bottom: 10px;
}

#mobileForm .rememberMe {
	display: flex; 
	gap: .5rem; 
	align-items: center; 
	margin: .5rem 0;
	font-size: 16px;
	font-family: 'Barlow';
	color: #f0f0f0;
}

#mobileForm .forgotPassword, #mobileForm .loginLink {
	padding-top: 20px;
	font-size: 16px;
	float: left;
	cursor: pointer;
	font-family: 'Barlow';
	color: #f0f0f0;
}

#linkLoginM1 {
	font-size: 16px;
	text-align: center;
	float: none;
	clear: both;
	width: 100%;
	padding-top: 15px;
	cursor: pointer;
	font-family: 'Barlow';
	color: #f0f0f0;
}

#mobileForm .createAccount {
	padding-top: 20px;
	font-size: 16px;
	float: right;
	cursor: pointer;
	font-family: 'Barlow';
	color: #f0f0f0;
}

#mobileForm .privacyMessage {
	font-size: 16px;
	padding-bottom: 1vw;
	font-family: 'Barlow';
	color: #f0f0f0;
}

#mobileForm .resetPasswordText {
	font-size: 16px;
	padding-bottom: 1vw;
	font-family: 'Barlow';
	color: #f0f0f0;
	padding-bottom: 20px;
}

#mobileForm .login__input--btn {
    line-height: 18px;
    font-size: 18px;
    background-color: #3282B7;
    letter-spacing: 1px;
    font-family: 'Saira';
    padding: 8px 20px;
    border-radius: 3px;
    font-weight: 500;
    display: block;
    text-shadow: none;
    color: #ffffff;
    text-transform: uppercase;
    cursor: pointer !important;
    border: 0px;
    text-align: center;
	margin-top: 15px;
    margin-bottom: 15px;
    transition: background-color 0.5s ease;
}

/*****/

#desktopForm {
	background-color: #e6e7e8;
	width: 24vw;
	padding: 25px;
	display: none;
	border-radius: 10px;
	-webkit-box-shadow: 0px 0px 20px 15px #000000; 
	box-shadow: 0px 0px 20px 15px #000000;
}

#desktopForm .formHeader {
	font-family: 'Saira Semi Condensed', sans-serif;
    font-weight: 600;
    color: #404041;
	text-align: center;
	width: 100%;
	font-size: 2.2vw;
	text-transform: uppercase;
	padding-bottom: 1vw;
}

.login__input {
	width: 100%;
}

#fullname, #email, #password, #password_login, #email_login, #email_reset, #new_password {
	background-color: #94a4a4 !important;
	color: #4d4e4e !important;
	font-size: 19px;
    line-height: 25px;
	padding: 7px 0px 4px 7px;
	margin-bottom: 5px;
	font-family: "Saira", sans-serif;
    font-weight: 500;
	border: 0px;
}

#desktopForm .login__input--btn {
    line-height: 3vw;
    font-size: 1.7vw;
    background-color: #3282B7;
    letter-spacing: 1px;
    font-family: 'Saira';
    border-radius: 10px;
    font-weight: 500;
    display: block;
    text-shadow: none;
    color: #ffffff;
    text-transform: uppercase;
    cursor: pointer !important;
    border: 0px;
    text-align: center;
	margin-top: 1.4vw;
    margin-bottom: 1.4vw;
    transition: background-color 0.5s ease;
	cursor: pointer;
}

#desktopForm .rememberMe {
	display: flex; 
	gap: .5rem; 
	align-items: center; 
	margin: .5rem 0;
	font-size: 1vw;
	font-family: 'Barlow';
}

#desktopForm .forgotPassword, #desktopForm .loginLink {
	font-size: 1vw;
	float: left;
	cursor: pointer;
	font-family: 'Barlow';
}

#desktopForm .createAccount {
	font-size: 1vw;
	float: right;
	cursor: pointer;
	font-family: 'Barlow';
}

#desktopForm .privacyMessage {
	font-size: 1.2vw;
	padding-bottom: 1vw;
	font-family: 'Barlow';
}

#desktopForm .resetPasswordText {
	font-size: 1.3vw;
	padding-bottom: 1vw;
	font-family: 'Barlow';
	cursor: pointer;
}

#desktopFooter {
	position: absolute;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}