﻿html {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.loginText {
    font-size: 30px;
    color: #639ff3;
    font-family:Arial, sans-serif;
    font-weight:bold;
    padding-bottom:3px;

}

#loginPageImage {
    display: flex;
    justify-content: center;
    background-color: #639ff3;
    width: 40%;
    align-items:center;
}

#loginPageImage img{
    width:50%;
    height:min-content;
}


.dx-button-content{
    font-family:Arial, sans-serif;
    font-weight:600;
    font-size:14px;
}
.dx-checkbox-text{
    font-size:13px;
}
.dx-label span{
    font-size:13px !important;
}
.dx-editor-outlined .dx-label span {
    margin-top:-3px;
}
.dx-texteditor-input-container input{
    font-size:13px;
}

body {
    width: 100%;
    height: 100%;
    margin: 0;
    overflow: hidden;
    font-family: Arial, sans-serif;
}

#loginPageContainer {
    display: inline-flex;
    width: 100vw;
    height: 100vh;
}

#bf_accountInfo {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    justify-content:center;
}

.register-container {
    display: flex;
    justify-content: center;
    gap: 3px;
}

    .register-container a {
        color: #639FF3;
        font-weight: bold;
    }

#whistleblowerText {
    width: 170px;
    height: 30px;
    padding-top: 3%;
}

#loginText {
    width: 100px;
    height: 45px;
}

.form {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 200px;
}

#form .dx-texteditor-input {
    color: #639ff3;
}

#form .dx-checkbox-text {
    font-size: 13px;
    color: #639ff3;
}

#form .dx-texteditor {
    padding-top: 2% !important;
    padding-bottom: 2% !important;
}

#logoImageMobile{
    display:none;
}

@media screen and (min-device-width:320px) and (max-device-width: 480px ) {
    #bf_accountInfo {
        background-image: url("../App_Themes/svg/mobile-login-background.svg");
        background-repeat: repeat;
        justify-content: space-around;
    }
    #logoImageMobile {
        display: block;
        position: absolute;
        bottom: 0;
        width: 220px;
        padding-bottom: 20px;
    }
    * {
        font-size: 14px !important;
    }

    #loginPageImage {
        display: none !important;
    }

    #whistleblowerText {
        width: 140px;
    }

    #whistleblowerImage {
        width: 25px;
        height: 20px;
    }
    .loginText{
        font-size:30px !important;
    }

    .form {
        padding-bottom: 2.5em;
    }
}

@media screen and (min-device-width: 480px) and (max-width:1000px) {
    #loginPageImage {
        display: none !important;
    }

    #form {
        margin-top: 10%;
        width: 75% !important;
    }
}

.loginHyperLinkContainer {
    display: flex;
    justify-content: center;
    gap: 70px;
    flex-wrap: wrap;
    width: 100%;
}

    .loginHyperLinkContainer a {
        color: #639ff3;
        font-weight: bold;
        white-space: nowrap;
        font-size: 15px;
        text-decoration: none;
    }

        .loginHyperLinkContainer a:hover {
            text-decoration: underline;
        }

input:-webkit-autofill {
    background-color: transparent !important;
    box-shadow: 0 0 0px 1000px white inset !important;
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}