/**
* bo login
*/
body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#login {
    padding-top: 0;
}

.login h1 a {
    background-image: url("/wp-content/themes/cticm-frennly/img/charte/logo-cticm.svg");
    background-size: auto;
    background-color: transparent;
    width: 100%;
    height: 67px;

    padding: 0 0 10px 0;
    margin: 0 auto 0 auto;

    border-radius: 20px 20px 0 0;
}

#loginform {
    margin-top: 0px;
}

.login form {
    margin-top: 20px;
    margin-left: 0;
    padding: 26px 24px 34px;
    font-weight: 400;
    overflow: hidden;
    background: transparent;
    border: none;
    box-shadow: none;
}


.login form .input,
.login input[type=password],
.login input[type=text] {
    border-radius: 0;
    border: none;
}

.wp-core-ui p .button,
.login form .forgetmenot {
    float: none;
}

.wp-core-ui .button-primary {
    background-color: #63C9AF;
    border: none;
    color: #fff;
    text-decoration: none;
    text-shadow: none;
}

#login form p.submit {
    display: block;
    margin-top: 30px;
}

.wp-core-ui .button-primary:hover {
    background-color: #6FE3C6;
}

.wp-core-ui .button-group.button-large .button,
.wp-core-ui .button.button-large {
    width: 100%;
    transition: 0.2s ease-in-out;
    outline: none;
}

.language-switcher {
    display: none;
}
