@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400&display=swap');

::placeholder {
    font-family: 'Montserrat', sans-serif;
    color: #9BD;
    font-size: 38px;
    font-weight: 200;
    letter-spacing: 0;
}

.login-container {
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    text-align: center;
    background-color: #369;
    color: #9BD;
}

.loginbox {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.loginbox h1 {
    color: #fff;
    line-height: 1;
    font-size: 30px;
    margin: 0 0 1em;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
}
.loginbox h1 small {
    color: #9BD;
    display: block;
    font-size: 21px;
    font-weight: 600;
    margin-top: 0.4em;
    letter-spacing: -.03em;
}

.login-error {
    font-size: 16px; 
    position: relative;
    top: -20px;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}

#error-label {
    color: #fff;
    font-size: 16px;
}
.input-field_user {
    position: relative;
}
.input-field_user::before {
    top: 50%;
    left: 10px;
    content: '';
    width: 40px;
    height: 40px;
    margin-top: -20px;
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAlCAYAAAAqXEs9AAABOklEQVR42u3WW0sCQRiAYdfOtkiQsmGxUERWmrgFiboUroaa+/3/n7O9c9FdsO4cdC66eC5neZlh5ttaURS6IiSYI8cGGYZo6X5XZ1GIFFJijDPXQU2sIFtaoOEqqI4MUtEUgYugG4imyEVQYhDUdxH0bhCUuAh6822HegZB97aDAgwMgp5sB3Ughto2g54hhro2g14ghh5sBl0gN4jZ4Nz2LWthphHziUtXw7WrEXTrctqHyCse1anLIKVfIehxFz9o9S0H7RCBTpAuKVFT/oP2HRQgwgRSYoK2q6Aj3CHTfBhjHNgIamKAb4ihFXoIqwYFuEYKcWSMKwRlQTHmkB2ZofNXUANTyJ6McPwbdIIvyJ594FBjgjsVq6CRR0GvKijzKChVQUuPghYqaO1R0FIFiUfWfgXBu6Afhnxo+zQvPRwAAAAASUVORK5CYII=');
}
input[type="text"] {
    width: 27rem;
    height: 4rem;
    outline: none;
    color: #DEF;
    font-size: 36px;
    line-height: 1.6;
    padding-left: 60px;
    border-radius: 3px;
    border: 0;
    background-color: #517DA8;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
}
input[type="text"]:-webkit-autofill,
input[type="text"]:-webkit-autofill:focus {
    color: #DEF;
    -webkit-box-shadow: inset 0 0 3px rgb(0 0 0 / 15%),
                        inset 0 0 0 100px #5985af, 0 1px 0 rgb(255 255 255 / 10%);
    -webkit-text-fill-color: #DEF;
}
.input-field_password {
    position: relative;
}
.input-field_password::before {
    top: 59%;
    left: 10px;
    content: '';
    width: 40px;
    height: 40px;
    margin-top: -20px;
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACUAAAAjCAYAAAATx8MeAAABOklEQVR42s2XTWuDQBCGPQSp9gcUmvaQZLU95qNQc+mltdCo///n2DfwCj0YYXZm6B4eUBndh5md3TUbx9GaAgTQgBZ0pOWzAMqlb1jLHEAPhiUYcwSFp9QD+AGDBL6z9pDaTNlRsLOUegSDEWsLqbupZEZcQKmVOgoG7Nh1OSd3BbqZuJNGqgB97Jwh4UZXlrFSO2Fp8plvrG7EVrFS745STazUl7TlBdluY6UuQqmOEjm7djs30UmvknKiV5VPi3X5Gkepc6xUsJfRLwmvtiL6xbN2zNIbyFyF/DdkCjnyPI2VilD1d7wUSvYkPQ7Xjl22l/846IU+wPd0z+szS3W/lAwvoRfN2T8tIaIV+gSZNdoMHTylas2CZ412DpUuUgKB2lxAJcVtICWpwOBkpLYMTEZqcw34D34BqNPVB5GmylgAAAAASUVORK5CYII=');
}

input[type="password"] {
    width: 27rem;
    height: 4rem;
    margin-top: 1rem;
    color: #DEF;
    font-size: 40px;
    outline: none;
    line-height: 1.6; 
    padding-left: 60px;
    border-radius: 3px;
    border: 0;
    background-clip: padding-box;
    background-color: #517DA8;
}
input[type="text"]:focus,
input[type="password"]:focus {
    background-color: #5a88b6;
}

.gos-uslugi a {
    width: 73%; 
    height: 32px;
    display: block;
    text-shadow: none;
    margin: 30px auto 20px;
    border-radius: 4px;
    border: 0;
    background-color: #A2BEDA;
    font-size: 20px;
    color: #153C6F;
    padding-top: 6px;
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
}

.gos-uslugi a:hover {
    background-color: #6fa9e3;
}

.submit-button {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    cursor: pointer;
    width: 100%;
    height: 72px;
    display: block;
    font-size: 42px;
    text-shadow: none;
    margin: 15px 0 20px;
    border-radius: 3px;
    border: 0;
    line-height: normal;
    border-color: #2B5782;
    background-clip: padding-box;
    background-color: #F91;
    background-image: linear-gradient(to bottom,rgba(255,255,255,.3),rgba(255,255,255,.15) 50%,rgba(255,255,255,.1) 50%,rgba(255,255,255,0));
    box-shadow: inset 0 0 3px rgba(255,255,255,.4), 0 1px 0 rgba(255,255,255,.1);
}
.submit-button:active {
    background-color: #d28827;
}
.submit-button a {
    color:#930;
    text-decoration: none;
}

.fclear {
    display: flex;
    justify-content: space-between;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 14px;
}
.fright a {
    color: #9BD;
}
.fright a:hover {
    color: #fff;
    transition: 0.1s;
}

.footer {
    max-width: 100%;
    display: grid;
    place-content: center;
}
.copyright {
    color: #9BD;
    margin-top: 4em;
    font-size: 12.5px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    width: 400px;
}
