﻿.font-weight-light {
    font-weight: 700 !important;
    text-transform: uppercase;
    color: #fff;
}

.login-page, .register-page {
    background-size: cover;
    -ms-flex-align: center;
    align-items: center;
    /* background: #e9ecef; */
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100vh;
    -ms-flex-pack: center;
    justify-content: center;
    background-image: url(../../../Assets/images/login-bg.jpg);
}

.table.table-hover.a
{
    width:30%;
}



h2.mainHead {
    text-align: center;
    font-weight: 700;
}

img.imgsize {
    width: 200px;
}

img.brand-image.img-circle.elevation-3.loginlogosize {
    width: 210px;
}

.Tblfirst {
    width:70%;
}