﻿html {
    height: 100%;
}

body {
    justify-content: center;
    align-content: center;
}

/* Set widths on the form inputs since otherwise they're 100% wide */
input,
select,
textarea {
    max-width: 280px;
}


/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    .jumbotron {
        margin-top: 20px;
    }

    .body-content {
        padding: 0;
    }
}

.container-footer {
    //min-height: calc(100% - 60px); /* Adjust the height based on your footer height */
    //padding-bottom: 60px; /* Adjust the padding to accommodate the footer */
}

.footerr {
    height: 60px; /* Adjust the height based on your footer height */
    color: #777;
    text-align: center;
    line-height: 60px; /* Vertically center content */
}

.frmlogin {
    /*width: 500px;
    height: 300px;*/
    background: #fff;
    text-align: center;
    padding: 100px;
    //position: absolute;
    //top: 10%;
    //left: 30%;
}

.frmlogin img {
     max-width: 100%;
     padding: 30px;
}


.frmlogin h5 {
     font-family: Calibri;
     font-size: 20px;
     color: #fff;
     background-color: #6185df;
     text-align: left;
     padding-left: 15px;
     border-left: 2px solid #244189;
     border-right: 2px solid #244189;
     line-height: 2;
     text-transform: uppercase;
 }

.frmlogin box-icon{
    height: 30px;
}

input[type=text], input[type=password], input[type=date], input[type=number] {
    width: 350px;
    padding: 15px 20px;
    margin: 10px 20px;
    display: inline-block;
    border: 1px solid #ccc;
    box-sizing: border-box;
    text-align: left;
}
.home-loginhistory input[type=text], .home-loginhistory input[type=date] {
    width: 180px;
    padding: 15px 20px;
    margin: 10px 20px;
    display: inline-block;
    border: 1px solid #ccc;
    box-sizing: border-box;
    text-align: left;
}

input:focus {
    border: 1px solid #f90;
    outline: none;
}

.selectDropDown {
    width: 350px;
    padding: 15px 20px;
    margin: 10px 20px;
    display: inline-block;
    border: 1px solid #ccc;
    box-sizing: border-box;
    text-align: left;
    background-color: white; /* optional, for consistent look */
    appearance: none; /* removes default arrow in some browsers */

    background-image: url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0l5 6 5-6H0z' fill='%23666'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 10px 6px;
}



.btnL {
    width: 100%;
    padding: 10px;
    border: none;
    border-radius: 5px;
    background-color: #161448;
    color: #fff;
    cursor: pointer;
    margin-left: 30px;
}

.btnL:hover {
    opacity: 0.8;
}

.btnFP {
    width: 100%;
    padding: 10px;
    border: none;
    border-radius: 5px;
    background-color: #161448;
    color: #fff;
    cursor: pointer;
}

    .btnFP:hover {
        opacity: 0.8;
    }

.lblmessage {
    /*float: left;*/
    padding-left: 15px;
    color: red;
    margin-bottom: 10px;
}

.forgetPassword {
    text-align: center;
    margin-top: 10px;
}

.forgetPassword a {
    color: #007bff;
    text-decoration: none;
 }

/*Horizontal rules*/
.linefooter hr {
    margin-top: 1.5em;
    margin-bottom: 1.5em;
    border: 0;
    border-top: 1px solid #ccc;
}

.footerr p {
    margin: 0 0 10px;
}

.search-box .search-icon {
    cursor: pointer; /* Make sure the icon is clickable */
    font-size: 24px;
    color: black;
    margin-left: 10px;
}

