body.login-content-no-background:before {
    height: 40%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #1D405D;
    content: "";
    z-index: -1;
}

body.login-content:before {
    height: 40%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #1D405D;
    content: "";
    z-index: -1;

    background: linear-gradient(135deg, #c4e1f2 45%, #fcbf0f 55%);
}
.top-banner {
    width: 100%;
}
.top-banner img {
    width: 105%;
}
.lc-block {
    position: relative;
    display: flex;
    border-radius: 0;
    width: 100%;
    padding: 0 !important;
    margin-top: 0;
    justify-content: center;
    background: transparent;
    box-shadow: none;
}
.lc-block-container {
    display: flex;
    flex-direction: row;
    gap: 1rem;
    justify-content: center;
    background: #fff;
    box-shadow: 0 1px 11px rgba(0, 0, 0, 0.27);
    width: 1000px;
}

.lc-block-left, .lc-block-right {
    width: 50%;
}
.lc-block-left {
    padding: 30px 50px;
}
.lc-block-right {
    padding: 30px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.webinar-banner-login{
    border-left: 2px solid #fcbf0f;
    padding: 0 20px;
    width: 100%;
}

.form-group-index {
    width: 100%;
    margin-bottom: 10px;
}
.form-group-index label{
    width: 100%;
    text-align: left;
}
.form-group-index input {
    width: 100%;
    border: 2px solid #C4E1F1;
    background: transparent;
    height: 35px;
}
.btn-login-container {
    width: 100%;
    background: #C4E1F1;
    padding: 5px;
    font-weight: 700;
    font-size: 15px;
    margin: 10px 0;
    text-align: center;
}
.btn-login-container button {
    outline: none;
    background: transparent;
    border: none;
    color: #1C405D;
}


button:hover,
button:focus {
  color: #2E6796;
  text-decoration: none;
}
.index-oppure {
    font-style: italic;
    font-size: 13px;
    color: #5e5e5e;
}

@media (max-width: 700px) {
    .lc-block-container {
        display: flex;
        align-items: center;
        flex-direction: column;
        gap: 1rem;
        justify-content: center;
        background: #fff;
        box-shadow: 0 1px 11px rgba(0, 0, 0, 0.27);
        width: 900px;
    }

    .lc-block-left, .lc-block-right {
        width: 80%;
    }

    .lc-block-left {
        padding: 30px 10px;
    }
    .webinar-banner-login{
        border-left: 0;
        border-top: 2px solid #fcbf0f;
        padding: 20px 0;
        width: 100%;
    }
}