﻿/* Edit this file to customize the User Interface by overriding the existing CSS Styles. 
 * You can use browser development tools to identify the CSS classes you want to customize.
 */

/* When using the StoreFront Authentication SDK to return custom forms, a class "customform" is added to each form.
 * The following commented CSS rule illustrates how to modify the width of form field labels for custom forms.
 */

/*
.customform .field {
    width: 400px;
}
*/

/* The following section of the file is reserved for use by StoreFront. */
/* CITRIX DISCLAIMER: START OF MANAGED SECTION. PLEASE DO NOT EDIT ANY STYLE IN THIS SECTION */
/* CITRIX DISCLAIMER: END OF MANAGED SECTION. */
/* You may add custom styles below this line. */

@font-face {
    font-family: 'Montserrat';
    src: url('fonts/Montserrat-Regular.eot');
    src: url('fonts/Montserrat-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/Montserrat-Regular.woff2') format('woff2'),
        url('fonts/Montserrat-Regular.woff') format('woff'),
        url('fonts/Montserrat-Regular.ttf') format('truetype'),
        url('fonts/Montserrat-Regular.svg#Montserrat-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body{
	font-family: 'Montserrat' !important;
}

.web-screen {
	background-color: #1F3B6B !important;
	background-image: none !important;
}
.header-logo {
	background-image: url("media/prinex.png");
	height: 80px;
	width: 80%;
	background-position: 0% 50%;
	background-repeat: no-repeat;
}
.login-header .head-box {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 90%;
	margin: 0 auto;
}

.middle-box .middle-logo {
	background-image: url("media/citrixgateway_logo_white.png");
	height: 100%;
	display: block;
	background-repeat: no-repeat;
	background-position: left;
	background-size: auto;
}
.middle-box1 .middle-logo1 {
	background-image: url("media/Prinex_logo.png");
	height: 100%;
	display: block;
	background-repeat: no-repeat;
	background-position: center;
}

#explicit-auth-screen .login-header {
	height: 10%;
}

#explicit-auth-screen .login-middle {
	height: 90%;
}

#explicit-auth-screen .vertical-center-inner {
	height: 100%;
}

.web-screen .content-area {
	background-color: transparent !important;
}

/* .logon-logo-container {
	background-image: none !important;
} */

#explicit-auth-screen .logon-spacer {
	display: block !important;
	height: 500px !important;
	min-width: 45% !important;
	float: left;
}



.middle-box {
	height: 10%;
	width: 65%;
	margin: 0 auto;
}

.middle-box1 {
	height: 75%;
}
#explicit-auth-screen .login-middle {
	height: 90%;
}
#explicit-auth-screen .logon-spacer {
	min-width: 0%;
}
/* #explicit-auth-screen .logon-logo-container {
	width: 60.3%;
} */
#explicit-auth-screen .form-content {
	width: 53%;
	float: right;
}
#explicit-auth-screen .content-area {
	width: 90%;
	margin: 0 auto;
	height: 80%;
}

#explicit-auth-screen .content-area .logon-area {
	height: 100%;
	display: flex;
	align-items: center;
}

#explicit-auth-screen .form-container {
	width: 90%;
	border: 1px solid #fff;
	padding: 20px 0;
	border-radius: 5px;
}

.CredentialTypenone .label.plain {
	font-size: 18px;
	color: #fff;
	margin-left: 0;
	font-weight: 600 !important;
}

#explicit-auth-screen .credentialform {
	width: 615px !important;
	/* margin: 0 auto !important; */
	/* margin-right: 0px !important; */
	padding-left: 28px;
}

.form-container .CredentialTypeusername {
	width: 75%;
	margin: 0 auto;
}
.form-container .CredentialTypepassword {
	width: 75%;
	margin: 0 auto;
}
.form-container .CredentialTypenewpassword {
	width: 75%;
	margin: 0 auto;
}
.form-container .CredentialTypensg_push {
	width: 75%;
	margin: 0 auto;
}
.form-container .CredentialTypeotppush {
	width: 75%;
	margin: 0 auto;
}
.form-container .buttonsrow {
	width: 75%;
	margin: 0 auto;
}

.credentialform input[type="text"], .credentialform input[type="password"], .credentialform .pseudo-input {
	width: 285px !important;
	font-size: 16px !important;
	color: #666;
	border: 1px solid #7EACC3 !important;
	border-radius: 5px;
	box-shadow: 0px 0px 3px 0px #0070D2;
}

.credentialform .plain {
	font-size: 18px !important;
	color: #fff !important;
	font-weight: 500 !important;
}

.CredentialTypeusername .left label {
	font-size: 14px !important;
	font-weight: normal !important;
}
.CredentialTypepassword .left label {
	font-size: 14px !important;
	font-weight: normal !important;
}
.CredentialTypenewpassword .left label {
	font-size: 14px !important;
	font-weight: normal !important;
}
.CredentialTypeotppush .checkbox label {
	font-size: 14px !important;
	font-weight: 500 !important;
}

.credentialform .field .checkbox {
	margin: 0 0 5px;
	width: 285px !important;
}

.credentialform .buttonsrow {
	padding-top: 27px !important;
}

.credentialform .buttonscontainer {
	width: 500px !important;
}
#Logon {
	background-color: #7EACC3 !important;
    color: #fff;
	font-weight: 500;
	border-radius: 5px;
}

#authentication-screen .logon-spacer {
	height: 0px !important;
}

.Link_rightCtn {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	flex-direction: column;
}

.Link_rightCtn p {
	color: #fff;
	font-size: 12px;
	font-weight: 500;
}

.Link_Tag {
	margin-left: 10px;
}

.Link_Tag {
	margin-left: 10px;
	color: #C6E0F8;
}

.theme-header-bgcolor {
	background-color: transparent !important;
}

#explicit-auth-screen {
	overflow-x: hidden;
}

#logoff-screen .logon-logo-container {
	display: block;
	width: 100%;
	height: 10%;
	background-image: url("/vpn/media/citrixgateway_logo_white.png");
}

.logoff-screen_img .head-box {
	height: 100% !important;
	background-image: url("media/Prinex_logo.png");
	height: 100%;
	display: block;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	
}

#explicit-auth-screen .logon-logo-container {
	background-image: none;
}

#logoff-screen .logoff-complete.content-area {
	width: 55%;
	float: right;
	text-align: initial;
	padding-top: 140px;
}

#logoff-screen .logoff-complete .logon-button {
	margin-left: 8px;
}

#authentication-screen .logoff-complete.content-area {
	width: 55%;
	float: right;
	text-align: initial;
}

.logoff-screen_img {
	width: 40%;
	height: 50vh;
	float: left;
}

#logoff-screen .logoff-complete {
	width: 60%;
	float: right;
}

#authentication-screen .logoff-complete {
	width: 60%;
	float: right;
}

#authentication-screen .logon-logo-container {
	display: block;
	width: 100%;
	height: 10%;
	background-image: url("/vpn/media/citrixgateway_logo_white.png");
}

#authentication-screen .content-area {
	float: right;
	width: 60%;
	text-align: initial;
}

#authentication-screen .logon-area .logon-logo-container {
	display: none !important;
}

#authentication-screen .logon-area .logon-spacer-DefaultTheme {
	display: none;
}

/* #authentication-screen .logon-area .default.button {
	margin-left: 30px;
} */

#shwpasswd {
	cursor: pointer;
	position: relative;
	right: 8px;
	font-size: 14px;
	margin-left: -16px;
}

#shwpasswd2 {
	cursor: pointer;
	position: relative;
	right: 8px;
	font-size: 14px;
	margin-left: -16px;
}

.fa-eye::before {
	content: "\f06e";
}

#authentication-screen .content-area {
	padding-top: 140px;
}

.Link_rightCtn p .Link_Tag {
	text-decoration: underline;
}

#registered-otp {
	border: 1px solid #7EACC3;
	box-shadow: 0px 0px 3px 0px #0070D2;
	border-radius: 5px !important;
	background-color: #fff;
}

#genericMessageBoxPopup {
	background: #1F3B6B;
}

.messageBoxText {
	color: #fff !important;
}

#otp-conf-div {
	background-color: transparent !important;
	border: 0 !important;
}

.qrcode-image-table {
	background-color: transparent !important;
	border: 0 !important;
}

.qrcode-image-table td {
	border: 0 !important;
}

#add-info-msg {
	margin-left: 0px !important;
	color: #fff !important;
	font-weight: 600 !important;
	font-size: 14px !important;
}


.otp-bold {
	color: #fff !important;
	font-weight: 600 !important;
}
#authentication-screen .content-area .button {
    /* min-width: 475px !important; */
	border-radius: 5px;
}

#authentication-screen .authentication-title {
    font-size: 16px !important;
    font-weight: 500 !important;
}

.messageBoxTitle {
	color: #fff !important;
}

#genericMessageBoxPopup .messageBoxAction .button.default {
	background-color: #7EACC3;
	border-radius: 5px;
}

#genericMessageBoxPopup .messageBoxCancelAction .dialog.button {
	background-color: #7EACC3;
	border-radius: 5px;
}

#otp-conf-div {
	width: 85% !important;
}
#authentication-screen .button.default {
	background-color: #7EACC3 !important;
	border-radius: 5px;
}
#logoff-screen .button.default {
	background-color: #7EACC3 !important;
	border-radius: 5px;
}
.pwdInsContainer{
	text-align:left;
	margin-left:28px;
	margin-top:30px;
	color:#fff;
	font-size:12px;
	
}
.pwdInsHeader{
	font-weight:500;
}
.pwdInsContent ul{
padding-left:14px;
padding-right:30px;
font-size:10px;
font-weight:200;
}
.pwdInsContent ul li{
padding-bottom:6px;
}
.CredentialTypeusername .left {
	margin-left: -40px;
}
.CredentialTypepassword .left {
	margin-left: -40px;
}
.CredentialTypenewpassword .left {
	margin-left: -40px;
}

.messageBoxContent {
	background-image: url(media/warning.png);
	background-size: 25%;
	background-repeat: no-repeat;
	height: 100px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: end;
	background-position: 50% -38%;
	position: relative;
	top: -20px;
}
@media only screen and (max-width: 1190px) {
	#explicit-auth-screen .logon-spacer {
		min-width: 40% !important;
	}
	#explicit-auth-screen .form-content {
		width: 60%;
	}
	#explicit-auth-screen .form-container {
		width: 95%;
	}
}
@media only screen and (max-width: 1150px) {
	#explicit-auth-screen .credentialform {
		width: 100% !important;
	}
	.form-container .buttonsrow {
		width: 76%;
		margin: 0 auto;
	}
	.credentialform .buttonscontainer {
		width: 111% !important;
	}
}

@media only screen and (max-width: 1010px) {
	#explicit-auth-screen .logon-logo-container {
		background-image: none;
		display: none;
	}
	#explicit-auth-screen .content-area .logon-area {
		height: 100%;
		display: block;
	}
	#explicit-auth-screen .logon-spacer {
		width: 100% !important;
	}
	#explicit-auth-screen .form-content {
		width: 100%;
	}
	.logoff-screen_img {
    width: 100%;
    height: 50vh;
    float: none;
}
#logoff-screen .logoff-complete.content-area {
	width: 100%;
	float: right;
	text-align: center;
	padding-top: 100px;
}
	#authentication-screen .content-area {
    float: right;
    width: 100%;
    text-align: center;
    padding-top: 53px !important;
}
}

@media only screen and (max-width: 620px) {
	.form-container .CredentialTypeusername {
		width: 80%;
		margin: 0 auto;
	}
	.CredentialTypeusername .left {
		margin-left: 0;
		float: none !important;
	}
	.credentialform .field .right {
		float: none;
	}
	.CredentialTypeusername .left {
		margin-left: 0px;
	}
	.CredentialTypepassword .left {
		margin-left: 0px;
	}
	.form-container .CredentialTypepassword {
		width: 80%;
		margin: 0 auto;
	}
	.CredentialTypepassword .left {
		margin-left: 0;
		float: none !important;
	}
	.credentialform .field .right {
		float: none;
	}
	.form-container .buttonsrow {
		width: 59%;
		margin: 0 auto;
		margin-left: 50px;
	}
	#explicit-auth-screen .form-container {
		width: 80%;
	}
	
}