﻿body {
    background-image: linear-gradient(to top, #e6e9f0 0%, #eef1f5 100%);
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    min-width: 320px;
    font-family: Lato, 'Helvetica Neue', Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 1.4285em;
    color: rgba(0, 0, 0, .87);
    height: 100%;
}

div, p, h1, h2, h3, h4, h5, h6, ul, li {
    box-sizing: border-box;
}
.logout-container > div {
    margin-top: 20px; /* Adds top margin above the inner div */
}

.grid-wrapper {
    height: 100%;
    margin: 0;
    display: flex;
    box-sizing: border-box;
}

.carousel-wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}


.section {
    width: 100%;
    max-width: 488px;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 24px 0 8px;
}

.carousel {
    border-right: 2px solid #d5d6d7;
}



.carousel-image {
    height: 365px;
}

.carousel-content {
    padding: 15px;
}

.description {
    width: 100%;
    margin: 32px 0 32px;
    text-align: center;
}

    .description h3 {
        font-size: 24px;
        line-height: 36px;
        font-weight: 900;
    }

    .description p {
        font-size: 16px;
        line-height: 24px;
        font-weight: 400;
        letter-spacing: 0.2px;
    }

.not-registered-description {
    margin-bottom: 0;
}

.navigation-container {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px;
}

.SP-slider {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.carousel-dots {
    display: flex;
    justify-content: center;
}

.dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #ccc;
    margin: 0 5px;
    cursor: pointer;
    display: flex;
}

    .dot.active {
        background-color: #475156;
        width: 24px;
        border-radius: 7px;
    }

    .dot:hover {
        background-color: #aaa;
    }

.login-container {
    width: 100%;
}

.horizontal_divider {
    display: flex;
    align-items: center;
    text-align: center;
    width: 100%;
    position: relative;
    margin: 32px 0 24px;
    font-size: 16px;
}

.horizontal_divider_content {
    display: flex;
    flex-direction: column;
    line-height: 24px;
}

.horizontal_divider::before,
.horizontal_divider::after {
    content: '';
    flex: 1;
    border-bottom: 1px solid #D4D6D7;
    margin: 0 10px;
}

.line-text::before {
    margin-right: 10px;
}

.line-text::after {
    margin-left: 10px;
}

.login_header {
    width: 100%;
    text-align: start;
    font-size: 16px;
    margin-bottom: 32px;
}

.login_header h4 {
    font-size: 32px;
    font-weight: 700;
    line-height: 48px;
}

.internal-login-form {
    width: 100%;
    margin-bottom: 16px;
}

.form_wrapper {
    width: 100%;
}

.form_link {
    text-decoration: underline;
    color: #0F172A;
    font-weight: 400;
    line-height: 24px;
    display: flex;
    align-items: center;

}

.body-container {
    margin: auto;
    align-self: center;
    width: 100%;
}

.password-reset-form {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: stretch;
}

.logo-container {
    padding: 2em;
    text-align: center;
}
    
.logo-container .logo {
    max-height: 5em;
    max-width: 100%;
}

.page-container {
    width: 100%;
    min-height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.page-content-container {
    width: 100%;
    max-width: 488px;
}

.ui.column.raised.segment.page-content-container {
    padding: 32px;
    border-radius: 10px;
    background-color: #fbfbfb;
}

.title {
    font-size: 16px;
    text-align: center;
    margin-bottom: 16px;
}

.field li::marker {
    color: #4ADE80;
    font-size: 20px;
}

.user-email {
    text-decoration: underline;
}

.field {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 16px;
    color: #677074;
}

.input-field {
    width: 100%;
    position: relative;
}

.input-field-label {
    margin-bottom: 4px;
}

.input-field input {
    width: 100%;
    height: 40px;
    border: 1px solid #D4D6D7;
    border-radius: 5px;
    padding: 8px;
}

.login-input-field input {
    padding-left: 40px !important;
}

.input-field > .icon {
    position: absolute;
    padding: 10px;
    min-width: 40px;
    height: 100%;
}

.icon-left {
    left: 0;
}

.icon-right {
    right: 0;
}

.field .input > input {
    padding-left: 40px;
}
.field .input > input .name-field .second-name-field {
    padding-left: 20px;
}


input:active, input:focus, input:hover {
    color: rgba(0, 0, 0, .95);
    border-color: #85b7d9;
    border-radius: .28571429rem;
    background: #fff;
    -webkit-box-shadow: 0 0 0 0 rgba(34, 36, 38, .35) inset;
    box-shadow: 0 0 0 0 rgba(34, 36, 38, .35) inset;
}

.return-back-wrapper {
    font-size: 16px;
    color: #001EFF;
    cursor: pointer;
}

.return-back-wrapper a {
    font-weight: 700;
    color: #001EFF;
    margin-left: 8px;
    text-decoration: none;
}


.loading-block {
    display: none;
}

.password-checks{
    margin-top:0;
}

.return-back-wrapper i{
    height: 100%;
}


@media only screen and (max-width: 768px) {
    .carousel {
        display: none;
    }

    .body-container {
        display: flex;
        flex-direction: column;
        padding: 16px 0;
        flex: 1;
    }

    .grid-wrapper {
        grid-template-columns: 1fr;
    }

    .page-container {
        height: 100%;
    }

    .page-content-container {
       height: 100vh;
       display: flex;
       flex-direction: column;
    }   

    .form_wrapper {
        height: 100%;
        display: flex;
        flex-direction: column;
    }
  }


