@charset "UTF-8";

/* TODO: this is not cool */
@font-face {
    font-family: 'obc-icons';
    src: url('../fonts/obc-icons.eot') format('eot'),
    url('../fonts/obc-icons.woff') format('woff'),
    url('../fonts/obc-icons.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

html, body {
  background-color: #f5f5f5;
}

.centralized {
  position: relative;
  width: 396px;
  left: 50%;
  transform: translate(-50%, 0%);
}

header.login,
main.login {
  background: #FFF;
  border: 1px solid #CCC;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  transition: all .3s ease-out;
  font-family: OTTOSans-Light;
  -webkit-transition: all .3s ease-out;
}

header.login {
  border-bottom: none;
  padding: 24px;
  background: #FFF url("../img/opc_logo.png") center center no-repeat;
  background-size: 200px;
  height: 72px;
}

main.login {
  padding: 36px 48px 32px 48px;
  background: #FFF;
}

main.login h1 {
  font-size: 24px;
  margin: 0 0 24px 0;
}

main form input {
  margin: 0 0 0 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 0.875rem;
  line-height: 1.42857em;
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
  background-color: #FFF;
  border: 1px solid #ccc;
  border-radius: 3px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  color: #222222;
  display: block;
  height: 36px;
  outline: none;
  padding: 8px 9px;
  vertical-align: baseline;
  width: 100%;
}



main.login .title {
  font-weight: normal;
  font-size: 14px;
  height: 17px;
  width: 41px;
  color: rgb(34, 34, 34);
  margin-bottom: 6px;
}

main.login .form-group {
  font-size: 24px;
  font-weight: 300;
  line-height: 1;
}

.p_btn150--1st {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-clip: padding-box;
  border: medium none;
  border-radius: 3px;
  cursor: pointer;
  margin-bottom: 0;
  margin-top: 24px;;
  outline: 0 none;
  -webkit-tap-highlight-color: transparent;
  text-align: center;
  text-decoration: none;
  width: 100%;
  color: #F8F7F5;
  line-height: 1.375em;
  min-height: 36px;
  padding: 10px 20px;
  display: inline-block;
  background: #D4021D;
  font-family: "OttoSans", "Arial", "Helvetica", sans-serif !important;
  font-size: 14px;
  font-style: normal;
  font-stretch: normal;
  vertical-align: bottom;
}

.p_btn150--1st:hover {
  background: #F00020;
  color: #FFF;
}

.p_btn150--1st:disabled {
  background: #e68c98;
}

.p_btn--1st {
  width: 100%;
  padding-top: 8px;
  height: 36px;
  display: inline-block;
  margin-top: 24px;
}

.p_btn--1st :disabled {
  background: #e68c98;
}

/*div.alert-error {*/
/*  position: relative;*/
/*  display: block;*/
/*  z-index: 9;*/
/*  width: 100%;*/
/*  margin-bottom: 12px;*/
/*  padding: 12px;*/
/*  background: #fad6db;*/
/*  border-radius: 3px;*/
/*  color: #e6344b;*/
/*  box-sizing: border-box;*/
/*  font-family: "OttoSans", "Arial", "Helvetica", sans-serif;*/
/*  font-size: 14px;*/
/*  vertical-align: middle;*/
/*}*/
/*div.alert-success {*/
/*  position: relative;*/
/*  display: block;*/
/*  z-index: 9;*/
/*  width: 100%;*/
/*  margin-bottom: 12px;*/
/*  padding: 12px;*/
/*  background: #D6E0CC;*/
/*  border-radius: 3px;*/
/*  color: #326400;*/
/*  box-sizing: border-box;*/
/*  font-family: "OttoSans", "Arial", "Helvetica", sans-serif;*/
/*  font-size: 14px;*/
/*}*/
/*div.alert-warning {*/
/*  position: relative;*/
/*  display: block;*/
/*  z-index: 9;*/
/*  width: 100%;*/
/*  margin-bottom: 12px;*/
/*  padding: 12px;*/
/*  background: #FFD998;*/
/*  border-radius: 3px;*/
/*  color: #222;*/
/*  box-sizing: border-box;*/
/*  font-family: "OttoSans", "Arial", "Helvetica", sans-serif;*/
/*  font-size: 14px;*/
/*}*/
/*div.alert-info {*/
/*  position: relative;*/
/*  display: block;*/
/*  z-index: 9;*/
/*  width: 100%;*/
/*  margin-bottom: 12px;*/
/*  padding: 12px;*/
/*  background: #CCD6E0;*/
/*  border-radius: 3px;*/
/*  color: #003264;*/
/*  box-sizing: border-box;*/
/*  font-family: "OttoSans", "Arial", "Helvetica", sans-serif;*/
/*  font-size: 14px;*/
/*}*/
/* TODO: THIS IS NOT COOL */
div.alert-error i {
  font-family: 'obc-icons' !important;
  float: left;
}
div.alert-success i {
  font-family: 'obc-icons' !important;
  float: left;
}
div.alert-warning i {
  font-family: 'obc-icons' !important;
  float: left;
}
div.alert-info i {
  font-family: 'obc-icons' !important;
  float: left;
}
.obc_icon-error:before {
  content: "\e989";
  font-style: normal;
  font-size: 24px;
  text-transform:none;
  margin-right:.75rem;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
}
.obc_icon-success:before {
  content: "\e919";
  font-style: normal;
  font-size: 24px;
  text-transform:none;
  margin-right:.75rem;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
}
.obc_icon-warning:before {
  content: "\e91a";
  font-style: normal;
  font-size: 24px;
  text-transform:none;
  margin-right:.75rem;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
}
.obc_icon-info:before {
  content: "\e987";
  font-style: normal;
  font-size: 24px;
  text-transform:none;
  margin-right:.75rem;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
}

.password-reset , .login-help {
  margin-top: 10px;
  color: #222222;
  line-height: 1.14;
  font-size: 14px;
}

.passwort-reset-hint {
  color: rgb(34, 34, 34);
  font-family: OTTOSans;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0px;
  line-height: 20px;
  width: 302px;
  margin-bottom: 24px;
}

.passwort-reset-label{
  color: rgb(34, 34, 34);
font-family: OTTOSans;
font-size: 14px;
font-weight: normal;
height: 17px;
letter-spacing: 0px;
width: 41px;
margin-bottom: 6px;
}

.title-update-password{
 font-weight: normal;
 font-size: 14px;
 color: rgb(34, 34, 34);
 margin-bottom: 6px;
}

/* -------------------------|
|							|
|	KEYCLOAK custom styles	|
|							|
-------------------------- */

/*.alert.alert-error {*/
/*  position: absolute;*/
/*  z-index: 9;*/
/*  height: 0;*/
/*  padding: 0;*/
/*  margin: 0;*/
/*}*/
/*.alert.alert-success {*/
/*  position: absolute;*/
/*  z-index: 9;*/
/*  height: 0;*/
/*  padding: 0;*/
/*  margin: 0;*/
/*}*/
/*.alert.alert-warning {*/
/*  position: absolute;*/
/*  z-index: 9;*/
/*  height: 0;*/
/*  padding: 0;*/
/*  margin: 0;*/
/*}*/
/*.alert.alert-info {*/
/*  position: absolute;*/
/*  z-index: 9;*/
/*  height: 0;*/
/*  padding: 0;*/
/*  margin: 0;*/
/*}*/

/*.alert.alert-error .kc-feedback-text {*/
/*  position: absolute;*/
/*  z-index: 9;*/
/*  height: 0;*/
/*  line-height: 0;*/
/*  padding: 0;*/
/*  margin: 0;*/
/*  font-size: 0;*/
/*}*/
/*.alert.alert-success .kc-feedback-text {*/
/*  position: absolute;*/
/*  z-index: 9;*/
/*  height: 0;*/
/*  line-height: 0;*/
/*  padding: 0;*/
/*  margin: 0;*/
/*  font-size: 0;*/
/*}*/
/*.alert.alert-warning .kc-feedback-text {*/
/*  position: absolute;*/
/*  z-index: 9;*/
/*  height: 0;*/
/*  line-height: 0;*/
/*  padding: 0;*/
/*  margin: 0;*/
/*  font-size: 0;*/
/*}*/
/*.alert.alert-info .kc-feedback-text {*/
/*  position: absolute;*/
/*  z-index: 9;*/
/*  height: 0;*/
/*  line-height: 0;*/
/*  padding: 0;*/
/*  margin: 0;*/
/*  font-size: 0;*/
/*}*/

/*.kc-feedback-text {*/
/*  position: absolute;*/
/*  z-index: 9;*/
/*  height: 0;*/
/*  line-height: 0;*/
/*  padding: 0;*/
/*  margin: 0;*/
/*  font-size: 0;*/
/*}*/

#kc-container {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#kc-header-wrapper {
  background-color: #f5f5f5;
}

#kc-header,
#kc-content {
  position: relative;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.kc-content-login {
  padding-top: 160px !important;
}


#kc-page-title {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#kc-header #kc-header-wrapper {
  margin: 0;
  padding: 0;
  font-family: "OttoSansThin", "Arial", "Helvetica", sans-serif;
  font-size: 0;
}


#kc-form-buttons input:hover {
  background: #F00020;
  color: #FFF;
}

.no-border {
  border-style: none;
}

.checkIcon {
  display: inline-block;
  transform: rotate(45deg);
  height: 10px;
  width: 4px;
  border-bottom: 1px solid #326400;
  border-right: 1px solid #326400;
  position: relative;
  margin-left: 6px;
  margin-top: 2px;
}

.checkIconCircle {
  align-content: center;
  position: relative;
  display: inline-block;
  vertical-align: top;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  margin: 5px 8px 0px 0px;
}

.checkIconCircleBorderDisabled {
  border: 1px solid rgb(34, 34, 34);
}

.checkIconCircleBorderEnabled {
  border: 1px solid #326400;
}

#passwordValidation {
  color: rgb(34, 34, 34);
  margin: 20px 7px 25px 0px;
  font-size: 14px;
}

#passwordValidation tr{
  line-height: 33px;
}

#passwordValidation tr>td:before{
  margin-right: 9px;
}

.green_check_icon {
  color: #326400;
}

.passwordInputWrapper, #username {
  position: relative;
  display: block;
}

.passwordInputWrapper::after {
  content: attr(data-domain);
  position: absolute;
  top: 8px;
  right: 12px;
  display: block;
  color: #326400;
  font-size: 10px;
  font-weight: bold;
}

.changePasswordMessage{
  color: rgb(34, 34, 34);
  font-family: OTTOSans;
  font-size: 14px;
  font-weight: normal;
}

.obc_form__check-remember-me {
  position: relative;
  margin: 12px 0px 15px 0px;
}

.obc_form__check-remember-me label {
  color: rgb(34, 34, 34);
  font-family: OTTOSans;
  font-size: 14px;
  font-weight: normal;
  height: 16px;
  margin-left: 5px;
  position: absolute;
  display: inline-block;
}

.obc_form__check-input {
  box-sizing: border-box;
  cursor: pointer;
  margin: 2px;
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 3px;
  border: 1px solid #ccc;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.obc_form__check-input:checked {
  color: #fff;
  background-color: #333;
  border: none;
}

.check-email p {
  color: rgb(34, 34, 34);
  font-family: OTTOSans;
  font-size: 14px;
  font-weight: normal;
  padding-bottom: 8px;
}
.check-email p:last-child {
  padding-bottom: 0px;
}
