﻿html {
    background: url(/Content/images/login_bg.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

body {
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    background-color:transparent;
}

.modal-body {
    padding: 130px;
}

@media only screen and (max-width: 450px) {
    .modal-body {
    padding: 10px;
    }

    .login-container {
    min-width: 320px !important;
    }
}

@media only screen and (max-height: 450px) {
    .modal-body {
        padding: 10px;
    }

    .login-container {
        min-height: 320px !important;
    }
}

.modal-header {
    background-color: rgb(46, 46, 101);
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
}

.login-container {
    border-radius: 20px;
    text-align: center;
    padding-top: 150px;
    min-width: 500px;
    min-height: 500px;
}

.login-top {
    margin: 0 auto;
}

.login-content {
    background: #00498B;
    background-color: rgb(176, 187, 201);
    padding: 40px;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
    border-style: solid;
    border-width: 0;
    text-align: center;
    -webkit-box-shadow: 0px 0px 41px -9px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 41px -9px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 41px -9px rgba(0,0,0,0.75);
}

.form-control {
    padding: 12px 13px;
    /*width: 88%;*/
    /*padding: 12px 13px;*/
    border: #CCC 1px solid;
    font-size: 16px;
    font-weight: 400;
    color: #696969;
    border-radius: 19px;
}

.btn {
    display: inline-block;
    padding: 5px 12px;
    margin-bottom: 0;
    font-size: 19px;
    font-weight: bold;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 20px;
    text-decoration: none;
    transition: background-color 0.5s ease;
}

.btn-login {
    color: #FFF;
    background-color: rgb(46, 46, 101);
    width: 100%;
}

    .btn-login:hover, .btn-login:focus, .btn-login.focus, .btn-login:active {
        background-color: #E5AF21;
    }

.btn-link-light {
    color: #fff;
    font-size: 13px;
}

.btn-link-footer {
    color: #FFF;
    font-weight: normal;
    text-shadow: 0px 1px 1px #000;
}

input {
    border-top-left-radius: 5px !important;
    border-bottom-left-radius: 5px !important;
    border-top-right-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
}

.text-danger ul li {
    color: rgb(46, 46, 101) !important;
    list-style-type: none;
}
/*$(".login-content").css("background-color", "");
            $(".login-content").css("", "7px");
            $(".login-content").css("", "7px");
            $(".login-content").css("", "0.7");
            $(".login-content").css("width", "45% !important");
            $(".login-content").css("height", "45% !important");*/
/*$(".btn btn-login").css("display", "inline-block");*/
/*$(".btn btn-login").css("padding", "5px 12px");*/
/*$(".btn btn-login").css("margin-bottom", "0");*/
/*$(".btn btn-login").css("font-size", "19px");*/
/*$(".btn btn-login").css("font-weight", "bold");*/
/*$(".btn-login").css("background-color", "");*/
/*$(".btn-login").css("color", "white");*/
/*$(".btn .btn-login").css("width", "88%");*/
