﻿:root {
    --fg-brand-blue: #0d6efd;
    --fg-accent-yellow: #ffc107;
}

html, body {
    font-family: 'Source Sans Pro', sans-serif;
}

input.field-error {
    border: 2px solid #ff0000;
}

.bg-genius, .bg-genius-inner {
    background-image: none !important;
    /*background-image: url(../images/account_bg.png) !important;
    background-position: 70% 25% !important;*/
    overflow-x: visible !important;
    background-color: #fff !important;
}

.layout-img-inner {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background: none;
    overflow: hidden;
  /*  height: 325px;*/
}

.layout-background-image-inner {
    position: absolute;
    max-width: unset;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.layout-img-overlay-inner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    opacity: .70;
}

.login-img-overlay-inner {
    background: #fff;
    opacity: 0.5;
}

.layout-img-overlay-inner {
    background: #ececec;
    opacity: 0.4;
}

.fguser-main-container-login {
    max-width: 1366px !important;
    margin: auto;
}
.fguser-main-container {
    padding: 10px 20px;
    background: #fff6f6;
    border-radius: 14px;
}

.sw-login-overlay {
    margin: 0;
}

.sw-right-vh-center-captions {
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    color: #005798;
    font-style: italic;
    padding: 0px 14px 0;
    font-family: "Open Sans";
    display: none !important;
}

.sw-bottom-right-captions {
    text-align: center;
    font-size: 36px;
    font-weight: 400;
    color: #005798;
    padding: 40px 14px;
    font-style: italic;
    font-family: "Open Sans";
    display:none!important;
}

.wc-hdrimg-logo-fg-user {
    max-height: 110px;
    padding-top: 40px;
}

.wc-top-header-fg-user {
    position: absolute;
    width: 100%;
    max-width: 100% !important;
    padding: 10px !important;
    flex-direction: column !important;
    justify-content: space-around !important;
}
.wc-top-header-fg-user figure{
    /*margin: auto !important;*/
}
.sw-new-login-form {
    padding: 24px;
}

.sw-new-login-inputs {
    padding: 0;
    gap: 14px;
}

.sw-new-login-input {
    border: none;
    border-radius: 30px;
    padding: 14px;
    width: 100%;
    margin-bottom: 14px;
    padding: 14px;
    background: #e5e5e5;
    color: var(--primary-color-lite);
    font-weight: 600;
}

    .sw-new-login-input:focus {
        outline: none;
        box-shadow: none;
    }

.sw-new-login-icon {
    font-size: 24px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #10a8c8;
    border-radius: 14px;
    padding-top: 0;
    padding-bottom: 0;
    cursor: pointer;
}

.sw-new-login-reg {
    width: 100%;
    padding: 0;
}

.sw-new-login-btn-register {
    height: 100%;
    width: 100%;
    border: 4px solid #005798;
    font-size: 22px;
    background: #e5e5e5;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none !important;
    color: #005798 !important;
    padding: 0px;
    line-height: 40px
}

.sw-new-login-logo-box {
    padding: 25px 10px 25px 25px;
    display: flex;
    width: 100%;
    justify-content: center;
}

.sw-new-login-logo-box-img {
    border: none;
    padding: 10px 20px;
    height: 55px;
}

.bg-genius footer {
    padding: 20px 0 0 0;
}
/* MEDIA QUERIES */



@media (max-width:1179px) {
    .wc-hdrimg-logo-fg-user {
        height: 75px;
        padding-left: 14px !important;
        padding-right: 14px !important
    }
    .fguser-main-container-login{
        padding:14px;
    }
    .wc-top-header-fg-user {
        max-width: 100% !important;
        padding: 0px !important;
        position: relative;
    }

        .wc-top-header-fg-user figure {
            width: 100%;
            text-align: center;
            border-bottom: 4px solid #005995;
            padding-bottom: 18px;
            background-color: #fff;
        }

    .sw-new-login-form {
        /*width: 90%;*/
        margin: auto;
        margin-top: 40px;
        margin-bottom: 10px;
        padding: 40px;
        border-radius: 8px;
        border: 1px solid #ccc;
        box-shadow: 1px 2px 14px 1px #9f9f9f;
        max-width: 450px;
        background: #ffffffeb;
    }

    .sw-new-login-input {
        margin-bottom: 24px;
    }

    .sw-new-login-icon {
        margin-bottom: 24px;
        font-size: 20px;
        background: #00549b;
    }

    .sw-new-login-btn-register {
        margin-top: 24px;
        font-size: 20px;
    }

    .sw-right-vh-center-captions {
        padding: 40px 14px 40px;
        font-size: 22px;
    }

    .sw-bottom-right-captions {
        font-size: 32px;
    }
}

@media (min-width: 1180px) {
    .site-footer-inner {
        flex-direction: row;
    }

    .d-xl-none {
        display: none !important;
    }



    .sw-login-overlay {
        position: relative;
        z-index: 2;
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        justify-content: flex-start;
        padding: 25px 0;
        pointer-events: none;
        padding-right: 0;
    }

    .sw-right-vh-center-captions {
        width: 50%;
        font-size: 14px;
        padding-right: 0;
        background: transparent;
        right: 0;
        position: absolute;
        top: calc(50% - 60px);
    }

    .sw-bottom-right-captions {
        width: 100%;
        position: absolute;
        right: 0;
        text-align: center;
        font-size: 50px;
        padding-right: 35%;
        bottom: 45px;
        font-weight: 400;
        background-color: transparent;
    }

    .wc-hdrimg-logo-fg-user {
      /*  height: 75px;*/
    }


    .sw-new-login-form {
        pointer-events: auto;
        display: flex;
        gap: 20px;
        max-width: 100%;
        /*width: 70%;*/
        padding: 0;
        align-items: center;
    }

    .sw-new-login-inputs {
        padding:0;
        display: flex;
        /*width: 55%;*/
        gap:20px;
    }

    .sw-new-login-input {
        border: none;
        border-radius: 30px;
        padding: 14px 20px;
       /* width: 50%;*/
        margin-bottom: 0;
    }

        .sw-new-login-input:focus {
            outline: none;
            box-shadow: none;
        }

    .sw-new-login-icon {
        color: #005798;
        display: flex;
        align-items: center;
        justify-content: center;
        background: transparent;
        font-size: 50px;
        margin-bottom: 0;
    }

    .sw-new-login-reg {
        width: calc(50% - 75px);
        padding: 0 25px 0 0;
        max-width: 275px;
    }

    .sw-new-login-btn-register {
        height: 100%;
        width: 100%;
        border: 5px solid #005798;
        font-size: 14px;
        background: #e5e5e5;
    }

    .sw-new-login-logo-box {
        padding: 25px 10px 25px 25px;
        display: flex !important;
        width: 60%;
        gap: 14px;
        justify-content: end;
    }

    .sw-new-login-logo-box-img {
        border: none;
        padding: 10px 20px;
        height: auto;
        margin-top: 40px;
        max-height: 110px;
    }
}

@media screen and (min-width: 1180px) and (min-height: 768px) {
    .sw-new-login-logo-box-img {
        height: auto !important;
    }

    .wc-top-header-fg-user {
        flex-direction: row !important;
      /*  padding-left: 25px !important;
        padding-right: 25px !important;*/
    }
}

@media screen and (min-width: 1180px) and (min-height: 500px) and (max-height: 768px) {
    .sw-right-vh-center-captions {
        width: 45% !important;
        font-size: 22px !important;
        top: calc(50% - 60px) !important;
        text-align: center !important;
    }

    .sw-bottom-right-captions {
        font-size: 34px !important;
        bottom: -35px !important;
    }
}

@media screen and (min-width: 1500px) and (min-height: 500px) and (max-height: 768px) {
    .sw-right-vh-center-captions {
        width: 45% !important;
        top: calc(50% - 60px) !important;
        text-align: center !important;
    }

    .sw-bottom-right-captions {
        font-size: 40px !important;
        bottom: -22px !important;
    }
}

@media screen and (min-width: 1180px) and (min-height: 820px) {
    .sw-right-vh-center-captions {
        width: 35%;
        font-size: 19px;
        top: calc(50% - 60px);
    }

    .sw-bottom-right-captions {
        font-size: 32px;
        bottom: 0;
    }
}

@media (min-width:1200px) {
    .wc-top-header-fg-user {
        flex-direction: row !important;
    }

    .sw-new-login-form {
        /*width: 75%;*/
    }

    .sw-new-login-inputs {
        padding: 0;
    }

    .sw-new-login-icon {
        font-size: 50px;
    }

    .sw-new-login-btn-register {
        font-size: 15px;
    }

    .sw-right-vh-center-captions {
        width: 50%;
        font-size: 18px;
        top: calc(50% - 60px);
    }

    .sw-bottom-right-captions {
        font-size: 40px;
        bottom: -35px;
    }
}

@media (min-width:1366px) {
    .sw-new-login-form {
        /*width: 60%;*/
    }

    .sw-new-login-logo-box-img {
        height: 122px;
    }

    .sw-new-login-btn-register {
        font-size: 18px;
    }

    .sw-right-vh-center-captions {
        width: 42%;
        font-size: 28px;
        top: calc(50% - 113px);
        text-align: center;
    }


    .sw-bottom-right-captions {
        font-size: 36px;
        bottom: 20px;
    }
}

@media (width: 1366px) and (height: 768px) {
    .sw-right-vh-center-captions {
        font-size: 20px !important;
        top: calc(50% - 60px) !important;
        text-align: center !important;
    }

    .sw-bottom-right-captions {
        font-size: 60px !important;
        bottom: 0px !important;
    }
}

@media (min-width:1440px) {
    .wc-hdrimg-logo-fg-user {
        height: auto;
    }

    .sw-new-login-form {
        /*width: 60%;*/
    }

    .sw-new-login-btn-register {
        font-size: 18px;
    }

    .sw-right-vh-center-captions {
        width: 50%;
        font-size: 22px;
        top: calc(50% - 51px);
        text-align: center;
    }


    .sw-bottom-right-captions {
        font-size: 35px;
        bottom: 0px;
    }

    .wc-top-header-fg-user {
       /* padding-left: 40px !important;
        padding-right: 40px !important;*/
    }
}

@media (min-width:1510px) {
    .sw-new-login-form {
        /*width: 60%;*/
    }

    .sw-new-login-btn-register {
        font-size: 18px;
    }

    .sw-right-vh-center-captions {
        width: 42%;
        font-size: 24px;
        top: calc(50% - 51px);
        text-align: center;
    }

    .sw-bottom-right-captions {
        font-size: 38px;
        bottom: 0;
    }
}

@media screen and (min-width: 1536px) and (min-height: 2048px) {
    .sw-right-vh-center-captions {
        width: 50%;
        font-size: 24px;
        top: 54%;
        text-align: center;
    }

    .sw-bottom-right-captions {
        font-size: 70px;
        bottom: 0;
    }
}

@media (min-width:1600px) {
    .sw-right-vh-center-captions {
        width: 50%;
        font-size: 24px;
        top: 56%;
        text-align: center;
    }

    .sw-bottom-right-captions {
        font-size: 50px;
        bottom: -10px;
    }
}

@media screen and (min-width: 1620px) and (min-height: 2160px) {
    .sw-right-vh-center-captions {
        width: 50%;
        font-size: 24px;
        top: 54%;
        text-align: center;
    }

    .sw-bottom-right-captions {
        font-size: 70px;
        bottom: 0;
    }
}

@media (min-width:1680px) {
    .sw-right-vh-center-captions {
        width: 42%;
        font-size: 30px;
        top: calc(50% - 65px);
        text-align: center;
    }

    .sw-bottom-right-captions {
        font-size: 46px;
        bottom: 14px;
    }
}

@media (min-width:1920px) {
    .sw-right-vh-center-captions {
        width: 45%;
        font-size: 30px;
        top: calc(50% - 67px);
        text-align: center;
    }

    .sw-bottom-right-captions {
        font-size: 45px;
        bottom: 0;
    }
}

@media (min-width:2000px) {
    .sw-right-vh-center-captions {
        width: 35%;
        font-size: 42px;
        top: calc(50% - 95px);
        text-align: center;
    }

    .sw-bottom-right-captions {
        font-size: 65px;
        bottom: 65px;
    }
}
