﻿html {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.loginText {
    font-size: 30px !important;
    color: #639ff3;
    font-family: Arial, sans-serif;
    font-weight: bold;
    padding-bottom: 3px;
}

#loginPageImage {
    display: flex;
    justify-content: center;
    background-color: #639ff3;
    width: 40%;
}

    #loginPageImage img {
        width: 50%;
    }


.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 {
    padding-top: 2% !important;
    padding-bottom: 2% !important;
}

.loginHyperLinkContainer {
    display: flex;
    justify-content: center;
    gap: 70px;
    flex-wrap: wrap;
    width: 100%;
    padding-top: 20px;
}

    .loginHyperLinkContainer a {
        color: #639ff3;
        font-weight: bold;
        white-space: nowrap;
        font-size: 15px;
        text-decoration: none;
    }

        .loginHyperLinkContainer a:hover {
            text-decoration: underline;
        }


@media screen and (min-device-width:320px) and (max-device-width: 480px ) {
    * {
        font-size: 12px !important;
    }

    #loginPageImage {
        display: none !important;
    }

    #whistleblowerText {
        width: 140px;
    }

    #whistleblowerImage {
        width: 25px;
        height: 20px;
    }

    #form {
        margin-top: 10% !important;
        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;
    }
}

.dx-form-validation-summary {
    display: none;
}

.checkbox-accept-terms a {
    color: #639ff3;
    text-decoration: none;
}

    .checkbox-accept-terms 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;
}
