html, body {
    font-family: RobotoCondensed-Regular, sans-serif;
}

.container-fluid {
    font-family: RobotoCondensed-Regular, sans-serif;
}

object {
    pointer-events: none;
}

h1 {
    font-size: 35px;
}

button {
    border: none;
    border-radius: 4px!important;
    padding: 3px 30px;
    background-color: white;
    font-size: 23px;
    font-weight: bold;
}


#loginViewBackground {
    height: 50%;
    width: 100%;
    background: url("../img/bk_insight.svg") no-repeat;
    background-size: cover;
}

#loginViewContainer {
    cursor: auto;
    position: absolute;
    min-width: 400px;
    height: auto;
    width: 34%;
    left: 33%;
    top: calc(50% - 200px);
    background-color: #DDDDDC;
    border-radius: 17px;
    font-size: 20px;
    color: black;
    overflow: hidden;
}

#homeImage {
    width: auto;
    height: 70px;
}

#login-form a,
#login-form label {
    font-size: 0.9rem;
    letter-spacing: 0px;
    color: #464545;
    opacity: 1;
    text-decoration: none;
}

#login-form label:first-of-type {
    margin-top: 0;
}

#login-form label {
    padding-left: 10px;
    margin-top: 20px;
}

.menuContainer {
    font-family: RobotoCondensed-Regular, sans-serif;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.8);
    border: none;
    font-size: 19px;
    color: #868686;
}

.mainImageDiv h1 {
    font-size: 58px;
    line-height: 58px;
    margin-top: 6px;
    font-weight: bolder!important;
}

.mainImageDiv p {
    font-size: 22px;
    line-height: 22px;
    margin-top: 18px;
    margin-bottom: 18px;
}

/* On screens that are 600px or less, set the background color to olive */
@media screen and (max-width: 1500px) {
    /*.mainImageDiv h1 {
        font-size: 30px;
        line-height: 30px;
    }

    .mainImageDiv p {
        font-size: 12px;
        line-height: 12px;
    }*/
}

.error {
    width: 100%;
    height: 30px;
    background-color: red;
    color: white;
    text-align: center;
    line-height: 30px;
    position: absolute;
    z-index: 1001;
}

.login-container {
    width: 30%;
    height: 350px;
    background-color: white;
    margin: 0;
    border-radius: 5px;
    position: absolute;
    left: 35%;
    top: 20%;
}

.error {
    width: 100%;
    height: 30px;
    background-color: red;
    color: white;
    text-align: center;
    line-height: 30px;
}

.error.kz {
    height: 10%;
    display: flex;
    font-size: 30pt;
    justify-content: center;
    align-items: center;
    line-height: 30pt;
    position: fixed;
    left: 0;
    right: 0;
}

#login-logo {
    height: 70px;
    position: absolute;
    top: 11px;
    left: 30px
}

#login-form {
    height: 325px;
    width: 100%;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    margin: 0;
    background-color: rgb(221, 221, 220);
    overflow: auto;

}

#login-head {
    height: 50px;
    width: 100%;
}

#login-form-body input {
    height: 40px;
    width: 100%;
    border-radius: 5px;
    margin-top: 5px;
    border: none;
}

#login-form-body input:focus-visible,
#login-form-body input:focus,
#login-form-body input:active {
    border: none;
    outline: none;
}

#login-form-body label {
    width: 100%;
    text-align: left;
    display: block;
}

#login-form-body {
    height: 190px;
    text-align: center;
    padding: 0 20px;
    margin-top: 50px;
}


#login-form-footer {
    width: 100%;
    height: 50px;
}

#login-btn {
    float: right;
    margin-right: 20px;
}

#pr-btn {
    float: left;
    line-height: 40px;
    text-align: center;
    font-size: .9rem;
    margin-left: 10px;
    background-color: transparent;
    color: black;
}

.sub-btn {
    height: 40px;
    margin-top: 5px;
    width: 35%;
    border-radius: 5px;
    background-color: #E8561C;
    border:none;
    color: white;
    cursor: pointer;
}

.sub-btn:hover {
    background-color: #F8561C;
}

.sub-btn:active {
    background-color: #E8561C;
}

.backgroundImage {
    background: url("../img/bk_insight.svg") no-repeat;
    background-size: cover;
}

.backgroundImage_Meeting {
    background: url("../img/bk_meetingpost.svg") no-repeat;
    background-size: cover;
}

.main_login_cont {
    font-family: 'Roboto', sans-serif;
    font-style: italic;
    font-size: 9pt;
    color: black;
    padding: 3px;
    border: none;
}

.main_login_cont input {
    width: 100%;
    height: 55px;
    font-family: RobotoCondensed-Regular, sans-serif;
    font-size: 14pt;
    border-radius: 10px;
    border: none;
    margin-bottom: 10px;
    color: #003300;
}

.main_login_cont p {
    font-family: RobotoCondensed-Regular, sans-serif;
}

.main_login_cont table {
    margin-top: 20px;
}

.login_button {
}
.login_button:hover {
}

.login_ww {
    font-family: Roboto, sans-serif;
    font-weight: bold;
    font-style: italic;
    padding-right: 10%;
    color: black
}

#lvEmail::placeholder {
    font-size: 30pt;
}