html {
    font-size: 14px;
}

@media only screen and (max-width: 600px) {
    html {
        font-size: 8px;
    }
}
@media only screen and (min-width: 601px) and (max-width: 900px) {
    html {
        font-size: 11px;
    }
}

.is-N100 {
    color: #f4f5f7;
}
.is-N200 {
    color: #eff3f8;
}
.is-N300 {
    color: #d9dce2;
}
.is-N400 {
    color: #55647d;
}
.is-N500 {
    color: #42526e;
}
.is-N600 {
    color: #253858;
}

.color-is-danger{
    color: #e45942 !important;
}

login-page {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 0;
    height: 98%!important;
}

.container.forgotten-password, .container.reset-password {
    height: 98%!important;
}

.background-circle {
    background-image: url("/static/img/png/Background-circle.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 51rem;
    max-width: none!important;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    margin: 0;
}

.alt {
    background-image: url("/static/img/png/background-circle-alt.png")!important;
}

.login-form {
    background-color: white;
    width: 37.36rem;
    height: 54.5rem;
    z-index: 2;
    box-sizing: border-box;
    border: 1px solid #D9DCE2;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 11px;
}

#login-logo {
    margin-top: 6rem;
    width: 22.7rem;
}

.login-input {
    margin-top: 3.71rem;
    width: 31rem;
    font-family: 'Noto Sans Bold' !important;
    font-weight: 700;
    z-index: 2;
}

.login-input label {
    font-size: 1rem;
    margin-top: 1.4rem;
}

.login-title {
    color: #4F91FC;
    font-size: 2.5rem;
}

.login-input p {
    font-size: 1.8rem;
    font-family: 'Noto Sans' !important;
    font-weight: 300;
}

.container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.button {
    width: 31rem;
    height: 3.6rem!important;
    margin-top: 3.3rem;
    border-radius: 6px!important;
    font-weight: 700;
}

.login-top {
    height: 43.14rem;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.login-bottom {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 26.36rem;
    background-image: url("/static/img/png/login-card-background.png");
    background-size: 100%;
    background-repeat: no-repeat;
    z-index: 1;
}

.login-bottom p {
    font-family: 'Noto Sans'!important;
    font-size : 0.9rem;
    margin-top: 11.8rem;
    color: #42526E;
}

.login-bottom a {
    font-family: 'Noto Sans'!important;
    font-size : 0.9rem;
}

.picto-sent {
    color: #00E4BA!important;
    margin-right: 1.8rem;
}

.has-margin-top {
    margin-top: 10rem;
}

.is-down {
    margin-top: 5rem!important;
}

.link-size-1-8 {
  font-size: 1.8rem;
}

#google-undertext {
  color: #55647d;
  text-align: center;
}
