﻿.loginLogo {
    color: white !important;
    font-size: 24px;
    text-transform: uppercase;
    font-family: 'Hind Madurai', sans-serif;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 70px;
    position: absolute;
    right: 40px;
    bottom: 45px;
}

.loginLogo span span {
    color: rgba(255, 238, 88,1.0);
    text-transform: lowercase;
}

.loginLogo .mdi-cloud-sync {
    font-size: 80px;
}

.loginLogo .imageWrapper {
    text-align: center !important
}

body {
    width: 100vw;
    height: 100vh;
    left: 0;
    top: 0;
    position: absolute;
    background-image: linear-gradient(45deg, #0088c0, #25476c);
    /*background-image: url(../images/clouds.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;*/
}

.account-logo-box {
    /*background-color: #ffffff;*/
    /*background-image: linear-gradient(to bottom,#52BBB7,#D2F4CC);*/
    background: #0088c0;
    padding: 10px;
    border-radius: 5px 5px 0 0;
}

.account-logo-box i {
    color: white;
    font-size: 50px;
}

.account-logo-box span span {
    color: rgba(255, 238, 88,1.0);
    text-transform: lowercase;
}

.account-logo-box span {
    color: white;
    font-size: 24px;
    text-transform: uppercase;
    font-family: 'Hind Madurai', sans-serif;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 70px;
}

#data-table-responsive-workplace-select_wrapper .dataTables_scrollBody {
    min-height: 140px;
}
