﻿html {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

body {
    width: 100%;
    height: 100%;
    margin: 0;
    overflow: hidden;
    font-family: Arial;
}

.loginText {
    font-size: 30px;
    color: #637BF3;
    font-family: Arial, sans-serif;
    font-weight: bold;
    padding-bottom: 3px;
}

#loginPageImage {
    display: flex;
    justify-content: center;
    background-color: #637BF3;
    width: 35%;
    align-items:center;
}

#loginPageImage img {
    width: 70%;   
}

.whistleblowerLink {
    display:flex;
    color: #637BF3;
    font-weight:bold;
    justify-content:center;
    align-items:center;
    padding-left:10px;
    padding-top:5px;
}

.whistleblowerText{
    padding-top:5px;
    padding-left:5px;
}


.loginText {
    font-size: 30px;
    color: #637BF3;
    font-family: Arial, sans-serif;
    font-weight: bold;
    padding-bottom: 3px;
}

#loginPageContainer {
    display: inline-flex;
    width: 100vw;
    height: 100vh;
}

#bf_accountInfo {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    justify-content: center;
}

#loginText {
    width: 100px;
    height: 45px;
}

#form {
    width: 25%;
    height: 8%;
    margin-bottom: 18%;
}

#WhistleblowerInfo {
    display: inline-flex;
    position: sticky;
    margin: 0 auto;
    top: 90%;
}

#form .dx-texteditor-input {
    color: #637bf3;
}

#form .dx-checkbox-text {
    color: #637bf3;
}

#form .dx-texteditor {
    padding-top: 2% !important;
    padding-bottom: 2% !important;
}

#whistleblowerImage {
    Height: 25px;
    Width: 30px;
}

@media screen and (min-device-width:320px) and (max-device-width: 480px ) {
    * {
        font-size: 12px !important;
    }

    #loginPageImage {
        display: none !important;
    }

    #bf_accountInfo {
        margin-top: 15%;
    }

    .whistleblowerLink{
        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;
    }
}
