﻿body {
}

.mainbg {
    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 */
    padding-top: 60px;
    background-image: url('/Images/background4.png');
    background-size: cover;
}

/* The Modal (background) */
/*.modal {
    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: 60px;
    background-image: url('/Images/background4.png');
    background-size: cover;
}*/

/* Modal Content/Box */
.modal-content {
    background: linear-gradient(to bottom, #26a90f 0%, #ffffff 100%);
    margin-top: 8%; /* 5% from the top, 15% from the bottom and centered */
    border: 1px solid #888;
    width: 25%; /* Could be more or less, depending on screen size */
}



.loginbox {
    background-color: #FFF;
    padding: 10px 5px;
    border: 1px solid #096736;
    margin: 12% 1% 1% 3% !important;
    border-radius: 10px;
    /*background-image: linear-gradient(#93c842, #cada2f);*/
    background-image: url('../Images/loginbg.png');
    background-repeat: repeat-x;
}

.loginheading {
    font-family: Amaranth !important;
    font-size: 24px;
    line-height:50px;
    color: #FFF;
    width: 100%;
    text-align: center;
    float: left;
    margin-bottom: 20px;
    background-color: #096736;
}

.labletxt {
    font-family: Amaranth !important;
    font-size: 18px;
    color: #FFF !important;
    float: left;
}


/* Full-width input fields */
.inputbox {
    width: 100%;
    padding: 7px 10px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    box-sizing: border-box;
}
/*
input[type=text], input[type=password] {
    width: 100%;
    padding: 7px 10px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    box-sizing: border-box;
}*/

/* Set a style for all buttons */

.loginbutton {
    font-family: Amaranth !important;
    font-size: 16px;
    background-color: #096736;
    color: #FFF !important;
    margin: 8px 0;
    border: solid thin #096736;
    cursor: pointer;
    width: 100%;
    float: left;
    margin-top: 10px;
    padding: 10px 15px;
    
}

    .loginbutton:hover {
        opacity: 0.8;
    }

/* The Close Button (x) */
.close {
    position: absolute;
    right: 25px;
    top: 0;
    color: #000;
    font-size: 35px;
    font-weight: bold;
}

    .close:hover,
    .close:focus {
        color: red;
        cursor: pointer;
    }


@media only screen and (min-width: 769px) and (max-width:1100px) {
    /*.mainbg {
        padding-top: 60px;
        background-image: url('/Images/background4.png');
        background-size: cover;
        background-position: -20px;
    }*/


    .loginbox {
        width: 90% !important;
        padding: 10px 5px;
        border: 1px solid #ededed;
        margin: 16% 1% 1% 5%;
        border-radius: 10px;
    }
}


@media only screen and (min-width: 421px) and (max-width:768px) {
    .mainbg {
        padding-top: 60px;
        background-image: url('/Images/background4.png');
        background-size: cover;
        background-position: center;
        background-position: -800px 0;
    }


    .loginbox {
        width: 80% !important;
        padding: 10px 5px;
        border: 1px solid #ededed;
        margin: 46% 0% 0% 10% !important;
        border-radius: 10px;
    }


}

    @media only screen and (min-width: 321px) and (max-width:420px) {

        .mainbg {
            padding-top: 60px;
            background-image: url('/Images/background4.png');
            background-size: cover;
            background-position: center;
            background-position: -560px -10px;
        }


        .loginbox {
            width: 90% !important;
            padding: 10px 5px;
            border: 1px solid #ededed;
            margin: 46% 1% 1% 5% !important;
            border-radius: 10px;
        }
    }