﻿* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body, input, button, select {
    font: 16px Helvetica, verdana, sans-serif;
}

body {
    background: #fff;
}

#process-popup {
    display: none;
}

#process-popup._show {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(80, 80, 80, 0.6);
    z-index: 9999999;
}

#process-content {
    display: flex;
    padding: 20px;
    background: #fff;
    border-radius: 30px;
    justify-content: center;
    align-items: center;
}

#process-icon {
}

#process-desc {
    display: none;
    padding-left: 30px;
    font-weight: bold;
    font-size: 30px;
    color: #75A2D8;
}

    #process-desc._show {
        display: block;
    }

#btn-connect {
    display: block;
    background-color: #243279;
    padding: 15px 30px;
    border: none;
    cursor: pointer;
    color: #fff;
    border-radius: 15px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    font-size: 1.3em;
    min-width: 200px;
    max-width: 90%;
}

#btn-connect:focus {
    background: #b4b4b4;
}

#btn-connect:disabled {
    cursor: default;
}

#login-logo {
    display: block;
    width: 170px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 60px;
}

fieldset {
    border: 1px solid #aaa;
    padding: 2% 1%;
    text-align: center;
    width: 400px;
    max-width: 90%;
    background: rgb(157, 166, 185);
    border-radius: 15px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
}

legend {
    background: #F0F5F8;
    padding: 10px 15px;
    border-radius: 2px;
    font-size: 1.4em;
    margin-left: auto;
    margin-right: auto;
}

input, select {
    padding: 10px 5px;
    margin: 2% 0;
    width: 90%;
    border-radius: 5px;
    border: 1px solid #243279;
}

#main-h {
    background: url(/Assets/Images/login-header.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    padding: 15px;
    color: white;
    display: flex;
    align-items: center;
    height: 58px;
}

#main-h h1 {
    font-size: 2em;
    text-align: left;
}

#copyright-info {
    margin-top: 20px;
    font-size: .8em;
}

#main-lang-btn {
    font-size: 1.1em;
    margin-left: auto;
    background: transparent;
    border: unset;
    color: #fff;
}

#process-popup {
    display: none;
}

#process-popup._show {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(80, 80, 80, 0.6);
    z-index: 9999999;
}

#process-content {
    display: flex;
    padding: 20px;
    background: #fff;
    border-radius: 30px;
    justify-content: center;
    align-items: center;
}

#process-icon {
}

#process-desc {
    display: none;
    padding-left: 30px;
    font-weight: bold;
    font-size: 30px;
    color: #75A2D8;
}

#process-desc._show {
    display: block;
}
