﻿
/* 
----------------------------------------
-------------- CSS RESET ---------------
----------------------------------------
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

p {
    line-height: 22px;
}


/* 
----------------------------------------
---------  BUTTONS - COMMON ------------
----------------------------------------
*/

.form-check-input {
    margin-top: 0 !important;
}

.img-fluid {
    margin-bottom: 20px;
}

a, a.btn:hover {
    text-decoration: none;
}

label, a {
    cursor: pointer;
}

a:hover {
    text-decoration: underline;
}

.h4, h3 {
    font-weight: 700 !important;
    margin-bottom: 20px !important;
    display: block !important;
    font-size: 17px !important;
    color: #333333e3 !important;
}

.btn {
    border-radius: 6px !important;
    border: 1px solid #cacaca;
    width: 100%;
    text-align: center;
    font-size: 13px;
    padding: 16px;
    height: 51px;
}

.btn-primary:hover, .btn-secondary:hover {
    text-decoration: underline !important;
}

.btnPrimary {
    /*background-color: #0b5ed7 !important;*/
    border-color: #0a58ca !important;
}

.accordion-button {
    padding: 7px 0px;
    margin: 0 !important;
}

#containerGoogleAccount, #containerMsAccount {
    width: 48%;
}

#containerUserAndPassword {
    margin: 10px 0px 0px 0px;
    width: 100% !important;
    text-align: center;
}

.splitter {
    margin: 77px 0px 10px 0;
    width: 100% !important;
    padding: 0;
    --bs-gutter-x: 8px;
    color: #999;
}

.card-body {
    padding: 0 !important;
}

.form-floating .form-label {
    color: #333 !important;
}

#external-account .btn {
    padding: 0px 7px 0px 7px;
    margin-bottom: 10px;
    font-size: 13px !important;
}


/* 
----------------------------------------
------------- LAYOUT L&R ---------------
----------------------------------------
*/

.fab-wrapper {
    position: absolute;
    bottom: 12px;
    right: 12px;
    z-index: 9;
}

.loginPage * {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 13px;
    line-height: normal;
}

.loginPage i {
    position: relative;
    left: -3px;
}

.layoutLeft .card-container, .layoutRight .card-container {
    width: 584px !important;
    position: absolute;
    height: 100vh !important;
}

.layoutLeft .flex-column, .layoutLeft .d-flex,
.layoutRight .flex-column, .layoutRight .d-flex {
    flex-direction: unset !important;
    display: block !important;
}

.layoutLeft .card-body, .layoutRight .card-body {
    flex: 0;
    padding: 0;
    height: 100vh;
    width: 100%;
    margin: 0 auto;
    position: relative;
    display: block;
    top: 50%;
    margin-top: -50%;
}

.layoutLeft .card, .layoutRight .card {
    height: 100vh;
    border-radius: 0;
}

.layoutLeft body, .layoutRight body {
    background: 0 none !important;
}

.layoutLeft .alternativeBg {
    left: 584px;
}

.layoutRight .alternativeBg {
    left: 0;
}

.layoutLeft .alternativeBg, .layoutRight .alternativeBg {
    display: block !important;
    position: absolute;
    float: left;
    top: 0;
    width: calc(100vw - 584px);
    height: 100vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}


@media (max-width: 1440px) {

    .layoutLeft .card-container,
    .layoutRight .card-container {
        width: 400px !important;
    }

    .layoutLeft .alternativeBg {
        left: 400px;
    }

    .layoutLeft .alternativeBg,
    .layoutRight .alternativeBg {
        width: calc(100vw - 400px);
    }

    #external-account .btn {
        padding: 0px 7px 0px 7px;
        font-size: 13px;
    }
}



@media (max-width: 1200px) {

    .card,
    .card-container {
        width: 100% !important;
        margin: 0 auto !important;
    }

    .card-body {
        width: 100% !important;
        top: 0 !important;
        margin-top: 0 !important;
    }

    .alternativeBg {
        width: 0;
    }

    #external-account .btn {
        padding: 0px 7px 0px 7px;
        font-size: 13px !important;
    }

    #containerGoogleAccount, #containerMsAccount {
        width: 100% !important;
    }
}


@media (max-width: 800px) {

    .card,
    .card-container {
        width: 100% !important;
        border-radius: 0 !important;
    }

    .layoutCenter .card,
    .layoutCenter .card-container {
        height: auto !important;
    }

    .layoutLeft .card,
    .layoutRight .card,
    .layoutLeft .card-container,
    .layoutRight .card-container {
        height: 100vh !important;
        width: 100% !important;
    }

    body.layoutLeft .alternativeBg,
    body.layoutRight .alternativeBg {
        display: none !important;
    }

    .card-body {
        width: 100% !important;
    }

}

@media (max-width: 601px) {

    .layoutCenter .card,
    .layoutCenter .card-container {
        height: 100vh !important;
    }

    .grecaptcha-badge,
    .fab-wrapper {
        display: none !important;
    }

}

@media (max-width: 400px) {

    .layoutLeft .card-container,
    .layoutRight .card-container {
        width: 100% !important;
    }

    .layoutLeft .alternativeBg {
        left: 100%;
    }

}

/* 
----------------------------------------
---------- LAYOUT CENTERED -------------
----------------------------------------
*/

body .layoutCenter {
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: left;
}

.layoutCenter .card-container {
    max-width: 500px;
}


/* 
----------------------------------------
----------   LAYOUT LEFT -------------
----------------------------------------
*/

body.layoutLeft {
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: left;
}

.layoutLeft .card-container {
    left: 0;
}

/* 
----------------------------------------
----------  LAYOUT RIGHT -------------
----------------------------------------
*/

body.layoutRight {
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: left;
}

.layoutRight .card-container {
    right: 0;
}


/* 
----------------------------------------
---------  BUTTONS - COLORED -----------
----------------------------------------
*/

.buttonColored .btn {
    background-color: #2B2B2D;
}

.buttonColored .accordion-button {
    color: #000000 !important;
}

.buttonColored .btnSubmit {
    background-color: #2B2B2D;
}

.buttonColored .btnSubmit:hover {
    background-color: #000;
    border-color: #333 !important;
}

.buttonColored .btnMicrosoft {
    background-color: #E4EDFC;
    color: #054bb1 !important;
}

.buttonColored .btnMicrosoft:hover {
    background-color: #0952bd;
    border-color: #333;
    color: #fff !important;
}

.buttonColored .btnGoogle {
    background-color: #FEEEEE;
    color: #ff0000;
}

.buttonColored .btnGoogle:hover {
    background-color: #f7210f;
    color: #fff;
}

.buttonColored .btnUserAndPassword {
    background-color: #E9E9E9 !important;
    color: #000 !important;
}

.buttonColored .btnUserAndPassword:hover {
    background-color: #333333 !important;
    color: #fff !important;
}

.grecaptcha-badge {
    bottom: 70px !important;
}
