html, body {
  height: 100%;
    max-width: 100%;
    overflow-x: hidden;
}

body {
  margin: 0;
}

.main-container {
  position: relative;
  top: 30%;
  transform: translateY(-30%);
}

.login-button{
    width: 80%;
    margin-left: 10%;
    margin-top: 30px;
    background: #001D52;
    border-radius: 100px;
    height: 40px;
    color: white;
    font-size: 18px;
    cursor: pointer;
}

.return-login-button {
    width: 80%;
    margin-left: 10%;
    margin-top: 7%;
    color: #2B4690;
    background-color: #F8F9FD;
    border-radius: 100px;
    border: 1px solid #2B4690;
    font-size: 14px;
    transition: background-color 0.2s, box-shadow 0.2s;
}

.login-reset-validate-button {
    margin-top: 3%;
    margin-bottom: 5%;
}

.login-button:hover {
    background-color: #C6AA76;
    border-color: #C6AA76;
    cursor: pointer;
    transition: background 200ms ease, border 200ms ease;
}

.button-container {
  position: relative;
  top: 2%;
  transform: translateY(-2%);
  margin-left: 10px;
}

.question-img{
  max-height: 30px;
  margin-right: 10px;
  margin-top: -20px;
}

label {
  font-family: AvenirNextLTPro-Demi;
  color: #95989a;
  font-size: 1.2em;
}

#kc-header-wrapper-carteelu {
    font-size: 26px;
    color: black;
    font-weight: bold;
    left: 0;
}

.form-control {
  border: 1px solid #d0d0d0;
  border-radius: 0.2em;
  padding: 0.1em 0.5em;
  color: #000000;
  height: 3em;
}

.mt-5 {
  margin-top: 5px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-25 {
  margin-top: 25px;
}

#kc-logo-wrapper {
    background-image: url("logo-groupe-in.svg");
    background-repeat: no-repeat;
    background-size: 130px 78px;
    height: 78px;
    width: 130px;
	z-index: 10;
	position: absolute;
    margin-left: -30px;
    margin-top: -10px;
}

.in-logo {
    width: 40%;
    margin-left: 25%;
    position: absolute;
}

#kc-header-wrapper {
    font-size: 26px;
	color: black;
	font-weight: bold;
    position: absolute;
    margin-top: 40%;
    left: 0;
    width: 100%;
}

.services-main-row {
    height: 100%;
}

@media (min-width: 600px) {
    #background-left-part {
        width: 70%;
        height: 100%;
        background-image: url("../img/background.jpg");
        background-repeat: no-repeat;
        background-size: cover;
        position: fixed;
    }
}

@media screen and (max-width: 1200px) {
  #kc-header-wrapper{
    font-size: 20px;
  }
}

@media screen and (max-width: 768px) {
  #kc-header-wrapper{
    font-size: 18px;
  }
}

#kc-container {
  margin-top: 20px;
}

#kc-container-wrapper-services {
    height: 100%;
}

@media (min-width: 600px) {
    #kc-container-wrapper-services {
        width: 30%;
        float: right;
    }
}

#reset-password-button {
    border:none;
    margin-left: 10%;
}

.input-label {
    padding-left: 10%;
    font-size: 16px;
    color: #1A1C20;
}

#messervicesMessage {
    text-align: center;
}

.login-input:focus::-webkit-input-placeholder { color:transparent; }
.login-input:focus:-moz-placeholder { color:transparent; } /* Firefox 18- */
.login-input:focus::-moz-placeholder { color:transparent; } /* Firefox 19+ */
.login-input:focus:-ms-input-placeholder { color:transparent; } /* oldIE ;) */

.login-input {
    margin: 0px 10%;
    width: 80%;
    border-radius: 8px;
    background: #F4F5F5;
    /*border: none;*/
    text-align: left;
    font-size: 16px;
    box-sizing: border-box;
    padding: 12px 20px;
}

#services-template {
    height: 100%;
}

.login-otp-input {
    margin-bottom: 20px;
    border-radius: 8px;
    background: #F4F5F5;
    text-align: left;
    font-size: 16px;
    box-sizing: border-box;
    padding: 12px 20px;
}

#kc-container-wrapper-carteelu {
    background-color: #FAFAFA;
    border-radius: 0.3em;
    box-shadow: 1px 4px 4px #aaa;
    padding: 2em 3em;
}

.password-input {
    margin-top: 10px;
}

.control-label {
    font-size: 18px;
}

.form-control input::placeholder, select::placeholder, textarea::placeholder {
  color: #646464;
}

.form-control input:focus, select:focus, textarea:focus {
  outline: none;
  border-color: #003088;
  font-family: AvenirNextLTPro;
  color: #003088;
}

.form-control input:disabled, select:disabled, textarea:disabled {
  background-color: #F1F2F3;
  border-color: #95989A;
  color: #646464;
}

input:-webkit-autofill,
 input:-webkit-autofill:hover,
 input:-webkit-autofill:focus,
 input:-webkit-autofill:active {
 -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}

.kc-otp-init {
    width: 90%;
    padding-left: 10%;
}

#kc-form-buttons input:hover {
  background-color: #C6AA76;
  border: 1px solid #C6AA76;
  color: #F8F9FD;
}

#kc-form-buttons input:focus {
  outline: none;
}

.alert-error{
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

#kc-locale ul {
    display: none;
    position: absolute;
    background-color: #fff;
    list-style: none;
    right: 20px;
    top: 30px;
    width: 200px;
    padding: 2px;
}

#kc-locale:hover ul {
    display: none;
}

#kc-locale ul li a {
    display: none;
    padding: 1px 11px;
    color: #000 !important;
    border: 1px solid #fff;
    text-decoration: none;
    line-height: 20px;
}

#kc-locale ul li a:hover {
    display: none;
    color: #4d5258;
    background-color: #d4edfa;
    border-color: #b3d3e7;
}

#kc-locale-dropdown a {
display: none;
    color: #fff;
}

#kc-locale-dropdown a:hover {
display: none;
text-decoration: none;
}

a#kc-current-locale-link {
    display: block;
    padding: 5px;
}

a#kc-current-locale-link:hover {
    background-color: rgba(0,0,0,0.2);
}

a#kc-current-locale-link::after {
    content: "\2c5";
    margin-left: 4px;
}

.instruction{
    width: 100%;
    text-align: center;
    font-size: 16px;
}

.carteelu-row {
    padding-top: 10%;
}

.services-header {
    width: 100%;
    height: 32%;
}

#instruction-error {
    width: 80%;
    padding-left: 10%;
    font-size: 18px;
}

#kc-info {
    padding-bottom: 200px;
    margin-bottom: -200px;
}

#kc-info-wrapper {
    font-size: 13px;
}

#kc-terms-text {
    margin-bottom: 20px;
    text-align: center;
}

#kc-registration {
    margin-bottom: 15px;
}

/* TOTP */

ol#kc-totp-settings {
    margin: 0;
    padding: 0;
}

ol#kc-totp-settings li {
    margin-top: 1em;
}

ol#kc-totp-settings li:first-of-type {
    margin-top: 0;
}

#kc-totp-secret-qr-code {
    max-width:150px;
    max-height:150px;
}

#kc-totp-secret-key {
    background-color: #fff;
    color: #333333;
    font-size: 16px;
    padding: 10px;
}

/* OAuth */

#kc-oauth h3 {
    margin-top: 0;
}

#kc-oauth ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#kc-oauth ul li {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 12px;
    padding: 10px 30px;
}

#kc-oauth ul li:first-of-type {
    border-top: 0;
}

#kc-oauth .kc-role {
    display: inline-block;
    width: 50%;
}

/* Code */
#kc-code textarea {
    width: 100%;
    height: 8em;
}

/* Header */
#kc-head-wrapper {
    background-image: url("header.png");
    background-repeat: no-repeat;
    background-size: 130px 78px;
}

.row {
    margin: 0;
}

.otp-button {
    margin: 0;
}

.btn-primary {
    color: #2B4690;
    background-color: #F8F9FD;
    border: 1px solid #2B4690;
    font-size: 14px;
    transition: background-color 0.2s, box-shadow 0.2s;
}

.back-to-login-button {
    margin: 20px 10% 0 10%;
}

.btn-secondary {
    background-color: #2B4690;
    border: 1px solid #2B4690;
    color: #F8F9FD;
    border-radius: 0.2em;
    transition: background-color 0.2s, box-shadow 0.2s;
}

.btn-secondary:hover {
    background-color: #C6AA76;
    border: 1px solid #C6AA76;
    color: #F8F9FD;
  }

.btn-primary:hover {
    background-color: #F8F9FD;
    color: #C6AA76;
    border: 1px solid #C6AA76;
}

.btn-primary:focus {
    background-color: #F8F9FD;
    color: #C6AA76;
    border: 1px solid #C6AA76;
}

.btn-primary:active {
    background-color: #F8F9FD;
    color: #C6AA76;
    border: 1px solid #C6AA76;
}

.btn-primary:active:focus {
    background-color: #F8F9FD;
    color: #C6AA76;
    border: 1px solid #C6AA76;
}

.title{
  font-size: 26px;
  font-weight: bold;
}
