@import url('https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,700,700i');*/
@import url('https://fonts.googleapis.com/icon?family=Material+Icons');

/*body {
    background: url(/resources/r2xpp/login/theme-ml/img/backgroung_erlab_evaliquest.jpg) no-repeat;
    font-family: 'Roboto', sans-serif;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    margin: 0px;
}*/

body {
	background-color: white;
	font-family: 'Roboto', sans-serif;
	height: 100vh;
    	margin: 0px;
}

.title {
    margin-bottom: 15px;
}
/* without this, the fields all expand
   when the MDC JavaScript is run. */
.mdc-text-field {
    margin-top: 16px;
}
#kc-header,
#kc-content {
    margin-left: auto;
    margin-right: auto;
}
#kc-header {
    width: 90%;
    font-size: 35px;
    text-align: center;
    margin-bottom: 25px;
    font-weight: 300;
    margin-top: 7%;
    color: rgb(68, 68, 68);
}

#kc-content {
    background: white;
    padding: 20px;
}
/*box-shadow: 0 5px 6px -3px rgba(0, 0, 0, 0.2),
        0 9px 12px 1px rgba(0, 0, 0, 0.14), 0 3px 16px 2px rgba(0, 0, 0, 0.12);*/

#kc-reset-password-form #kc-form-options {
    float: left;
}

#kc-reset-password-form #kc-form-buttons {
    float: right;
}

#kc-register-form #kc-form-options {
    float: left;
}

#kc-register-form #kc-form-buttons {
    float: right;
}

.clearfix {
    float: none;
    clear: both;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.24);
}

@media (max-width: 768px) {
    #kc-content {
        width: 90%;
    }
}

@media (min-width: 769px) {
    #kc-content {
        width: 50%;
    }
}

.mdc-text-field {
    width: 100%;
}

#kc-form-login #kc-form-options {
    margin-top: 15px;
}

#kc-login {
    float: right;
}

#kc-error-message p {
    margin: 0;
}

.remember-me-checkbox {
    float: left;
}

.register .register-field {
    margin-bottom: 15px;
}

.register .register-button-container {
    margin-top: 20px;
}

.reset-password .reset-password-field {
    margin-bottom: 15px;
}

.update-password .update-password-field {
    margin-bottom: 15px;
}

.update-password .update-password-button-container {
    margin-top: 20px;
}

.config-totp .config-totp-button-container {
    margin-top: 15px;
}

.totp .totp-button-container {
    margin-top: 15px;
}

.update-profile .update-profile-field {
    margin-top: 15px;
}

.update-profile .update-profile-button-container {
    margin-top: 20px;
}

.template .language-picker {
    position: absolute;
    right: 3em;
    top: 3em;
    display: flex;
}
.template .language-picker .language-icon {
    float: left;
    color: rgba(0, 0, 0, 0.54);
}
.template .language-picker .mdc-select {
    float: right;
    margin-top: -25px;
    margin-left: 1em;
}
.template .language-picker .mdc-select option {
    font-weight: normal;
    display: block;
    white-space: pre;
    min-height: 1.2em;
    padding: 0px 2px 1px;
}
body button#kc-login{
    background-color: #02b0ea;
    width: 100%;
}
:root {
    --mdc-theme-primary: #02b0ea;
    --mdc-theme-secondary: #02b0ea;
  }
.body .mcd-floating-label{
    color: #02b0ea;
}
#imgtest{
    text-align: center;
}
#imgtest img{
    max-width:175px;
    max-height:55px;
}
#kc-form-wrapper h6{
    color: #9d9d9d;
    font-weight: 300;
}
#kc-logo{
    background-color: white;
    margin: 0px;
    padding: 2.3em 2em 2em 1em;
}
#forgotpass{
    margin-top: 1em;
    display: flex;
    justify-content: flex-end;
}
#kc-logo-wrapper img{
    height: 3.7em;
}
.kc-logo-text span{
    color: white;
    font-weight: 100;
}/*color: #02b0ea;*/
#forgotpass a{
    color: #02b0ea;
}
.picto_menu{
    padding-left: 0.5em;
}
.btn_inscription{
    border: 0px solid red;
    display: flex;
    justify-content: flex-end;
}
.btn_seconnecter{
    border: 0px solid red;
    display: flex;
    padding: 0.5em 1em 0.5em 1em;
    border-radius: 1em 0em 0em 1em;
    background-color: #02b0ea;
    color: white;
    text-decoration: none;
}
.btn_sinscrire{
    border: 1px solid #9d9d9d;
    display: flex;
    padding: 0.5em 1em 0.5em 1em;
    border-radius: 0em 1em 1em 0em;
    color: #9d9d9d;
    text-decoration: none;
}
.username-container{
    color: #9d9d9d;
}
.password-container{
    color: #9d9d9d;
}
.mdc-select__native-control{
    text-transform: uppercase;
}

