body {
    background: none;
    color: #FFFFFF;
    position: absolute;
    width: 100%;
    min-height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.resto-html {
    background-image: linear-gradient(-147.38deg, #FFFFFF 0%, #86A8C0 100%);
    height: 100%;
    margin: 0;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.loginLogo {
    background-image: url('icons/restolution_light.png');
    background-repeat: no-repeat;
    width: 350px;
    height: 120px;
    margin: 0 auto;
    padding: 0;
    background-size: contain;
    background-position: center;
}

.loginContainer {
    margin-top: 20px;
    border-radius: 0.8em;
    box-sizing: border-box;
    background-color: #1f2a44;
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 20%);
    padding: 2rem;
    color: white;
}

.loginField {
    flex: 0 0 auto;
    padding: 0.5rem;
    width: 100%;
}

.loginWrapper {
    max-width: 380px;
    min-width: 300px;
    display: flex;
    flex-direction: column;
    padding: 20px;
}

.container {
    flex: 0 0 auto;
    padding: 0.5rem;
    width: 100%;
}

.loginButton {
    border-radius: 0.4em;
    border: 1px solid #cdb80d;
    color: black;
    background: #eed511;
    font-size: 16px;
    padding: 0.4rem;
    width: 100%;
    font-weight: normal;
}

.loginButton:hover {
    background: #f8e653;
}

.language-select {
    width: 26px;
    height: 26px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    border: 1px solid #e1cd00;
    border-radius: 50%;
    cursor: pointer;
    margin-right: 0.5rem;
}

.fieldLabel {
    color: #708da9;
    font-size: 16px;
    font-weight: bold;
    left: 0.25em;
    pointer-events: none;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    line-height: 1;
}

.languages {
    display: flex;
    justify-content: center;
}

.fi {
    background-image: url('icons/fi.svg') !important;
}

.sv {
    background-image: url('icons/se.svg') !important;
}

.et {
    background-image: url('icons/ee.svg') !important;
}

.en {
    background-image: url('icons/gb.svg') !important;
}

.loginForm, .contact_info {
    max-width: 400px;
    font-weight: bold
}

.languages {
    margin: 0 auto;
    padding: 0;
}

.messages {
    background-color: #7fbcec;
    border: 1px solid #1f2a44;;
    color: #212121;
    padding: 1em 1em 1em 1em;
    display: flex;
    font-size: 14px;
    border-radius: 0.8em;
    font-weight: bold;
    margin-bottom: 10px;
}

.global_messages {
    width: 500px;
    padding: 5px;
}

.loginForm .form-signin-heading,
.loginForm .checkbox {
    margin-bottom: 10px;
}

.loginForm .form-control {
    position: relative;
    height: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    font-size: 16px;
    color: #1f2a44;
    font-weight: normal;
    border-color: #4C63B6;
    border-radius: 0.4em;
}

.loginForm .form-control:focus {
    z-index: 2;
    box-shadow: none;
}

.loginForm .inputfield {
    border-radius: 0.4rem;
    padding: 0.6rem;
    width: 100%;
    background: #ffffff;
    border: 1px solid #d3dbe3;
    transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
    margin: 0;
    outline: medium none;
    font-weight: normal;
    font-family: "Open Sans", "Helvetica Neue", sans-serif;
    font-size: 14px;
    text-decoration: none;
}


ul.languages {
    list-style-type: none;
}

ul.languages > li {
    display: inline-block;
    zoom: 1;
    *display: inline;
    padding: 5px;
}

.loginerror {
    font-size: 10pt;
    font-weight: bold;
    color: #f77;
}


ul.app-stores {
    list-style-type: none;
    margin: 0 auto;
    max-width: 500px;
}


ul.app-stores > li {
    display: inline-block;
    zoom: 1;
    *display: inline;
    padding: 15px;
}

ul.app-stores .android {
    background-image: url('icons/android_icon.png');
    background-repeat: no-repeat;
    width: 172px;
    height: 60px;
    margin: 0 auto;
    padding: 0;
}

ul.app-stores .ios {
    background-image: url('icons/ios_icon.png');
    background-repeat: no-repeat;
    width: 350px;
    height: 150px;
    margin: 0 auto;
    padding: 0;
    background-size: contain;
    background-position: center;
}

.ios {
    background-image: url('icons/ios_icon.png');
    background-repeat: no-repeat;
    width: 200px;
    height: 40px;
    margin: 0 auto;
    padding: 0;
    background-size: contain;
    background-position: center;
}

.resto-pattern {
    background-color: rgb(25, 34, 54);
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1.5rem;
    display: flex;
}

.bar {
    flex: 1;
}

.skyBlue {
    background-color: rgb(25, 116, 132);
}

.lightBlue {
    background-color: rgb(21, 119, 159);
}

.darkBlue {
    background-color: rgb(59, 77, 144);
}

.lightPink {
    background-color: rgb(65, 39, 119);
}

.darkPink {
    background-color: rgb(137, 27, 59);
}

.purple {
    background-color: rgb(182, 22, 97);
}

.yellow {
    background-color: rgb(180, 164, 0);
}

.orange {
    background-color: rgb(204, 130, 0);
}

.deepOrange {
    background-color: rgb(204, 84, 0);
}

.green {
    background-color: rgb(121, 172, 0);
}

.paleGreen {
    background-color: rgb(30, 166, 99);
}

.blueGreen {
    background-color: rgb(0, 137, 114);
}
