html,
body {
    padding: 0;
    margin: 0;
}

html.login,
body.login {
    height: 100%;
    min-height: 100%;
}

body {
    font-family: 'Neue Haas Grot Text,sans-serif', sans-serif;
    font-size: 14px;
}

body.login {
    background: url("../img/background-login.png") no-repeat center center;
    background-size: cover;
}

a:hover {
    text-decoration: none;
    color: inherit;
}

::-webkit-input-placeholder { color: #000; }

:-moz-placeholder {
    color: #000;
    opacity: 1;
}

::-moz-placeholder {
    color: #000;
    opacity: 1;
}

:-ms-input-placeholder { color: #000; }

input:-ms-input-placeholder { color: #000; }

body.login .container { height: 100%; }

#login-container {
    width: 460px;
    background: #F5E8E1;
    border-radius: 2px 2px 0 0;
    position: relative;
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    padding: 0;
}

.enrollment {
    margin: 5rem auto;
    top: 0;
    transform: translateY(0);
    -webkit-transform: translateY(0);
}

.login-header a img {
    display: block;
    vertical-align: top;
    width: 100%;
    max-width: 250px;
    margin: 25px auto 20px auto;
}

.login-error {
    height: 36px;
    line-height: 15px;
    padding: 6px;
    text-align: center;
}

.login-error p {
    display: none;
    padding: 0;
    margin: 0;
}

.login-do-error .login-error p { display: inline-block; }

.field-row { margin: 0 0 13px 0; }

.field-row input,
.field-row select {
    width: 100%;
    max-width: 410px;
    height: 49px;
    line-height: 49px;
    display: block;
    margin: 0 auto;
    padding: 0 10px;
    border-radius: 4px;
    border: 1px solid #e2e2e2;
}

.row label {
    width: 100%;
    max-width: 410px;
    height: 49px;
    line-height: 49px;
    display: block;
    margin: 0 auto;
    padding: 0 10px;
}

.login-do-error .field-row input {
    border-top: 1px solid #9e9e9e;
    border-right: 1px solid #9e9e9e;
    border-bottom: 1px solid #9e9e9e;
    border-left: 3px solid #e53939;
}

/* Placeholder, remove it later */

.submit-placeholder,
#login-submit {
    width: 100%;
    max-width: 410px;
    height: 49px;
    line-height: 49px;
    display: block;
    margin: 4px auto 0 auto;
    text-align: center;
    color: #fff;
    background: #FF006B;
    border-radius: 0;
    border: 0;
    font-weight: 700;
    border-radius: 0;
}

.submit-placeholder:hover,
#login-submit:hover {
    background: #FF006B;
    color: #fff;
}

.login-footer {
    text-align: center;
    background: #F5E8E1;
    padding: 0px 0 15px;
    margin: 0;
}

.login-footer p {
    margin: 0;
    padding: 0
}

.login-footer p a {
    font-weight: 700;
    color: #58DEB8;
    margin: 0;
}

.shadow { box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1); }

.no_sidebar header { margin: 0 0 47px 0; }

.no_sidebar .content {
    width: 100%;
    max-width: 1244px;
}

.login-footer p a:hover { color: #58DEB8; }

a,
a:active,
a:hover,
a:visited,
a:focus { text-decoration: none; }

.modal-nordkap .modal-header {
    background-color: #ffffff;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.modal-nordkap .modal-header .close {
    font-size: 35px;
    margin-top: -5px;
}

.login-powered-by a img {
    display: block;
    vertical-align: top;
    width: 100%;
    max-width: 198px;
    margin: 10px auto 10px auto;
}

/* Temp .com notice start */
.temp-dotcom-notice {
    position: absolute;
    top: -20%;
    z-index: 9;
    display: none;
    flex-flow: column nowrap;
    padding: 30px;
    background-color: #F5E8E1;
    gap: 15px;
}
.temp-dotcom-notice .language {
    display: flex;
    justify-content: flex-end;
}
.temp-dotcom-notice .title {
    font-size: 26px;
    font-weight: 700;
}
.temp-dotcom-notice .subtitle {
    font-size: 26px;
}

.temp-dotcom-notice .buttons {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: flex-end;
    gap: 15px;
}
.temp-dotcom-notice .buttons button {
    padding: 6px;
    width: 70px;
    align-items: center;
    justify-content: center;
    border: 2px solid #333333;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 700;
}
.temp-dotcom-notice .buttons a{
    color: #333333;
    text-decoration: underline;
    cursor: pointer;
}
.temp-dotcom-notice .buttons a:hover{
    color: #58DEB8;
}

/* Temp .com notice end */
