﻿.login_form {
    margin: 0 auto;
    width: 350px;
    border: 1px solid #0c5a3b;
    border-radius: 10px;
    text-align:center;
}
.login_form_container,.form_header{
    padding: 20px;
}
.form_header{
    border-bottom:1px solid #0c5a3b;
}
.field_title
{
    text-align:right;

}
.col-xs-8
{
    padding:0;
    text-align:left;
}
.btn, .btn-default
{
    border: 1px solid #0096d6;
}
.btn .glyphicon, .btn-default .glyphicon
{
    margin-right:5px;
}
.btn:hover, .btn-default:hover
{
    background-color:#dffbe4;
    border: 1px solid #46af7e;
    color:#000;
}
.btn:hover, .btn-default:hover
{
    background-color:#dffbe4;
    border: 1px solid #46af7e;
    color:#000;
}
.glyphicon
{
    color:#333;
}
.glyphicon:hover
{
    color:#000;
}
.input_container
{
    margin-bottom:15px;
}
@media screen and (max-width: 400px) {
    .login_form {
        width: 95%;
    }

    .login_form_container, .form_header {
        padding: 15px;
    }
    .col-xs-8 {
        padding-left: 10px;
        text-align: left;
    }

    .input_container {
        margin-bottom: 10px;
    }
}
@media screen and (min-height: 300px) {
    .login_form {
        left: calc(50% - 175px);
        position: absolute;
        top: calc(50% - 150px);
    }
}


/* Start Style For New Window*/
.new_window .form_container .form {
    position: absolute;
    width: 900px;
    max-width: 90%;
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #6ac398;
    top: 150px;
    left: calc(50% - 400px);
}

    .new_window .form_container .form .middleForm {
        margin-top: 10px;
    }

@media screen and (max-width: 1000px) {
    .new_window .form_container .form {
        width: 90%;
        left: 5%;
    }
}

.new_window .form_container {
    position: relative;
    width: 100%;
}

.new_window {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1009;
}

.window_layer {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 100;
    background-color: #c0c0c0;
    opacity: 0.6;
}

form.loading .input-icon.pull-right {
    position: relative;
}

    form.loading .input-icon.pull-right .search_icon {
        visibility: hidden;
    }

form.loading .loading_icon {
    position: absolute;
    display: inline-block;
    height: 100%;
    top: 0px;
    right: 0;
    padding: 12px;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url("/Content/Images/loading_img.gif");
    background-size: 60px 80px;
}

form.loading i {
    display: none !important;
}
.footer {
    bottom: 0;
    position: absolute;
}
