@import "_variables.css";

.alt-login__logo,
.alt-register__logo {
    font-size: 35px;
    text-align: center;
    margin-bottom: 25px;
    font-weight: 300;
}

.alt-login__button,
.alt-login__button:hover,
.alt-login__button:focus,
.alt-login__button:active {
    background: var(--button);
    border: solid 1px var(--btn-border);
    margin-top: 20px;
}

.alt-form {
    width: 90%;
    padding-left: 10%;
    margin: 10px 10px 10px 10px;
}

.alt-inputs__box {
    width: 100%;
    height: auto;
    padding-right: 5px;
    padding-bottom: 5px;
}

.alt-link__bottom--red {
    font-size: 1.1em;
    color: var(--link);
}

a.alt-link__bottom--red span:hover,
a.alt-link__bottom--red span:focus,
a.alt-link__bottom--red span:active{
    color: var(--link);
}

.alt-link__bottom--green {
    color: var(--button);
}

a.alt-link__bottom--green span:hover,
a.alt-link__bottom--green span:focus,
a.alt-link__bottom--green span:active{
    color: var(--button);
}

.alt-login__page {
    padding-top: 35px;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-color: var(--background);
}

@media (max-width: 767px) {
    .alt-login__page {
        /* Fond d'écran sur les terminaux mobiles */
        /* Respecte les points de rupture utilisées par Bootstrap 5 */
        /* https://getbootstrap.com/docs/5.3/layout/breakpoints/#media-queries */
        background-image: url("../img/fond_tel_portrait.png");
    }
}

@media (min-width: 768px) {
    .alt-login__page {
        /* Fond d'écran sur les tablettes et ordinateurs */
        /* Respecte les points de rupture utilisées par Bootstrap 5 */
        /* https://getbootstrap.com/docs/5.3/layout/breakpoints/#media-queries */
        background-image: url("../img/fond_tablette_paysage.png");
    }
}

.alt-loginbox__body {
    width: 100%;
}

.alt-msg__signin {
    width: 80%;
    font-size: smaller;
    text-align: center;
    margin-left: 10%;
    color: #6D6D6D;
}

.alt-row__bottom {
    margin-top: 35px;
}

div.form-group {
    margin-bottom: 0;
}

.alt-alert__green {
    background-color: var(--button);
    border: solid 1px var(--btn-border);
    color: #FFFFFF;
    width: 90%;
    padding: 20px 20px 20px 20px;
    margin-left: 5%;
    margin-top: 30px;
}

.alt-slogan {
    color: var(--button);
    display: block;
    font-size: 2rem;
    margin-top: -2rem;
    font-family: Variable Bold, sans-serif;
}

.alt-formpwd {
    width: 100%;
    padding-bottom: 10px;
}

.alt-inputform {
    width: 90%;
    margin-left: 5%;
    padding-bottom: 10px;
}

.alt-btn_paddingR{
    padding-right: 5%;
}

.alt-msg__pwdreset {
    width: 80%;
    text-align: center;
    margin-top: 35px;
    margin-left: 10%;
    margin-bottom: 15px;
    color: #6D6D6D;
}