﻿.homepage {
        background-image: url('/Content/images/1.JPG') !important;
        background-size: contain;
        overflow:hidden;
    }

    /* Full-width input fields */
    input[type=text], input[type=password] {
        width: 100%;
        padding: 12px 20px;
        margin: 8px 0;
        display: inline-block;
        border: 1px solid #ccc;
        box-sizing: border-box;
    }

    /* Set a style for all buttons */
    button {
        background-color: #4CAF50;
        color: white;
        padding: 14px 20px;
        margin: 8px 0;
        border: none;
        cursor: pointer;
        width: 80%;
    }

        button:hover {
            opacity: 0.8;
        }

    /* Extra styles for the cancel button */
    .cancelbtn {
        width: auto;
        padding: 10px 18px;
        background-color: #f44336;
    }

    /* Center the image and position the close button */
    .imgcontainer {
        text-align: center;
        position: relative;
    }

    img.avatar {
        width: 40%;
        border-radius: 50%;
    }

    .container {
        padding: 16px;
        margin-right: 0px !important;
    }

    span.psw {
        float: right;
        padding-top: 16px;
    }

    /* The Modal (background) */
    .modal {
        display: none; /* Hidden by default */
        position: fixed; /* Stay in place */
        z-index: 1; /* Sit on top */
        left: 0;
        top: 0;
        width: 100%; /* Full width */
        height: 100%; /* Full height */
        overflow: auto; /* Enable scroll if needed */
        background-color: rgb(0,0,0); /* Fallback color */
        background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
        padding-top: 10px;
    }

    #modal-dialog {
        float: right !important;
        padding-right: 40px;
        margin-right: 40px;
    }

    #modal-content {
        height: 420px;
    }

    .myrow {
        line-height: 0.8em;
        margin-top: 30px;
    }

    #mySidenav {
        display: none;
    }

    .Absolute-Center {
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

    .Absolute-Center.is-Responsive {
        width: 50%;
        height: 50%;
        min-width: 200px;
        max-width: 400px;
        padding: 40px;
    }

.loginPosition {
    width: 50%;
    text-align: center;
    margin-left: 20%;
}

#EmpNomineeUpdate {
    text-align:center;
    font-family:'Times New Roman';
    font-style:italic;
    background-color:green;
}

#captcha-image {
    border:1px solid gray;
    width:65%;
    border-radius:10px;
    margin-top:5px;
}
#btnRefresh {
    font-weight:bold;
    color:#000;
}
.input-group-addon {
    border:0;
    background-color: transparent !important;
}
.col-md-5 {
    padding-left: 0px !important;
}
.control-label text-right {
    padding-top: 5px;
}
.control-label {
    padding-top: 5px;
}
.row myrow {
    margin-right: 0px !important;
}