@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@400;500;600;700&family=Heebo:wght@300;400;500;600;700&display=swap');
body {
    color : #071538;
    background-color: #F2F4F8;
    font-family: 'Barlow Condensed', sans-serif;
}
#kc-header {
  background-image: url("../img/logo.png");
  background-color: #FFF;
  background-repeat: no-repeat;
  background-size: 120px 60px;
  background-position: 20px center;
  height: 65px;
  left: 0;
  top: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 0px;
  position: fixed;
  width: 100%;
  z-index: 10;
  border-bottom: 1px solid #B9B7C8;
}
#kc-header-wrapper , #kc-header-wrapper::after {
    font-size: 1.8rem;
    text-transform: uppercase;
    font-weight: 700;
} 
#kc-header-wrapper::after {
    content: ' Commerciaux';
    color :#94be45;
}
header {
    margin-top: 200px;
    text-align: center;
}
header h1 {
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 40px;
}
#kc-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
#kc-content-wrapper {
    width : 520px;
    position: relative;
}
#kc-form-buttons {
    margin-top: 15px;
    text-align: center;
}
#kc-info-wrapper {
    margin-top: 10px;
}
#kc-form-buttons input {
    border-radius: 16px;
    padding: 10px 14px;
    min-width: 155px;
    color: white;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    text-transform: uppercase;
    background-color: #94be45;
    border: 0;
    outline: none;
    height: 42px;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
#kc-form-options {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
}
#kc-form-options label {
    margin-bottom: 0;
    margin-top: 0;
}
#kc-form-options.mt-0 {
    margin-top: 0
}
#kc-form-options.mb-1 {
    margin-bottom: 10px
}
#kc-social-providers {
    margin-top: 50px;
}
#kc-social-providers li {
    float: left;
    list-style: none;
    text-align: center;
    margin-right: 10px;
    margin-bottom: 10px;
}
#kc-social-providers a {
    position: relative;
    right: inherit;
    bottom: inherit;
    display: block;
    text-decoration: none;
    padding: 8px 12px;
    color: black;
    font-size: 0.9rem;
    font-weight: 500;
    cursor: pointer;
    background-color: white;
    outline: none;
    border-radius: 13px;
    border-color: #94be45;
    border-width: 2px;
    border-style: solid;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

/* generic form styles */
.formPasswordVisibilityButton {
    float: right;
    /* margin-left: -25px; */
    margin-top: -30px;
    position: relative;
    z-index: 2;
    border: none;
    background: none;
}
.formGroup {
    margin-top: 10px;
}
label {
    text-transform: uppercase;
    font-size: 1.1rem;
    font-weight: 500;
    padding-left: 10px;
}

input[type="text"],
input[type="password"] {
    font-size: medium;
    font-weight: 600;
    width: 100%;
    outline: none;
    height: 32px;
    border: 2px solid #B9B7C8;
    margin-top: 2px;
    padding: 5px 10px;
    border-radius: 16px;
    box-sizing: content-box;
}
a {
    color : #071538;
    text-decoration: underline;
}
a:hover, a:focus, a:active {
    color : #071538;
    text-decoration: none;
}

.checkbox label {
    padding-left: 0;
    text-transform: none;
    font-size: 1rem;
}


