.container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.edit-page {
    width: 95% !important;
    text-align: center !important;
}

    .edit-page > * {
        display: inline-block !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }

.display-inline-block {
    display: inline-block;
}

.display-none {
    display: none;
}

.center-text {
    text-align: center;
}

.footer {
    color: white;
    font-size: 14px;
    text-align: center;
}

.footer a {
    color: white !important;
}

.front {
    z-index: 9;
}

.validation-summary {
    width: 100%;
    min-width: 420px;
    max-width: 470px;
    margin-top: 10px;
    padding: 10px 20px;
    border-radius: 8px;
}

.nfqes-background {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background-color: #08162C;
}

.nfqes-background-content {
    display: grid;
    place-items: center;
    margin-top: 160px;
}

.white-background {
    background-color: white;
}

.filled-button {
    margin-top: 1.5rem;
    padding: 0 !important;
}

/*Login*/
.register-link-container {
    margin-bottom: 16px;
    margin-top: 16px;
}

.register-link-container a {
    color: rgb(29, 77, 109);
}

.page {
    width: 100%;
}

.btn-container {
  align-items: center;
}

.formcontainer {
    margin-top: 6%;
    width: 35%;
}

.visibility-div {
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    margin-right: 1.5rem;
}

.visibility-svg {
    pointer-events:auto;
}

@media screen and (max-width: 992px) {
    .formcontainer {
        margin-top: 6%;
        width: 70%;
    }
}

@media screen and (max-width: 692px) {
    .formcontainer {
        margin-top: 6%;
        width: 100%;
    }
}

    .button {
        border: 0px;
        font-weight: 700;
        line-height: 1.71429;
        font-size: 1.5rem;
        font-family: Montserrat, sans-serif;
        text-decoration: none;
        min-width: 64px;
        padding: 12px 16px;
        border-radius: 8px;
        transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
        color: rgb(255, 255, 255);
        background-color: #1d4d6d;
        height: 48px;
        width: 100%;
    }

        .button:hover {
            text-decoration: none;
            color: rgb(255, 255, 255);
            background-color: rgba(29, 77, 109, 0.7);
        }

    .primary-button {
        background-color: rgb(255, 255, 255);
        width: 100%;
        color: rgb(29, 77, 109);
        font-weight: 700;
        line-height: 1.71429;
        font-size: 1.5rem;
        padding: 8px 22px;
        text-align: center;
        text-decoration: none;
        margin-top: 6px;
    }

    .style-1 {
        border: none;
    }

        .style-1:hover {
            border: 2px solid rgb(29, 77, 109);
            border-radius: 8px;
            color: rgb(29, 77, 109);
            box-shadow: rgb(49 49 51 / 22%) 0px 8px 16px 0px;
            margin: 4px -2px -2px 0px;
            cursor: pointer;
        }

        .style-1:focus-visible {
            outline: none;
        }

    .style-2 {
        border: 1px solid rgb(29, 77, 109);
        border-radius: 8px;
        box-shadow: rgb(49 49 51 / 12%) 0px 8px 16px 0px;
        margin-bottom: 1.5rem;
    }

        .style-2:hover {
            outline: none;
            text-decoration: none;
            background-color: rgb(29, 77, 109);
            border-color: rgb(29, 77, 109);
            color: rgb(255, 255, 255);
        }

        .style-2:focus-visible {
            outline: none;
        }

    .inputs {
        margin-top: 8%;
    }

    .btn-container {
        display: flex;
        flex-direction: column;
    }

    /*Forgot password*/

    .editor-field {
        width: 100%;
    }

    .editor-label {
        display: none;
    }

    .field-validation-error {
        display: none;
    }

    .button-container {
        display: flex;
        flex-direction: row;
        justify-content: center;
        margin-top: 10px;
    }

    /*Register*/
    .input-container {
        position: relative;
        width: 100%;
        margin-bottom: 10px;
    }

    .icon {
        display: flex;
        align-items: center;
        height: auto;
        border: 1px solid rgb(29, 77, 109);
        background: rgb(29, 77, 109);
        color: rgb(255, 255, 255);
        box-sizing: border-box;
        padding: 0px 8px;
        font-size: 2.5rem;
    }

    .input {
        font: inherit;
        letter-spacing: inherit;
        border: 1px solid rgb(224, 224, 224);
        background: none;
        margin: 0px;
        -webkit-tap-highlight-color: transparent;
        display: block;
        box-sizing: border-box;
        width: 100%;
        padding: 10px;
        font-size: 1.5rem;
    }

        .input:hover,
        .input:focus,
        .input:focus-visible {
            border: 1px solid rgb(29, 77, 109);
            outline: none;
            background-color: rgba(29, 77, 109, 0.08);
        }

    .registerInput {
        font: inherit;
        letter-spacing: inherit;
        margin: 0px;
        -webkit-tap-highlight-color: transparent;
        display: block;
        box-sizing: border-box;
        width: 100%;
        padding: 10px;
        border: none;
        border-bottom: 2px dotted rgb(224, 224, 224);
    }

        .registerInput:hover,
        .registerInput:active,
        .registerInput:focus-visible {
            outline: none;
            background: linear-gradient( 90deg, rgba(159, 228, 248, 0.10437678489364499) 0%, rgba(240, 252, 255, 1) 57%, rgba(255, 255, 255, 1) 100% );
            transition: 0.4s;
        }

    .loginInput {
        border-radius: 10px;
        margin-bottom: 12px;
        padding: 16px;
    }

    .card {
/*        min-width: 420px;*/
        padding: 16px 22px;
    }

.back-link-page {
    max-width: 390px;
    margin-bottom: 20px;
    width: 100%;
}

@media screen and (min-width: 992px) {
    .card {
        min-width: 420px;
        max-width: 470px;
    }
    .alert {
        width: 420px !important;
    }

    .back-link-page {
        max-width: 470px;
        margin-bottom: 20px;
        width: 100%;
    }
   
}

.alert {
    width: 380px;
    margin-bottom: -20px;
}
    .card-shadow {
        height: 100%;
        border-radius: 8px;
        padding: 10px 20px;
        transition: .5s;
        box-shadow: 3px 3px 15px 0 rgba(0,0,0,.19);
        cursor: pointer;
        top: 0;
        overflow: hidden;
    }

    .card-title {
        font-family: "Roboto","Helvetica Neue",Arial,sans-serif;
        color: #1d4d6d;
        font-size: 2rem;
        font-weight: bold;
        margin-bottom: 14px;
    }

    .logo {
        height: 90px;
    }

    .buttonBack-link, .buttonBack-link:visited {
        color: white;
        min-width: 220px;
        max-width: 470px;
        margin-bottom: 20px;
    }
    
    .buttonBack-link:hover {
        cursor: pointer;
    }

    .login-remember {
        justify-content: center;
        padding-top: 15px;
        padding-bottom: 5px;
    }

    input[type="checkbox"] {
        accent-color: rgb(29, 77, 109);
        /*        width: 17px;
        height: 17px;*/
    }

/*Logout*/
.not-too-wide {
    width: auto;
}

/*Detail*/
.change-password-link, .change-password-link:visited {
    color: white;
    margin-right: 6px;
}

.edit-profile-link {
    color: white !important;
}
