body {
  background: url('/tenancy/img/login_background.svg?v1') no-repeat center center
    fixed;
  background-size: cover;
  padding: 0px !important;
  margin: 0px !important;
}

.btn {
  height: 36px;
  font-size: 14px !important;
  padding: 0 24px;
  border-radius: 20px;
  border: none;
  float: right;
  cursor: pointer;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
}
.textBtn {
  border: none;
  float: right;
  cursor: pointer;
  height: 36px;
  font-size: 14px !important;
  text-transform: uppercase;
  background-color: transparent;
}
.consent-from {
  z-index: 120;
  width: 50%;
  margin: auto;
  display: block;
  text-align: left;
  right: 0;
  left: 0;
  padding-bottom: 20px;
}
.btn-primary {
  background: linear-gradient(107.74deg, #0077c8 -13.29%, #7cefff 147.42%);
  border: 1px solid #fff !important;
}
.btn-primary:hover {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
    linear-gradient(107.74deg, #0077c8 -13.29%, #7cefff 147.42%) !important;
  color: white;
  border: 1px solid #fff !important;
}
#ReCaptchContainer {
  margin-top: 20px;
}

.left_header {
  margin: 0 auto;
  max-width: 460px;
}

.btn-primary:focus {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
    linear-gradient(107.74deg, #0077c8 -13.29%, #7cefff 147.42%) !important;
  color: white;
  outline: none;
  border: 3px solid #a7bcd6;
}
.btn-disabled {
  background-color: #bdbdbd;
}
.text_white {
  color: #ffffff;
}
.background_grey_100 {
  background-color: #f5f5f5;
}
.text_grey_400 {
  color: #bdbdbd;
}
.text_grey_600 {
  color: #757575;
}
.text_grey_800 {
  color: #424242;
}
.text_network_blue {
  color: #00558c;
}

.text_cyber_blue {
  color: #0077c8;
}

.h2 {
  font-family: Open Sans, Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 34px;
  line-height: 46px;
}
.h4 {
  font-family: Open Sans, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 27px;
  text-align: center;
}
.h6 {
  font-family: Open Sans, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
}
.body1 {
  font-family: Open Sans, Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
}
.body2 {
  font-family: Open Sans, Helvetica, sans-serif;
  font-style: normal;
  font-size: 14px;
  line-height: 19px;
}
.body3 {
  font-family: Open Sans, Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
}
.alert {
  margin-bottom: 10px;
  border-bottom: 1px white solid;
  padding-bottom: 20px;
}
.steps_info_text {
  padding-bottom: 10px;
}
.login_pages {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 0;
  width: 100%;
  overflow-y: hidden;
  height: 100%;
}
.sub_label_text {
  margin-top: 5px;
}
.authenticator__detail {
  display: flex;
  padding-top: 20px;
}
#leftContentDiv {
  width: 65%;
  float: left;
  padding-top: 18%;
  text-align: center;
}
#rightContentDiv {
  width: 34.9%;
  overflow-y: auto;
  overflow-x: hidden;
  border-left: 1px solid rgba(255, 255, 255, 0.35);
  margin: 4% 0;
}
.container {
  padding-left: 30px;
  height: 100%;
  width: 62%;
}
.wideContainer {
  max-height: 440px;
}

.loginCompanyLogo {
  opacity: 1;
  padding: 0px 0px 0px 0px;
  background-color: transparent;
}
#userAcceptance a {
  color: #0077c8;
}
#heading {
  z-index: 100;
}

.form-group input {
  height: 35px;
  border-radius: 2px;
  border: 1px solid #e0e0e0;
  margin-top: 5px;
  padding: 0 0 0 10px;
  font-size: 13px;
  border-color: #bdbdbd;
  width: calc(100% - 10px);
}

.new_logo {
  text-align: center;
  position: relative;
}
.alert:last-of-type {
  border: none;
}
.input-group__container {
  background-color: white;
  border-radius: 2px;
  display: flex;
  align-items: center;
  padding-left: 3px;
}

.input-group__container:focus-within {
  box-shadow: 0 0 0 2pt #e0e0e0;
}
#checkTwoFactorFooter {
  text-align: center;
  padding: 20px 0;
}
.logo_image {
  padding: 15px 30px;
  background-color: white;
  border-radius: 6px;
  height: 36px;
}
#otp:focus,
#otp:hover,
#forgetPassword:focus,
#forgetPassword:hover {
  outline: none;
  cursor: pointer;
}
#forgetPassword {
  float: right;
  margin: 4px 0px;
}

.footerStick {
  position: fixed;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  justify-content: center;
  height: 42px;
  display: flex;
  align-items: center;
}
.powerBy {
  margin-right: 10px;
  display: flex;
  align-items: center;
}

a {
  text-decoration: none;
  color: white;
}
.footerStick a:visited {
  color: #0077c8;
}
.blueLink {
  color: #0077c8;
}
.blueLink:hover {
  color: white;
}

.blueLink:visited {
  color: #0077c8;
}
.hLink {
   color: #c3e5fa !important;
   text-decoration: underline !important;
}
.hLink:hover {
  color: #c3e5fa !important;
}
.hLink:visited {
   color: #c3e5fa !important;
}
.label_text {
	color : #e0e0e0 !important;
}

#forgetPassword:visited {
  color: #c3e5fa !important;
}
#forgetPassword:hover {
  color: #c3e5fa !important;
  text-decoration: underline;
}

a:visited {
  color: white;
}

a:hover {
  color: white;
}
#resetPassword_blk,
#footerForgetPassword {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-top: 30px;
}
.mobileTitle {
  display: none;
}
.mobileTitle:first-of-type {
  margin-top: 100px;
}
.error {
  color: #ffd23b;
  font-size: 12px;
  margin: 2px 0px;
}
@media only screen and (max-width: 860px) {
  .login_pages {
    background: linear-gradient(
      360deg,
      rgba(0, 0, 0, 0.36) 0%,
      rgba(0, 0, 0, 0.6) 100%
    );
  }
  .consent-from {
    width: 100%;
    min-height: 540px;
    margin: auto;
    overflow-y: auto;
  }
  #leftContentDiv {
    display: none;
  }
  #customBrandingLeftContentDiv {
    display: none;
  }
  #rightContentDiv {
    width: 100%;
    border: none;
  }
  .login_pages {
    margin-right: 0%;
    overflow-y: auto;
  }
  .container {
    padding-left: 0%;
    margin: 0 auto;
  }

  .powerBy {
    margin: 3px 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .mobileTitle {
    display: block;
    width: 100%;
  }
  .footerStick {
    position: absolute;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    justify-content: center;
    height: 76px;
    display: block;
    align-items: center;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media only screen and (max-width: 500px) {
  .authenticator__detail {
    display: block;
    padding: 0px;
  }
  .footerStick {
    position: absolute;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    justify-content: center;
    height: 76px;
    display: block;
    align-items: center;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .QR-code {
    padding: 10px;
  }
  #checkTwoFactorFooter {
    text-align: center;
    padding: 100px 0 20px 0;
  }
  .left_header {
    max-width: 320px;
  }
}
.form-control {
	padding:4px;
	border-radius:0;
	color:#777 !important;
	background-color: #fff;
    width: 100%;
    margin: 10px 0px;
    height: 36px;
}
.required {
	color: #CC0000;
	vertical-align: top;
	padding-right: 3px;
}
.modal-open {
	overflow: hidden;
}
.modal {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1050;
	display: none;
	overflow: hidden;
	-webkit-overflow-scrolling: touch;
	outline: 0;
}
.modal.fade .modal-dialog {
		  -webkit-transition: -webkit-transform 0.3s ease-out;
		  -o-transition: -o-transform 0.3s ease-out;
		  transition: -webkit-transform 0.3s ease-out;
		  transition: transform 0.3s ease-out;
		  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out, -o-transform 0.3s ease-out;
		}
		.modal.in .modal-dialog {
		  -webkit-transform: translate(0, 0);
		  -ms-transform: translate(0, 0);
		  -o-transform: translate(0, 0);
		  transform: translate(0, 0);
		}
		.modal-open .modal {
		  overflow-x: hidden;
		  overflow-y: auto;
		}
		.modal-dialog {
		  position: relative;
		  width: auto;
		  margin: 10px;
		}
		.modal-content {
		  position: relative;
		  background-color: #fff;
		  background-clip: padding-box;
		  border: 1px solid #999;
		  border: 1px solid rgba(0, 0, 0, 0.2);
		  border-radius: 6px;
		  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
		  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
		  outline: 0;
		}
		.modal-backdrop {
		  position: fixed;
		  top: 0;
		  right: 0;
		  bottom: 0;
		  left: 0;
		  z-index: 1040;
		  background-color: #000;
		  filter: alpha(opacity=50);
		  opacity: 0.5;
		}
		.modal-backdrop.fade {
		  filter: alpha(opacity=0);
		  opacity: 0;
		}
		.modal-backdrop.in {
		  filter: alpha(opacity=50);
		  opacity: 0.5;
		}
		.modal-header {
		  padding: 15px;
		  border-bottom: 1px solid #e5e5e5;
		}
		.modal-header .close {
		  margin-top: -2px;
		}
		.modal-title {
		  margin: 0;
		  line-height: 1.42857143;
		}
		.modal-body {
		  position: relative;
		  padding: 15px;
		}
		.modal-footer {
		  padding: 10px 20px 20px 20px;
		  text-align: right;
		  border-top: 1px solid #e5e5e5;
		  height: 25px !important;
		}
		.modal-footer .btn + .btn {
		  margin-bottom: 0;
		  margin-left: 5px;
		}
		.modal-footer .btn-group .btn + .btn {
		  margin-left: -1px;
		}
		.modal-footer .btn-block + .btn-block {
		  margin-left: 0;
		}
		.modal-scrollbar-measure {
		  position: absolute;
		  top: -9999px;
		  width: 50px;
		  height: 50px;
		  overflow: scroll;
		}
		@media (min-width: 768px) {
		  .modal-dialog {
		    width: 600px;
		    margin: 30px auto;
		  }
		  .modal-content {
		    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
		    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
		  }
		  .modal-sm {
		    width: 300px;
		  }
		}	
		@media (min-width: 992px) {
		  .modal-lg {
			width: 900px;
		  }
		}
		.close {
		  float: right;
		  font-size: 21px;
		  font-weight: bold;
		  line-height: 1;
		  color: #000;
		  text-shadow: 0 1px 0 #fff;
		  filter: alpha(opacity=20);
		  opacity: 0.2;
		}
		.close:hover,
		.close:focus {
		  color: #000;
		  text-decoration: none;
		  cursor: pointer;
		  filter: alpha(opacity=50);
		  opacity: 0.5;
		}
		button.close {
		  padding: 0;
		  cursor: pointer;
		  background: transparent;
		  border: 0;
		  -webkit-appearance: none;
		  -moz-appearance: none;
		  appearance: none;
		}
		.btn-primary .badge {
		  color: #337ab7;
		  background-color: #fff;
		}
		.btn-success {
		  color: #fff;
		  background-color: #5cb85c;
		  border-color: #4cae4c;
		  padding: 9px 12px 1px;
		}
		.btn-success:focus,
		.btn-success.focus {
		  color: #fff;
		  background-color: #449d44;
		  border-color: #255625;
		}
		.btn-success:hover {
		  color: #fff;
		  background-color: #449d44;
		  border-color: #398439;
		}
		.btn-success:active,
		.btn-success.active,
		.open > .dropdown-toggle.btn-success {
		  color: #fff;
		  background-color: #449d44;
		  background-image: none;
		  border-color: #398439;
		}
		.btn-success:active:hover,
		.btn-success.active:hover,
		.open > .dropdown-toggle.btn-success:hover,
		.btn-success:active:focus,
		.btn-success.active:focus,
		.open > .dropdown-toggle.btn-success:focus,
		.btn-success:active.focus,
		.btn-success.active.focus,
		.open > .dropdown-toggle.btn-success.focus {
		  color: #fff;
		  background-color: #398439;
		  border-color: #255625;
		}
		.btn-success.disabled:hover,
		.btn-success[disabled]:hover,
		fieldset[disabled] .btn-success:hover,
		.btn-success.disabled:focus,
		.btn-success[disabled]:focus,
		fieldset[disabled] .btn-success:focus,
		.btn-success.disabled.focus,
		.btn-success[disabled].focus,
		fieldset[disabled] .btn-success.focus {
		  background-color: #5cb85c;
		  border-color: #4cae4c;
		}
		.btn-success .badge {
		  color: #5cb85c;
		  background-color: #fff;
		}
		.btn-cancel{
		  color : #424242 !important;
		  line-height: 34px !important;
		}
		.btn-submit{
		 line-height: 34px !important;
		}
		.alert-dismissable .close,
		.alert-dismissible .close {
		  position: relative;
		  top: -2px;
		  right: -21px;
		  color: inherit;
		}
		.panel-heading  { 
			padding:10px 0; border:none !important; 
		}

        .form-elements{
            max-height: 600px;
            overflow: auto;
            padding: 10px 40px 10px 0px;
        }

        span.copyclipboard {
        	background: url("/img/copy2clipboard.gif") no-repeat scroll right center rgba(0, 0, 0, 0);
        	cursor: pointer;
        	margin-left: 4px;
        	padding-right: 22px;
        	color:#0088CC;
        	text-decoration:none;
        }