.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default;
}

body {
    color: black;
    font-weight: normal;
    font-size: 16px;
    margin: 0;
    padding: 0;
}

input {
    font-family: 'Poppins', sans-serif !important;
    font-size: 13px !important;
}

#white-bar {
    position: absolute;
    background: white;
    left: 0px;
    top: 57px;
    height: 4px;
    width: 100%;
    display: block;
}

#fake_bar {
    position: absolute;
    background: #CCF9EA;
    height: 62px;
    width: 100%;
    left: 0px;
    top: 60px;
    width: 100%;
    display: inline-block;
}

#login_page {
    width: 869px;
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

#login-form-container {
    position: absolute;
    left: 297px;
    top: 92px;
    width: 274px;
    height: 188px;
}

#login-header {
    color: black;
    position: absolute;
    font-size: 42px;
    font-weight: normal;
    line-height: 44px;
    left: 0px;
    top: 0px;
    width: 274px;
    height: 44px;
    text-align: center;
}

#login-form {
    position: absolute;
    left: 0px;
    top: 44px;
    width: 272px;
    height: 144px;
}

#password-header {
    position: absolute;
    color: #4B6C56;
    font-size: 13px;
    font-weight: bold;
    width: 232px;
    height: 18px;
    top: 100px;
    left: 20px;
    margin: auto;
}

#login_name {
    position: absolute;
    width: 232px;
    height: 24px;
    top: 24px;
    left: 20px;
    margin: auto;
    font-size: 17px;
    color: #555555;
}

#password {
    position: absolute;
    width: 232px;
    height: 24px;
    top: 74px;
    left: 20px;
    margin: auto;
    font-size: 17px;
    color: #555555;
}

#togglePassword {
    position: absolute;
    top: 82px;
    left: 238px;
}

#Login {
    position: absolute;
    top: 124px;
    left: 20px;
    width: 235px;
}

#Quest {
    position: absolute;
    top: 344px;
    left: 35px;
    width: 205px;
}

#SignalerBug {
    position: absolute;
    top: 264px;
    left: 35px;
    width: 205px;
}

#RapportIncident {
    position: absolute;
    top: 224px;
    left: 35px;
    width: 205px;
}

#NousContacter {
    position: absolute;
    top: 184px;
    left: 35px;
    width: 205px;
}

#DemanderAmelioration {
    position: absolute;
    top: 304px;
    left: 35px;
    width: 205px;
}

#err_login {
    position: fixed;
    left: 50%;
    top: 50%;
    width: 800px;
    height: 800px;
    margin-left: -400px;
    margin-top: -400px;
    background: white;
    text-align: center;
    font-family: Verdana;
    font-weight: normal;
    padding: 8px;
    border: 1px solid black;
    color: black;
    z-index: 1000;
}

#err_login_small {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 300px;
    height: 150px;
    margin-left: -150px;
    margin-top: -75px;
    background: white;
    text-align: center;
    font-family: Verdana;
    font-size: 14px;
    font-weight: bold;
    padding: 8px;
    border: 1px solid black;
    color: black;
    z-index: 1000;
}

#ErrorOk {
    position: absolute;
    left: 72px;
    top: 132px;
    width: 128px;
    height: 25px;
    background: #02b254;
    font-weight: normal;
    font-size: 13px;
    border: 0px;
    color: white;
}

#ErrorOk:hover {
    background: #12c264;
}

#LoginErrorOk {
    position: absolute;
    left: 50%;
    margin-left: -64px;
    top: 755px;
    width: 128px;
}

#LoginErrorSmallOk {
    position: absolute;
    left: 50%;
    margin-left: -64px;
    top: 120px;
    width: 128px;
}