body {
    margin: 0;
    line-height: normal;
    background-color: #F3F3F3;
}

:root {
    /* fonts */
    --font-open-sans: "Open Sans";
    --font-poppins: Poppins;
    --font-helvetica: Helvetica;

    /* font sizes */
    --font-size-sm: 14px;
    --font-size-base: 16px;
    --font-size-xs: 12px;
    --font-size-xl: 20px;
    --font-size-13xl: 32px;
    --font-size-lg: 18px;
    --font-size-3xs: 10px;

    /* Colors */
    --f3f3f3-gray-lightest: #f3f3f3;
    --color-darkslategray-100: #424242;
    --gray-darker: #333;
    --ffffff-white: #fff;
    --color-dimgray-100: #565656;
    --gray-dark: #555;
    --color-fuchsia: #ff01f4;
    --primary: #006be0;
    --gray-dusty: #939393;
    --gray: #767676;
    --color-gray-100: rgba(255, 255, 255, 0.8);
    --e2e2e2-gray-lighter: #e2e2e2;
    --color-gainsboro-100: #d8d8d8;
    --color-black: #000;
    --color-darkgray: #b0b0b0;
    --color-darkslateblue: #2150a3;

    /* Gaps */
    --gap-0: 0px;
    --gap-9xs: 4px;
    --gap-base: 16px;
    --gap-5xs: 8px;
    --gap-11xs: 2px;

    /* Paddings */
    --padding-9xs: 4px;
    --padding-sm: 14px;
    --padding-5xs: 8px;
    --padding-11xs: 2px;
    --padding-mid: 17px;
    --padding-5xl: 24px;

    /* Border radiuses */
    --br-11xs: 2px;
    --br-9xs: 4px;
    --br-12xs: 1px;
    --br-24xl: 43px;
    --br-10xs: 3px;
    --br-5xs: 8px;

    /* Effects */
    --elevation-1: 0px 1px 2px rgba(0, 0, 0, 0.5);
}



.savvas-bg-68-blue-left-icon {
    position: absolute;
    top: 0;
    left: 0;
    background-image: url('../images/login_page_images/savvas-bg-68-blue-left.svg');
    background-size: cover;
    width: 80%;
    height: 100vh;
}

.savvas-bg-68-gray-right-icon {
    position: absolute;
    top: 0;
    left: 80%;
    background-image: url('../images/login_page_images/savvas-bg-68-gray-right.svg');
    width: 20%;
    height: 57.9rem;
    background-size: cover;
}

.savvas-learning-company {
    text-decoration: underline;
}

.copyright-2022-savvas-learni {
    margin: 0;
}

.copyright-2022-container {
    position: absolute;
    top: calc(50% - 1px);
    left: 0;
}

.group-icon {
    position: absolute;
    height: 24.09%;
    width: 28.2%;
    top: 0;
    right: 0;
    bottom: 75.91%;
    left: 71.8%;
    max-width: 100%;
    overflow: hidden;
    max-height: 100%;
}

.savvas-footer-reflow-1 {
    position: absolute;
    top: 85%;
    right: 10%;
    width: 344px;
    height: 66px;
}

.button-bg-icon,
.rectangle {
    position: absolute;
    right: 0;
    left: 0;
}

.rectangle {
    height: 100%;
    top: 0;
    bottom: 0;
    border-radius: 10px;
    background-color: var(--ffffff-white);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);
}

.button-bg-icon {
    top: calc(50% - 18px);
    border-radius: var(--br-9xs);
    max-width: 100%;
    overflow: hidden;
    height: 36px;
}

.text {
    position: absolute;
    width: calc(100% - 156px);
    top: calc(50% - 11px);
    left: 78px;
    font-weight: 500;
    display: inline-block;
}

.bg {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: var(--br-11xs);
    background-color: var(--ffffff-white);
    border: 1px solid var(--gray-darker);
    box-sizing: border-box;
}

.caret-down-icon {
    position: absolute;
    top: calc(50% - 8px);
    right: 12px;
    width: 16px;
    height: 16px;
    display: none;
}

.optional-placeholder {
    position: absolute;
    top: calc(50% - 12px);
    left: 8px;
    line-height: 24px;
}

.dropdown-selectno-input {
    position: absolute;
    height: calc(100% - 23px);
    width: 100%;
    top: 23px;
    right: 0;
    bottom: 0;
    left: 0;
}

.header-label {
    position: absolute;
    top: 2px;
    left: 0;
    font-size: var(--font-size-sm);
    line-height: 16px;
    font-weight: 600;
}

.form-elementsdropdown-multise {
    position: absolute;
    height: 20.86%;
    width: 83.33%;
    top: 43.38%;
    right: 8.33%;
    bottom: 35.76%;
    left: 8.33%;
    text-align: left;
    color: var(--gray-darker);
    font-family: var(--font-open-sans);
}

.savvas-lc-logo-4c-p-icon {
    position: absolute;
    height: 25%;
    width: 70%;
    top: 13.58%;
    bottom: 64.9%;
    left: 16%;
    max-width: 100%;
    overflow: hidden;
    max-height: 100%;
    object-fit: cover;
}

.sign-in-card {
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -30%);
    width: 384px;
    height: 302px;
    text-align: center;
    font-size: var(--font-size-base);
    color: var(--ffffff-white);
    font-family: var(--font-poppins);
}

.signin {
    width: 100vw;
    position: relative;
    background-color: var(--f3f3f3-gray-lightest);
    height: 100vh;
    overflow: hidden;
    text-align: right;
    font-size: var(--font-size-xs);
    color: #4c4c4c;
    font-family: var(--font-open-sans);
}

.sign-in-button {
    position: absolute;
    top: 55%;
    left: 30px;
    width: 320px;
    height: 36px;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    border-radius: 0.2rem;
    font-size: medium;
    color: #fff;
    border-color: #006be0;
    background-color: #006be0;
}

.sign-in-button:hover {
    cursor: pointer;
    border-color: #2150a3;
    background-color: #2150a3;
}