﻿@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,500;1,100;1,300&display=swap');
.loginLeftPanel {
    width: 70%;
    /*background-image: url('../images/login.jpg');
        background-repeat: no-repeat;*/
        opacity: 0.6;
    background: url('../images/login.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.loginRightPanel {
    width: 30%;
    vertical-align: central;
    padding-left:20px;
}

.loginTable{
    width:100%;
    border-spacing:10px;
    
}
.header {
    background-image: linear-gradient(to left, deeppink, indigo);
    /*background-image: linear-gradient(to top, black, white);*/
    /*background-image: linear-gradient(to top, purple, deeppink, white);*/
    /*background-image: linear-gradient(to left, purple, deeppink);*/
    padding-left: 10px;
    padding-bottom: 5px;
    height: 30px;
    vertical-align: central;
    font-family: 'Roboto';
}
.footer {
    background-image: linear-gradient(to left, deeppink, indigo);
    /*background-image: linear-gradient(to top, black, white);*/
    /*background-image: linear-gradient(to top, purple, deeppink, white);*/
    /*background-image: linear-gradient(to left, purple, deeppink);*/
    padding-left: 20px;
    height: 30px;
    vertical-align: central;
    font-family: 'Roboto';
    text-align:left;
    vertical-align:central;

    
}
.cont {
    border-left-color: lightgray;
    border-right-color: lightgray;
    border-left-width: 0.4px;
    border-right-width: 1px;
    border-left-style: solid;
    border-right-style: solid;
    height: 100%;
}

.mainCont {
    height: 100%;
    width: 100%;
}
.cmd {
    font-size: large;
    padding: 5px 5px 5px 5px;
    width: 100px;
    font-family: 'Roboto';
}
.loginLabels {
    font-size: large;
    font-family: 'Roboto';
}
.wait {
    position: fixed;
    top: 250px;
    padding-left: 500px;
    z-index: 999;
}
.pageTitle {
    font-size: 24px;
    font-family: 'Roboto';
    margin-left: 10px;
    margin-top: 40px;
    font-weight: 500;
    color: darkblue;
}

.pageTitle2 {
    font-size: 18px;
    font-family: 'Roboto';
    margin-left: 15px;
    font-weight: 500;
}

.pageTitle3 {
    font-size: 16px;
    font-family: 'Roboto';
    padding-left: 20px;
}