@media (max-width: 430px) and (orientation: portrait) {

    #container {
        width: 100%;
    }

    #container_login {
        width: 100%;
    }

    .watermark {
        display: none;
    }

    .login {
        background-color: white;
        width: 90%;
        /* margin: 0; */
        margin-right: 0;
        margin-left: 20px;
        float: left;
    }

    .row {
        margin-right: 0px;
        margin-left: 0;
    }

    .login input, .change-password input {
        width: 95%!important;
    }

    .error {
        float: unset!important;;
        position: unset!important;
        max-width: 260px!important;
        font-size: 1.1rem;
    }

    .divider {
        width: 100%;
        float: right!important;
        padding-top: 0;
        padding-bottom: 30px;
        margin-top: -10px;
        margin-right: 10px;
    }

    #further_information {
        width: 95%;
        margin-left: 20px;
        float: left;
    }

    #modal_google2fa div.col-sm-6:has([alt="Google Authenticator QR Code"]) {
		display: none;
	}

    .sso-check-button-div {
        float: left!important;
        margin-right: 50px!important;
        margin-left: 20px!important;
    }

    .btn-actus-purple {
        float:right;
        margin-right:20px!important;
    }

    .login .forgot {
        padding-left:20px;
    }

}