* {
    font-family: "Linotype Univers Condensed" !important;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}

.background {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    /*background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1100.28 1094.89'%3E%3Cstyle%3E .st0 %7B fill: %2300214A; %7D .st1 %7B fill: %23002C5C; %7D .st2 %7B fill: %2300356C; %7D .st3 %7B fill: %23003D7C; %7D %3C/style%3E%3Cg%3E%3Cpath class='st0' d='M982.61 544.69l-437.8-437.8L107 544.7l437.8 437.8 437.81-437.81z'/%3E%3Cpath class='st1' d='M940.93 544.69L544.81 148.57 148.68 544.7 544.8 940.82l396.13-396.13z'/%3E%3Cpath class='st2' d='M870.07 544.69L544.81 219.44 219.55 544.7 544.8 869.95l325.27-325.26z'/%3E%3Cpath class='st3' d='M749.6 544.69L544.81 339.9l-204.8 204.8L544.8 749.49l204.8-204.8z'/%3E%3C/g%3E%3C/svg%3E%0A");*/
    /*background-position: calc(100vw - 700px) calc(100vh - 803px);*/
    /*background-color: #001437;*/
    /*background-size: 1500px;*/
    /*background-repeat: no-repeat;*/
    background-color: #eff0f1;
}

.toolbar-background {
    position: absolute;
    height: 76px;
    width: 100%;
    overflow: hidden;

    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1100.28 1094.89'%3E%3Cstyle%3E .st0 %7B fill: %2300214A; %7D .st1 %7B fill: %23002C5C; %7D .st2 %7B fill: %2300356C; %7D .st3 %7B fill: %23003D7C; %7D %3C/style%3E%3Cg%3E%3Cpath class='st0' d='M982.61 544.69l-437.8-437.8L107 544.7l437.8 437.8 437.81-437.81z'/%3E%3Cpath class='st1' d='M940.93 544.69L544.81 148.57 148.68 544.7 544.8 940.82l396.13-396.13z'/%3E%3Cpath class='st2' d='M870.07 544.69L544.81 219.44 219.55 544.7 544.8 869.95l325.27-325.26z'/%3E%3Cpath class='st3' d='M749.6 544.69L544.81 339.9l-204.8 204.8L544.8 749.49l204.8-204.8z'/%3E%3C/g%3E%3C/svg%3E%0A");
    background-position: calc(100vw - 1500px) -1400px;
    background-color: #001437;
    background-size: 3000px;
    background-repeat: no-repeat;
}

.rs-logo-left {
    position: fixed;
    top: -10px;
    left: 50px;
    width: 300px;
}

.rs-logo-right {
    position: fixed;
    top: 13px;
    left: 260px;
    width: 50px;
}

.login-panel-wrapper {
    height: 85%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.login-panel {
    width: 500px;
    height: 415px;
    margin-top: 100px;
    margin-left: auto;
    margin-right: auto;
    background-color: white;
    border-radius: 2px;
    filter: drop-shadow(0px 10px 10px rgba(0, 0, 0, 0.2));
}

.update-password-panel {
    height: 500px;
}

.login-image {
    width: inherit;
    margin-bottom: 20px;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    25% {
        opacity: 0;
    }
    25.1% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.login-form {
    width: 235px;
    margin-left: auto;
    margin-right: auto;
    animation: fadeIn 0.75s;
}

.rs-logo {
    height: 70px;
}
