@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;
}

}