* {
    margin:0;
    padding:0;
    box-sizing:border-box;
    font-family: sans-serif;
}



section {
    position: relative;
    min-height: 100vh;
    display: flex;
    /*background: #fff;*/
	background: url("/themes/app/images/iphone_homepage-bubbles.jpg") fixed no-repeat !important;
    justify-content: center;
    align-items: center;
    padding: 20px;
    transition: 0.5s;
}
section .container {
    position: relative;
    width: 750px;
    height: 700px;
    /* background: #fff; */
    border-radius: .5rem;
    box-shadow: 0 15px 50px rgba(0,0,0,0.1);
}
section .container .user {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
}
section .container .user .imgBx {
    position: relative;
    background-color: #fff;
    border-radius: .5rem 0 0 .5rem;
    width: 30%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    transition: 0.5s;
    text-align: center;
}
.usersImg {
    position: absolute;
    top: 5%;
    left: 67%;
}
section .container .user .imgBx .signinTitle {
    text-transform: uppercase;
    font-size: 1.5em;
    color: #555;
    padding-top: 30px;
}

/*alex*/
section .container.personal_height:not(.forgot_pass_height) .user .imgBx .signinTitle {
	 padding-top: 70px;
}
section .container.business_height:not(.forgot_pass_height) .user .imgBx .signinTitle:not(.branding_variation) {
	 padding-top: 70px;
}
/*alex*/

section .container .user .imgBx .signinText p {
    font-size: 15px;
    letter-spacing: 1px;
    margin-top: 10px;
}
section .container .user .imgBx img:not(.companyLogoImg) {
    position: absolute;
    width: 150px;
    z-index: 1;
}
section .container .user .inForm h3 {
    font-weight: 300;
    font-size: 16px;
    text-align: center;
    margin-bottom: 30px;
    color: #555;
	line-height: 1.5;
}

section .container .user .inForm h1 {
    font-weight: 600;
    font-size: 20px;
    text-align: center;
    margin-bottom: 30px;
    color: #555;
}

section .container .user .formBx {
    position: relative;
    width: 70%;
    height: 100%;
    background-color: #f7f7f7;
    border-radius: 0 .5rem .5rem 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    /*padding: 40px;*/
    transition: 0.5s;
}
section .container .user .formBx input/*:not([type="checkbox"])*/ {
    width: 100%;
    padding: 10px;
    background: #e8e8e8;
    color:#333;
    border: 0 none;
    border-radius: 5px;
    outline: none;
    box-shadow: none;
    font-size: 14px;
    margin: 8px 0;
    letter-spacing: 1px;
    font-weight: 300;
}
section .container .user .formBx input[type="submit"], section .container .user .formBx input[type="button"] {
    background-color: #4eaf39;
    color: #fff;
    border-radius: 6px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    transition: 0.5s;
}
section .container .user .formBx input[type="submit"]:hover, section .container .user .formBx input[type="button"]:hover {
    box-shadow: 0 2px 10px 0 rgb(0 0 0 / 30%);
}

section .container .user .formBx input.formfld_highlight_bad {
	border-color: #aa2525;
	-webkit-box-shadow: 0 0 3px #aa2525 inset;
	-moz-box-shadow: 0 0 3px #aa2525 inset;
	box-shadow: 0 0 3px #aa2525 inset;
}
section .container .user .formBx input.formfld_highlight_good {
	border-color: #2fb22f;
	-webkit-box-shadow: 0 0 3px #2fb22f inset;
	-moz-box-shadow: 0 0 3px #2fb22f inset;
	box-shadow: 0 0 3px #2fb22f inset;
}

.signOther {
    position: relative;
    width: 100%;
}
.divideLine {
    position: relative;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 32px;
}
.divideLine::before {
    content: '';
    height: 1px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 12px;
    background-color: #e8e8e8;
} 
.divideLine span {
    background-color: #f7f7f7;
    padding-left: 12px;
    padding-right: 12px;
    color: #555;
    display: inline-block;
    line-height: 24px;
    position: relative;
    z-index: 1;
}
.ssoItem {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.ssoContainer {
    display: flex;
}
.fb_ic::after {
    content: "Facebook";
    display: block;
    color: #555;
    font-size: 14px;
}
.gl_ic::after {
    content: "Google";
    display: block;
    color: #555;
    font-size: 14px;
}
.ot_ic::after {
    content: "Okta";
    display: block;
    color: #555;
    font-size: 14px;
}
.ol_ic::after {
    content: "Onelogin";
    display: block;
    color: #555;
    font-size: 14px;
}
.icns:hover {
    opacity: .8;
}
.icns {
    text-decoration: none;
	cursor: pointer;
}
.docs {
    margin: 20px 0 5px 0;
    font-size: 13px;
    color: #555;
    line-height: 1.5;
}
.docs a {
    color: #0E71EB;
    text-decoration: none;
}
a.signUp {
    text-decoration: none;
    color: #4eaf39;
    font-weight: 600;
    font-size: 18px;
}
/*a.change-domain,
a.the_reset_pass_link {
    text-decoration: none;
    color: #0E71EB;
}*/
a.the_cancel_reset_pass_link,
a.cancel_the_forgot_pass_request,
a.the_cancel_change_domain_link {
    text-decoration: none;
    color: #0E71EB;
}

#login_form{
	position: relative;
}

.language_selector{
	position: absolute; top: -60px; right: 0px;
}

.drop_lang{
	list-style-type: none;
	width: 75px;
	position: absolute;
	top: -37px;
	right: 0px;
	height: 75px;
	overflow-y: scroll;
	background-color: #fff;
	border: 1px solid #cecece;
	border-radius: 5px;
}
/* Works on Firefox */
.drop_lang{
  scrollbar-width: thin;
  scrollbar-color: #cdcdcd  #f0f0f0;;
}

/* Works on Chrome, Edge, and Safari */
.drop_lang::-webkit-scrollbar {
  width: 7px;
}

.drop_lang::-webkit-scrollbar-track {
  background: #f0f0f0;
  border-radius: 5px;
}

.drop_lang::-webkit-scrollbar-thumb {
  background-color: #cdcdcd;
  border-radius: 0px;
  border: 0px solid #f0f0f0;
}



.drop_lang.hide_drop_lang{
	display: none;
}
.drop_lang li{
	float: left;
	cursor: pointer;
	width: 100%;
	padding: 5px;
	font-size: 12px;
	color: #555;
}
.drop_lang li.active{
	background-color: #4eaf39;
	color: #fff;
}
.drop_lang li:hover{
	background-color: #e8e8e8;
	color: #555;
}


p.changeD {
    margin-top: 5px;
}
p.changeD a {
    float: right;
    text-decoration: none;
    color: #0E71EB;
    font-size: 15px;
}
p.changeD:after {
    content: "";
    display: table;
    clear: both;
}
a.icns img, span.icns img {
    width: 32px;
}

.mobLogo {
    width: 60%;
    text-align: center;
}

.mobLogo a{
	text-decoration: none;
}

.imgBx div a{
	text-decoration: none;
}

.mobLogo .companyLogoImg {
    width: 50%;
}

.mobLogo .companyLogoTitle {
    font-size: 1.1em;
}

.checkbox_label {
    display: block;
    float: left;
    font-size: 15px;
}

section .container .user .formBx input[type="checkbox"] {
    width: auto;
}

.login_box_link.the_reset_pass_link {
    float: right;
    padding: 5px 0;
    color: #0E71EB;
    text-decoration: none;
    font-size: 15px;
}

/*****different cases container height*****/
section .container.business_height {
	height: 655px;
}
section .container.business_height .usersImg {
	top: 3%;
}

section .container.business_height.forgot_pass_height {
	height: 425px;
}
section .container.business_height.forgot_pass_height .usersImg {
	top: 5%;
}

section .container.enroll_height {
	height: 495px;
}
section .container.enroll_height .usersImg {
	top: 4%;
}

section .container.enroll_height.forgot_pass_height {
	height: 400px;
}
section .container.enroll_height.forgot_pass_height .usersImg {
	top: 5%;
}

section .container.personal_height {
	height: 575px;
}
section .container.personal_height .usersImg {
	top: 2%;
}

section .container.personal_height.forgot_pass_height {
	height: 425px;
}
section .container.personal_height.forgot_pass_height .usersImg {
	top: 4%;
}
/*****different cases container height*****/


@media only screen and (max-width: 768px) {
    section {
        padding: 0;
    }
}


@media only screen and (max-width: 540px) {
    section .container .user .formBx {
        width: 100%;
    }
    section .container .user .imgBx {
        display: none;
    }
	.mobLogo {
        display: block;
    }
    section .container .user .formBx {
        padding: 20px 40px 40px;
    }
	
	/*****different cases container height*****/
	section .container.business_height {
		height: 700px;
	}
	
	section .container.personal_height {
		height: 625px;
	}
	
	section .container.enroll_height {
		height: 525px;
	}
	/*****different cases container height*****/
	
	.language_selector{
		top: -117px;
	}

	.drop_lang{
		top: -94px;
	}
	
}


@media only screen and (min-width: 540px) {
    .mobLogo {
        display: none;
    }
    section .container .user .formBx {
        padding: 40px;
    }
	
	section .container.business_height .user .formBx {
        padding: 40px 40px 0px 40px;
    }
}




/*alex*/
.alex_show_hide_password::before{
	font-family: 'FontAwesome';
	content: "\f06e";
	color: #000 !important;
	text-indent: 0px !important;
	padding: 0px 0px !important;
	position: absolute;
	top: 16px;
	right: 7px;
	display: block;
	z-index: 1;
	font-size: 12pt;
	cursor: pointer;
}
.alex_show_hide_password.hide_it::before{
	content: "\f070" !important;
}

.alex_show_hide_new_password::before{
	font-family: 'FontAwesome';
	content: "\f06e";
	color: #000 !important;
	text-indent: 0px !important;
	padding: 0px 0px !important;
	position: absolute;
	top: 16px;
	right: 7px;
	display: block;
	z-index: 1;
	font-size: 12pt;
	cursor: pointer;
}
.alex_show_hide_new_password.hide_it::before{
	content: "\f070" !important;
}

.alex_show_hide_repeat_password::before{
	font-family: 'FontAwesome';
	content: "\f06e";
	color: #000 !important;
	text-indent: 0px !important;
	padding: 0px 0px !important;
	position: absolute;
	top: 16px;
	right: 7px;
	display: block;
	z-index: 1;
	font-size: 12pt;
	cursor: pointer;
}
.alex_show_hide_repeat_password.hide_it::before{
	content: "\f070" !important;
}

/*a.change-domain, a.the_reset_pass_link, a.the_cancel_reset_pass_link, a.cancel_the_forgot_pass_request{
	width: 100%;
	text-align: center;
	display: block;
}*/
a.the_cancel_reset_pass_link, a.cancel_the_forgot_pass_request, a.the_cancel_change_domain_link{
	width: 100%;
	text-align: center;
	display: block;
}

section .container .user .formBx input[disabled="disabled"] {
	color: #c4c4c4;
	background: #eceaea;
}

.inForm{
	width: 100%;
}

section .container .user .imgBx .companyLogoTitle {
    text-transform: uppercase;
    font-size: 1.3em;
    color: #555;
    padding-top: 30px;
}
section .container .user .imgBx .companyLogoText p {
    font-size: 15px;
    letter-spacing: 1px;
    margin-top: 10px;
}

.companyLogoImg{
	/*max-width: 50%;*/
	max-width: 130px;
	max-height: 130px;
}


#message_text {
	z-index: 9999;
	position: fixed;
	/*top: -80px;*/
	top: -100px;
	/*bottom: -80px;*/
	left: 0;
	right: 0;
	height: auto;
	opacity: 0;
	margin: 0;
	vertical-align: middle;
	padding: 12px 0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

.message_text_mood_default {
	background-color: #ccffcc;
	color: #004200;
}

.message_text_mood_negative {
	background-color: #ffcdcd;
	color: #670000;
}

.message_text_mood_alert {
	background-color: #ffe585;
	color: #d66721;
}

/*.checkbox_label{
	width: 100%;
	display: block;
	text-align: center;
}*/

/*alex*/