@charset "UTF-8";

:root {
    --background-default: #fdfbff;
    --primary-contrast: #ffffff;
    --text-secondary: rgba(32, 31, 35, 0.6);
    --text-primary: #201f23;
    --neutral-light: #dfdee3;
    --brand-500: #dc140a;
    --primary-main: #006cd1;
    --components-alert-error-color: #5f2120;
    --success-main: #039100;
    --components-alert-success-color: #1e4620;
}

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
    'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',
    sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: var(--background-default);
}

a {
    color: inherit;
    text-decoration: inherit;
    cursor: pointer;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.login-page-wrapper {
    margin: 0 auto;
    max-width: 1535px;
    background: var(--background-default);
}

.login-page-container {
    display: flex;
    gap: 24px;
    flex-direction: column;
}

.login-page,
.login-page * {
    box-sizing: border-box;
}
.login-page {
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: flex-start;
    justify-content: space-between;
    min-height: 100vh;
    position: relative;
}
.first-part {
    display: flex;
    flex-direction: row;
    gap: 24px;
    align-items: flex-start;
    justify-content: flex-start;
    align-self: stretch;
    flex-shrink: 0;
    position: relative;
    flex-basis: 200px;
}
.login-card {
    background: var(--background-default);
    border-radius: 16px;
    border-style: solid;
    border-color: var(--neutral-light);
    border-width: 1px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    flex-shrink: 0;
    width: 520px;
    position: relative;
    overflow: hidden;
}
.card-header {
    display: flex;
    height: 190px;
    position: relative;
    background: var(--brand-500);
    width: 100%;
}
.curve {
    position: absolute;
    top: 1px;
    left: 50%;
}
.curve:before {
    content: '';
    background: var(--neutral-light);
    border-radius: 50%;
    width: 904px;
    height: 482px;
    position: absolute;
    left: 50%;
    top: 362.65px;
    transform-origin: 0 0;
    transform: rotate(355.433deg) scale(1, -1) translate(-50%, -50%);
    z-index: 0;
}
.curve:after {
    content: '';
    background: var(--background-default);
    border-radius: 50%;
    width: 904px;
    height: 482px;
    position: absolute;
    left: 50%;
    top: 380px;
    transform-origin: 0 0;
    transform: rotate(0.3deg) scale(1, -1) translate(-50%, -50%);
    z-index: 1;
}
.logo {
    margin-top: 56px;
    margin-left: 44px;
    width: 144px;
    height: 27px;
    background-repeat: no-repeat;
    background-image: url('./icons/logo.svg');
}
.web-beds-logo-rgb-white-72-dpi-transp-010121-2 {
    flex-shrink: 0;
    width: 139.47px;
    height: 28px;
    position: relative;
    overflow: visible;
}
.content {
    display: flex;
    flex-direction: column;
    gap: 43px;
    align-items: center;
    justify-content: flex-start;
    align-self: stretch;
    flex-shrink: 0;
    position: relative;
    overflow: hidden;
    padding: 8px 16px 24px 16px;
    z-index: 3;
    background: var(--background-default);
}
.mfa-pos-sing-inn-cta {
    background: var(--background-default);
    display: flex;
    flex-direction: column;
    gap: 32px;
    align-items: center;
    justify-content: flex-start;
    align-self: stretch;
    flex-shrink: 0;
    position: relative;
}
.mfa-pos-sing-inn-cta2 {
    background: var(--background-default);
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    justify-content: flex-start;
    align-self: stretch;
    flex-shrink: 0;
    position: relative;
}
.main-content {
    padding: 0px 24px 0px 24px;
    display: flex;
    flex-direction: column;
    gap: 40px;
    justify-content: flex-start;
    align-self: stretch;
    flex-shrink: 0;
    position: relative;
}
.sing-in-section {
    display: flex;
    flex-direction: column;
    gap: 24px;
    justify-content: flex-start;
    align-self: stretch;
    flex-shrink: 0;
    position: relative;
}
.login-extra-info-box {
    border-radius: 4px;
    display: flex;
    padding: 13px 16px;
    gap: 12px;
    align-items: center;
    font-size: 16px;
    font-weight: 500;
}
.login-success-box {
    border: 1px solid var(--success-main);
    color: var(--components-alert-success-color);
}
.login-error-box {
    border: 1px solid var(--brand-500);
    color: var(--components-alert-error-color);
}
.login-extra-info-icon {
    flex-shrink: 0;
}
.text {
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: flex-end;
    justify-content: flex-start;
    align-self: stretch;
    flex-shrink: 0;

    position: relative;
}
.main-content-title {
    color: var(--text-primary);
    text-align: justified;
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    line-height: 133.4%;
    font-weight: 600;
    position: relative;
    align-self: stretch;
    flex: 1;
}
.main-content-subtitle {
    color: var(--text-secondary);
    text-align: justified;
    font-family: 'Roboto-Medium', sans-serif;
    font-size: 16px;
    line-height: 175%;
    font-weight: 500;
    position: relative;
    align-self: stretch;
}
.sign-in-link {
    width: 100%;
}
.sign-in-button {
    width: 100%;
    background: var(--primary-main);
    border-radius: 28px;
    padding: 8px 22px 8px 22px;
    display: flex;
    flex-direction: column;
    gap: 0px;
    align-items: center;
    justify-content: center;
    align-self: stretch;
    flex-shrink: 0;
    height: 56px;
    color: var(--primary-contrast);
    outline: inherit;
    border: none;
    cursor: pointer;
    transition: background 0.2s ease;
}
.sign-in-button:hover {
    background: #1565c0;
}
.base {
    display: flex;
    flex-direction: row;
    gap: 8px;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    position: relative;
}
.sign-in-button-text {
    color: var(--primary-contrast, #ffffff);
    text-align: left;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 150%;
    font-weight: 500;
    position: relative;
}
.join-us-section {
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: flex-end;
    justify-content: flex-start;
    align-self: stretch;
    flex-shrink: 0;
    position: relative;
}
.text2 {
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: flex-end;
    justify-content: flex-start;
    align-self: stretch;
    flex-shrink: 0;
    position: relative;
}
.join-us {
    color: var(--text-primary);
    text-align: justified;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    line-height: 160%;
    font-weight: 600;
    position: relative;
    align-self: stretch;
}
.join-us-text {
    color: var(--text-secondary);
    text-align: justified;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 150%;
    font-weight: 400;
    position: relative;
    align-self: stretch;
}
.request-button {
    border-radius: 20px;
    border-style: solid;
    background: white;
    border-color: var(--text-primary);
    border-width: 1px;
    padding: 6px 16px 6px 16px;
    display: flex;
    flex-direction: column;
    gap: 0px;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    position: relative;
    cursor: pointer;
    transition: background 0.2s ease;
}
.request-button:hover {
    background: rgba(57, 56, 62, 0.04);
}
.request-button-text {
    color: var(--text-primary);
    text-align: left;
    font-family: 'Roboto-SemiBold', sans-serif;
    font-size: 12px;
    line-height: 22px;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
}
.login-image {
    border-radius: 16px;
    width: 100%;
    height: 100%;
    background-image: url('images/welcome.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    flex-shrink: 1;
}
.second-part {
    display: flex;
    flex-direction: row;
    gap: 20px;
}
.login-card2 {
    background: #f5f4f6;
    border-radius: 16px;
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: flex-start;
    justify-content: flex-start;
    flex: 1;
    transition: background 0.2s ease;
    cursor: pointer;
}

.login-card2:hover {
    background: #ededef;
}

.info {
    flex-shrink: 0;
    width: 36px;
    height: 36px;
    position: relative;
    overflow: visible;
}
.about-web-beds {
    color: var(--text-primary);
    text-align: left;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    line-height: 160%;
    font-weight: 600;
    position: relative;
    align-self: stretch;
}

.card-icon {
    flex-shrink: 0;
    width: 36px;
    height: 36px;
    background-repeat: no-repeat;
    background-position: center;
}

.about-icon {
    background-image: url('./icons/about.svg');
}
.support-agent-icon {
    background-image: url('./icons/support-agent.svg');
}
.message-icon {
    background-image: url('./icons/message.svg');
}
.tag-faces-icon {
    background-image: url('./icons/rss-feed.svg');
}

.card-text {
    color: var(--text-secondary);
    text-align: left;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 150%;
    font-weight: 400;
    position: relative;
    align-self: stretch;
}

.tag-faces {
    flex-shrink: 0;
    width: 36px;
    height: 36px;
    position: relative;
    overflow: visible;
}
.footer {
    padding: 0px 0px 16px 0px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    justify-content: flex-start;
    align-self: stretch;
    flex-shrink: 0;
    position: relative;
}
.footer2 {
    background: var(--background-default);
    padding: 8px 0px 24px 0px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: center;
    justify-content: flex-start;
    flex-shrink: 0;
    max-width: 1440px;
    position: relative;
}
.list {
    padding: 0px 40px 0px 40px;
    display: flex;
    flex-direction: row;
    gap: 32px;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
    align-self: stretch;
    flex-shrink: 0;
    position: relative;
}
.wb-menu-item {
    display: flex;
    flex-direction: column;
    gap: 0px;
    align-items: flex-start;
    justify-content: center;
    flex-shrink: 0;
    position: relative;
    overflow: hidden;
}
.menu-items {
    padding: 12px 0px 12px 0px;
    display: flex;
    flex-direction: column;
    gap: 0px;
    align-items: flex-start;
    justify-content: center;
    flex-shrink: 0;
    position: relative;
}
.tab-contents {
    opacity: 0.8999999761581421;
    display: flex;
    flex-direction: row;
    gap: 0px;
    align-items: center;
    justify-content: flex-start;
    flex-shrink: 0;
    position: relative;
}
.label {
    color: var(--text-primary);
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 160%;
    font-weight: 400;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.p-text-center {
    padding: 0px 40px 0px 40px;
    display: flex;
    flex-direction: row;
    gap: 0px;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    align-self: stretch;
    flex-shrink: 0;
    position: relative;
}
.copyright {
    color: var(--text-primary);
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    line-height: 160%;
    font-weight: 400;
    position: relative;
    flex: 1;
    max-width: 1440px;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width: 1200px) {
    .second-part {
        flex-wrap: wrap;
    }

    .login-card2 {
        flex-basis: 40%;
    }
}

@media screen and (max-width: 900px) {
    .login-card {
        width: 100%;
    }

    .curve:after,
    .curve:before {
        width: 1200px;
    }

    .login-image {
        display: none;
    }
}

@media screen and (max-width: 600px) {
    .login-card2 {
        flex-basis: 100%;
    }

    .login-page {
        padding: 0;
    }

    .login-card {
        border-radius: 0;
        border-left: 0;
        border-right: 0;
    }

    .curve:after,
    .curve:before {
        width: 904px;
    }

    .main-content {
        padding: 0;
    }

    .second-part {
        padding: 0 20px;
    }
}
