﻿/* Global Styles */
p {
    color: #b3b3b3;
    font-weight: 300;
}

body, html {
    margin: 0;
    padding: 0;
    height: 100%;
}

h3 {
    color: black;
    text-align: center;
}

::-ms-reveal {
    display: none;
}

#password {
    display: inline;
}

#lblErrorMessages {
    color: red;
    font-size: smaller;
    font-weight: bold;
}

#imgPub {
    transform: scale(0.5);   
    margin-top: -10px;   
}

#pubOfficer {
    margin-top: 0px;  
}

/* Login Form Styles */
.container {
    display: flex;   
    height: 100%;
}

.form-container {
    padding: 30px;
    background-color: #ffffff;
    height: 100%;
    max-height: 1378px;   
}

.form-group {
    margin-bottom: 15px;
}

    .form-group label {
        display: block;
        font-size: 14px;
        color: darkblue;
    }

.form-control {
    width: 100%;
    border: none;
    padding: 10px;
    font-size: 16px;
    border-radius: 5px;
    border: 1px solid #efefef;
    transition: border-color 0.3s ease;
}

    .form-control:focus {
        outline: none;
        border-color: darkblue;
    }

/* Image Styles */
.image-container {
    max-height: 1378px;
    overflow:hidden;
    min-height: 496.8px;
    width: 100%;
    height: 100%;
    background-image: url('../img/bg3.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.d-lg-flex {
    display: flex;
    height: 100%;
}

#imgCemsLogo {
   margin-top: -25px;
   zoom: 90%
}

#btnLogin{    
    width: 150px;
}

.card-body{
    zoom: 80%
}

.overlay {
    position: absolute;
    background-image: url('../img/pub_white.png');
    background-repeat: no-repeat;
    background-size: 30%;
    background-position: right 20px top 50px;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*  display: flex;*/
    align-items: center;
    justify-content: center;
}