﻿body, html {
    background-image: linear-gradient(to bottom, rgba(9, 9, 45, 0.70), rgba(9, 9, 45, 0.70)), url('../Images/backgroundImage.png');
    height: 100%;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    background-clip: content-box;
    transform: scaleX(-1);
    margin: 0px;
    font-family: 'notosans-bold';
    overflow:hidden;
}

body, html #overlay{
    position: absolute; /* Sit on top of the page content */
    width: 100%; /* Full width (cover the whole page) */
    height: 100%; /* Full height (cover the whole page) */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    inset:0;
    background-color: rgba(9,9,45,0.7); /* Black background with opacity */
    z-index: 2; /* Specify a stack order in case you're using a different order for other elements */
    
}

:root {
    /*   color variables */
    --clr-gray-bg: #F3F3F7;
    --clr-primary: #5959EB;
    --clr-primary-hover: #9dde59;
    --clr-primary-text: #5959EB; /*Primary 40 Soft Indigo*/
    --clr-secondary: #FF9712;
    --clr-secondary-hover: #F3F3F7; /* Neutral 5 */
    --clr-secondary-hover-linkbtn: #C4C4D8; /*Neutral 30*/
    --clr-success: #3CBF59; /*Semantic success 30*/
    --clr-success-hover: #5CCF76; /*Semantic success 20*/
    --clr-error: #F64B4C; /*Semantic error 30*/
    --clr-caution: #F9CC2B; /*Semantic caution 30*/
    --clr-info: #0E9BE0; /*Semantic info 30*/
    --clr-warning: #FF773E; /*Semantic warning 30*/
}

/*   START FONTS NOTO SANS */
@font-face {
    font-family: 'notosans-bold';
    src: url('../font/notosans-bold.ttf') format('truetype');
}

@font-face {
    font-family: 'notosans-medium';
    src: url('../font/notosans-medium.ttf') format('truetype');
}

@font-face {
    font-family: 'notosans-regular';
    src: url('../font/notosans-regular.ttf') format('truetype');
}

@font-face {
    font-family: 'notosans-semibold';
    src: url('../font/notosans-semibold.ttf') format('truetype');
}
/*   END FONTS NOTO SANS */

nav {
    display: none !important;
}

footer {
    display: none !important;
}

*, ::after, ::before {
    box-sizing: unset !important;
}

hr {
    display: none;
}

.LoginContainer {
    height: 490px;
    width: 360px;
    background-color: #ffff;
    position: absolute;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
    border-radius: 0.5rem;
    backdrop-filter: blur(10px);
    border-top: 1px solid rgba(255,255,255,0.25);
    border-left: 1px solid rgba(255,255,255,0.20);
    box-shadow: 0px 25px 50px -12px rgb(9 9 45 / 24%);
    padding: 60px 50px 50px 40px;
}

    .LoginContainer * {
        font-family: 'notosans-regular';
        color: black;
        letter-spacing: 0.5px;
        outline: none;
        border: none;
    }

    .LoginContainer h3 {
        font-size: 32px;
        font-weight: 500;
        line-height: 30px;
        text-align: center;
        font-family: 'notosans-bold';
        margin: 20px auto 50px auto;
    }

    .LoginContainer h5 {
        text-align: center;
        padding-left: 303px;
        font-size: 20px;
        font-style: italic;
    }

    .LoginContainer sup {
        font-family: 'Poppins',sans-serif;
    }

    .LoginContainer .text-danger {
        font-family: 'notosans-bold';
    }

    .LoginContainer .container {
        min-height: 24px;
    }

    .LoginContainer a:hover {
        color: var(--clr-primary-text) !important;
        text-decoration: underline;
    }

.logoContainer {
}

    .logoContainer img {
        width: 18%;
        margin: 0 auto;
        display: block;
    }

.AccountContainer {
    height: 680px;
    width: 460px;
    background-color: rgba(255,255,255,0.05);
    position: absolute;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
    border-radius: 0.5rem;
    backdrop-filter: blur(10px);
    border-top: 1px solid rgba(255,255,255,0.25);
    border-left: 1px solid rgba(255,255,255,0.20);
    box-shadow: 0px 25px 50px -12px rgb(9 9 45 / 24%);
    padding: 80px 50px 35px 35px;
}

    .AccountContainer * {
        font-family: 'notosans-bold';
        color: #ffff;
        letter-spacing: 0.5px;
        outline: none;
        border: none;
    }

    .AccountContainer h3 {
        font-size: 35px;
    font-weight: 500;
    line-height: 35px;
    text-align: center;
    font-family: 'notosans-bold';
    margin: 30px auto;
    }

    .AccountContainer h5 {
        text-align: center;
        padding-left: 212px;
        font-size: 20px;
        font-style: italic;
    }

    .AccountContainer sup {
        font-family: 'Poppins',sans-serif;
    }

    .AccountContainer .text-danger {
        font-family: 'notosans-regular';
        text-align: center;
    }

    .AccountContainer .container {
        min-height: 45px;
    }


.LoginLabelSecundary {
    display: block;
    font-family: 'notosans-regular';
    font-size: 16px;
    font-weight: 500;
}


.LoginLabel {
    margin-top: 30px;
    font-size: 16px;
    font-weight: 500;
    position: relative;
    z-index: 1;
    bottom: 2.4rem;
    left: 1rem;
    pointer-events: none;
    transition: bottom 150ms cubic-bezier(0.4, 0, 0.2, 1), left 150ms cubic-bezier(0.4, 0, 0.2, 1), background 150ms cubic-bezier(0.4, 0, 0.2, 1), padding 150ms cubic-bezier(0.4, 0, 0.2, 1), color 150ms cubic-bezier(0.4, 0, 0.2, 1);
}


.LoginLabel-Selected {
    position: relative;
    z-index: 1;
    bottom: 4.2rem;
    left: 1rem;
    background: white;
    padding: 0px 2px;
}

.LoginInput {
    font-family: Calibri;
    display: block;
    height: 50px;
    width: 94%;
    background-color: rgba(255,255,255,0.07);
    border-radius: 0.25rem;
    border: 2px solid #ced4da;
    padding: 0 18px;
    margin-top: 8px;
    font-size: 18px;
    font-weight: 300;
}

    .LoginInput option {
        font-family: 'notosans-regular';
        font-size: 14px;
        font-weight: 300;
        color: #0c273f;
    }

.form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: white;
    opacity: 1; /* Firefox */
}

.form-control:focus {
    color: #09092D;
    background-color: #ffff;
    border-color: transparent;
    outline: 0;
    box-shadow: 0 0 0 0.1rem rgb(89 89 235 / 90%);
}

:has(#ValueUsername:focus) > #LabelUsername {
    position: relative;
    z-index: 1;
    bottom: 4.2rem;
    left: 1rem;
    background: white;
    padding: 0px 2px;
    color: #6767A5 !important;
}

:has(#ValuePassword:focus) > #LabelPassword {
    position: relative;
    z-index: 1;
    bottom: 4.2rem;
    left: 1rem;
    background: white;
    padding: 0px 2px;
    color: #6767A5 !important;
}

.text-danger {
    color: red !important;
    margin-left: 0px;
}

.text-danger-center {
    text-align: center;
}

.LoginBtn {
    margin-top: 0px;
    margin-left: 80px;
    width: 60%;
    background-color: var(--clr-primary-text);
    color: #ffffff;
    padding: 13px 0;
    font-size: 18px;
    font-weight: 600;
    border-radius: 2.25rem;
    cursor: pointer;
}

    .LoginBtn:hover {
        margin-top: 0px;
        margin-left: 80px;
        width: 60%;
        background-color: #4a4abf;
        color: #ffffff;
        padding: 13px 0;
        font-size: 18px;
        font-weight: 600;
        border-radius: 2.25rem;
        cursor: pointer;
    }

.panama-button {
    color: white;
    border: #343a40;
    background-image: linear-gradient(to right,#f25c24, #f7731d);
}

    .panama-button:hover {
        /*color: #FFC800;*/
        color: white;
        text-decoration: none;
        background-image: linear-gradient(to right, #f7731d, #ff9712);
    }

.bottonPrincipalColor {
    color: white;
    background: var(--clr-success);
}

    .bottonPrincipalColor:hover {
        color: white;
        text-decoration: none;
        background: var(--clr-success-hover);
    }

.titleBold {
    font-family: 'notosans-bold';
}

.normalfont {
    font-family: calibril !important;
}

.principalTitle {
    font-family: 'notosans-bold' !important;
}

.ErrorContainer {
    height: 375px;
    width: 360px;
    background-color: #ffff;
    position: absolute;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
    border-radius: 0.5rem;
    backdrop-filter: blur(10px);
    border-top: 1px solid rgba(255,255,255,0.25);
    border-left: 1px solid rgba(255,255,255,0.20);
    box-shadow: 0px 25px 50px -12px rgb(9 9 45 / 24%);
    padding: 60px 50px 50px 40px;
}

    .ErrorContainer * {
        font-family: 'notosans-bold';
        /*color: #ffff;*/
        letter-spacing: 0.5px;
        outline: none;
        border: none;
    }

    .ErrorContainer h3 {
        font-size: 40px;
        font-weight: 500;
        line-height: 30px;
        text-align: center;
    }

    .ErrorContainer h5 {
        text-align: center;
        padding-left: 303px;
        font-size: 20px;
        font-style: italic;
    }

    .ErrorContainer sup {
        font-family: 'Poppins',sans-serif;
    }

    .ErrorContainer .text-danger {
        font-family: 'notosans-regular';
    }

    .ErrorContainer .container {
        min-height: 24px;
    }

.error-button {
    color: white;
    border: var(--clr-secondary-hover);
    background-color: var(--clr-secondary-hover);
}

    .error-button:hover {
        /*color: #FFC800;*/
        color: white;
        text-decoration: none;
        border: #33517a;
        background-color: #33517a;
    }

.succes-icon-color{
    color: var(--clr-success);
}

.modal-body-own {
    font-family: 'notosans-regular';
}

.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 0.5rem;
    outline: 0;
}

/*START LOGO LOGIN*/
.login-logo {
    width: 10%;
    display: block;
    position: absolute;
    top: 95%;
    left: 88%;
}
/*END LOGO LOGIN*/


.text-align-error-page {
    text-align: center;
}

.LoginDropDown {
    font-family: 'notosans-regular' !important;
    color: black;
    letter-spacing: 0.5px;
    font-size: 16px !important;
    padding-left: 12px;
    width: 96%;
}

/*ErrorPage*/

.h2-title {
    font-size: 24px;
}