﻿body {
    padding-top: 0px;
    padding-bottom: 0px;
}

.navbar {
    display: none;
}

#loginPageContainer {
    display: inline-flex;
    width: 100vw;
    height: 100vh;
}

#loginPageImage {
    display: flex;
    justify-content: center;
    align-items:center;
    background-color: #274291;
    width: 40%;
}

    #loginPageImage img {
        width:30%;
    }

.loginMainContainer {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 330px;
    
}

.loginHyperLinkContainer.single {
    padding-top:10px;
    justify-content: center;
}

.loginHyperLinkContainer {
    display: flex;
    justify-content: space-between;
}
    .loginHyperLinkContainer a {
        color: #2f51b7;
        font-weight: bold;
    }


.loginText {
    display: flex;
    justify-content: center;
    font-size: 30px;
    color: #2f51b7;
    font-family: Arial, sans-serif;
    font-weight: bold;
    padding: 2rem 0;
    text-align:center;
}


.loginActionButton {
    padding-top: 10px;
}

.loginActionButton input {
    width: 100%;
    padding-block: 8px;
    padding-inline-start: 10px;
    padding-inline-end: 10px;
    background-color: #2f51b7;
    border-color: transparent;
    color: #fff;
    border-radius: 4px;
    border-width: 1px;
    border-style: solid;
    transition: 0.2s ease-in-out;
}

    .loginActionButton input:hover {
        background-color: #3a63df;
    }

.confirmation-input-text{
    text-align:center;
}

.login-input {
    margin-bottom: 20px;
}

    .login-input .validation {
        position:absolute;
    }

    .login-input label {
        color: #2f51b7;
    }

.login-input.checkbox{
    flex-direction:row;
}

    .login-input.checkbox input[type="checkbox"] {
        width: initial;
        margin-left: 0px;
    }

.login-input input {
    max-width: initial;
    width: 100%;
}

.login-control-hyperlink {
    font-size: 12px;
    text-decoration: underline;
}

#bf_accountInfo {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    justify-content: center;
}

.container-fluid.body-content {
    width:100vw;
    height:100vh;
    margin-left: 0px !important;
    margin-right: 0px !important;
    padding:0;
    width:100vw;
    height:100vh;
}


#logoImageMobile {
    display: none;
}

@media screen and (min-device-width:320px) and (max-device-width: 480px ) {

    #logoImageMobile {
        display: block;
        width: 180px;
        padding-top: 1em;
    }

    * {
        font-size: 14px;
    }

    .loginMainContainer{
        padding-bottom:2.5em;
    }

    #bf_accountInfo {
        justify-content: space-around;
    }

    #loginPageImage {
        display: none !important;
    }

    #whistleblowerText {
        width: 140px;
    }

    #whistleblowerImage {
        width: 25px;
        height: 20px;
    }

    #form {
        height: auto;
        width: 80% !important;
    }

        #form .dx-checkbox-icon {
            width: 17px;
            height: 17px;
        }
}

@media screen and (min-device-width: 480px) and (max-width:1000px) {
    #loginPageImage {
        display: none !important;
    }

    #form {
        margin-top: 10%;
        width: 75% !important;
    }
}
