html, body {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url("https://www.impetus.no/wp-content/uploads/2021/02/header_other-scaled.jpg");
	width: 100%;
	border: none;
	color: #000;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: top center;
	font-size: 16px;
	margin: 0px;
}

p {
    font-weight: 300;
    line-height: 160%;
    letter-spacing: 0.005em;
    margin: 32px 0;
    color: #6A7178;
}

a {
    font-weight: 300;
    font-size: 14px;
    line-height: 145%;
    letter-spacing: 0.0025em;
    text-decoration-line: underline;
    color: #9F2C61;
}

h1 {
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    font-size: 24px;
    line-height: 140%;

    /* identical to box height, or 34px */

    /* Black (10) */
    color: #18181B;
	margin: 0;
	padding: 0;
}

#loginbox {
	background: #fff;
	width: 424px;
	min-height: 100px;
	position: absolute;
	left: 50%;
	top: 40%;
	margin: -200px 0 0 -324px;
    box-shadow: 0px 4px 6px rgba(106, 113, 120, 0.25);
    border-radius: 8px;
	padding: 56px 112px;
}

#mfa {
    display: none;
}

label.input-label {
    font-weight: 300;
    color: #2880C0;
    margin: 0 0 11px 0;
	clear: left;
	display: block;
}

ul {
	list-style: none outside none;
	margin: 0 auto;
	padding: 0;
}

li {
	padding-bottom: 5px;
}

.input  {
    width: 100%;
    height: 48px;
    margin-bottom: 24px;
    padding: 15px 16px;

    background: #FFFFFF;
    border: 1px solid #E9ECEF;
    box-sizing: border-box;
    box-shadow: 0px 2px 4px rgba(206, 212, 218, 0.18);
    border-radius: 4px;

    font-size: 16px;
    font-weight: 300;
    color: #6A7178;
}

.cb {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 300;
    line-height: 160%;
    letter-spacing: 0.005em;
    margin: 0 0 16px 0;
    color: #6A7178;
}

.cb input[type="checkbox"] {
    width: 24px;
    height: 24px;
    margin-right: 10px;
}

.validation_errors {
	padding-top: 12px;
}

.success {
	color: #80b62a;
}

.failure {
	color: #ff0000;
}

.buttons {
    margin-top: 20px;
    text-align: right;
}

.forgot {
    padding-bottom: 24px;
}

button,
input[type=submit],
input[type=submit]:hover {
    color: #fff;
    border: none;
    background: linear-gradient(180deg, rgba(95, 20, 60, 0.6) 0%, rgba(95, 20, 60, 0) 100%), #9F2C61;
    border-radius: 4px;
    padding: 12px 16px;
    transition-duration: 0.4s;
    box-shadow: none;
    text-shadow: none;
    line-height: normal;
    font-weight: 400;
    font-size: 14px;
    margin-left: 16px;
}

@media screen and (max-width: 650px), screen and (max-height: 680px) {
    html, body {
        font-family: Arial, Helvetica, Verdana, sans-serif;
        background: #fff;
    }

	#loginbox {
        width: auto;
        height: 100%;
        position: relative;
        top: 0;
        left: 0;
        margin: 0;
        border-radius: 0;
        box-shadow: none;
    }
}

@media screen and (max-width: 400px), screen and (max-height: 480px) {
    #loginbox {
        padding: 48px 16px;
    }
}