html,
body {
  height: 100%;
  color: #081a2e;
}

.systemUserCheckboxParts:hover{
    color: #229ef4;
    cursor: pointer;
}

.card{
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.codeInputDiv{
    max-width: 300px;
}

#logoImage{
    margin-bottom: 20px;
    margin-top: -100px;
}

#langChooseMenu{
    margin-top: 40px;
}

#emailDestMasked, #smsDestMasked, .formInputError{
    color: #c71e4f !important;
}

#emailDestMasked{
	direction: ltr;
	unicode-bidi: bidi-override;
}

.btn-outline-primary {
    color: #081a2e !important;
    border-color: #081a2e !important;
}

.btn-primary {
    background-color: #081a2e !important;
    border-color: #081a2e !important;
}

.btn-primary:hover {
    color: #081a2e !important;
	background-color: #fff !important;
    border-color: #081a2e !important;
}

#smartphonePushSpinner{
    margin-bottom: 15px;
}

.btn-outline-primary:hover {
    color: #fff !important;
    background-color: #081a2e !important;
    border-color: #081a2e !important;
}

.loginMethodCardIcon{
  margin-top: 10px
}

.loginMethodCard{
    background-clip: border-box;
    border: 2px solid rgba(0,0,0,.125);
    border-radius: .25rem;
    padding: 2px 0;
    max-width: 505px;
    width:100%;
}

.loginMethodCard[enabled=false]{
    color: rgba(0,0,0,.125);
    display: none;
}

.loginMethodCard[active=true]{
    position: relative;
    margin: auto;
}

/* #forgottenPasswordLink{ */
    /* margin-top: 30px; */
    /* margin-bottom: -20px !important; */
/* } */

.loginMethodCard:hover[enabled=true]{
    border-color: #081a2e;
    cursor: pointer;
}

.narrowDiv{
    max-width: 450px;
    width: 100%;
}

#forgottenPasswordLink{
  margin-top: 5px;
}

html[dir=rtl] #forgottenPasswordLink{
    text-align: right;
}

.alert{
  white-space: nowrap;
}

body {
  /*display: -ms-flexbox;*/
  /*display: flex;*/
  -ms-flex-align: center;
  align-items: center;
  padding-top: 10%;
  padding-bottom: 40px;
}


#loginOptions{
	margin-top: 30px;
	padding: 50px 35px;
    background-color: #f1f1f1;
    padding-bottom: 50px;
    border-radius: 20px;
	border: 1px solid #5dcc30;
}

@media only screen and (max-width: 600px) {
    body {
        padding-top: 40px;
        padding-bottom: 40px;
    }
	
    #logoImage{
        margin-top: 0px;
    }
	
	#doneButton{
		margin-top: 10px;
	}
	
	.alertify .ajs-dialog {
		max-width: 100%;
	}
	
	#webAuthnLoginMethodOption{
		border-top: 2px solid #5dcc30;
		border-right: 0px;
		border-left: 0px;
		margin-top: 10px;
        padding-top: 10px;
	}
	
	#loginOptions{
		margin-top: 0px;
		padding: 5px 25px;		
		padding-bottom: 30px;
	}
	
	.loginOption{
		padding: 20px 5px;
	}

}

.form-signin {
  width: 100%;
  max-width: 420px;
  padding: 15px;
  margin: auto;
}

.form-label-group {
  position: relative;
  margin-bottom: 1rem;
}

.form-label-group > input,
.form-label-group > label {
  height: 3.125rem;
  padding: .75rem;
}

.form-label-group > label {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  margin-bottom: 0; /* Override default `<label>` margin */
  line-height: 1.5;
  color: #495057;
  pointer-events: none;
  cursor: text; /* Match the input under the label */
  border: 1px solid transparent;
  border-radius: .25rem;
  transition: all .1s ease-in-out;
}

html[dir=rtl] .form-label-group > label {
    text-align: right;
}

.form-label-group input::-webkit-input-placeholder {
  color: transparent;
}

.form-label-group input:-ms-input-placeholder {
  color: transparent;
}

.form-label-group input::-ms-input-placeholder {
  color: transparent;
}

.form-label-group input::-moz-placeholder {
  color: transparent;
}

.form-label-group input::placeholder {
  color: transparent;
}

.form-label-group input:not(:placeholder-shown) {
  padding-top: 1.25rem;
  padding-bottom: .25rem;
}

.form-label-group input:not(:placeholder-shown) ~ label {
  padding-top: .25rem;
  padding-bottom: .25rem;
  font-size: 12px;
  color: #777;
}

/* Fallback for Edge
-------------------------------------------------- */
@supports (-ms-ime-align: auto) {
  .form-label-group > label {
    display: none;
  }
  .form-label-group input::-ms-input-placeholder {
    color: #777;
  }
}

/* Fallback for IE
-------------------------------------------------- */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .form-label-group > label {
    display: none;
  }
  .form-label-group input:-ms-input-placeholder {
    color: #777;
  }
}


#errMsg{
    white-space: normal;
}

#errorMessageAlert{
    padding: 10px 10px;
}

#securityCodeChoiceSubTitle{
	color: #b2001d;
}

.cardBackButton{
	position: absolute;
    left: 25px;
	top: 25px;
}

#fpLinkDiv{
	margin-bottom: 15px;
}

@media only screen and (min-width: 700px) {
	.loginOption{
		padding: 5px 60px;
	}
	
	html[dir=ltr] #webAuthnLoginMethodOption{
		border-top: 0px;
		border-left: 2px solid #5dcc30;
	}
	html[dir=rtl] #webAuthnLoginMethodOption{
		border-top: 0px;
		border-right: 2px solid #5dcc30;
	}
}


#loginForPasskeyText{
	color: #5dcc30;
	font-weight: bold;
	margin-bottom: 10px;
}

/* html[dir=rtl] #loginForPasskeyText{ */
	/* text-align: right; */
/* } */


#webAuthnDesc{
	margin-top: 20px;
	padding: 10px 10px;
    background-color: white;    
    border-radius: 20px;
	border: 1px solid #5dcc30;
}

.alertify .ajs-footer .ajs-buttons .ajs-button.ajs-ok{
	color: #5dcc30;
}

html[dir=rtl] #webAuthnDesc{
	text-align: right;
}

html[dir=rtl] #enrollmentMain{
	text-align: right;
}

#doNotshow{
	margin-top: 6px;
}

html[dir=rtl] #doNotShowLable{
	margin-right: 15px;
}

html[dir=rtl] .ajs-header, .ajs-content{
	text-align: right !important;
}

.ajs-close, .ajs-cancel{
	display: none !important;
}