﻿html {
    height: 100%;
    min-height: 100%;
}
body {
    background-image: url('/images/zw_background.jpeg');
    background-size: auto auto;
    background-position: center;
    background-repeat:no-repeat;
    /*height:100%;*/
    overflow-y:hidden;
    min-height:100%;

    
}

.container-fluid.body-content {
    margin-top: auto;
    margin-bottom: auto;
    height: 100%;
    min-height: 100%;
   
    
}

footer
{
    bottom:0;
}

.main{
    height:100%;
    width:100%;
    display:table;
}

.wrapper {
    height: 100%;
    vertical-align: middle;
    display: table-cell;
}

.btn-signin {
    background-color: #c3d216;
    border-color: #1788b8;
}

    .btn-signin:hover,
    .btn-signin:focus {
        background-color: #424756;
    }

footer
{
    position:fixed;
    bottom:0;
    color:white;
}

/*      RDS     */

.btn-signin {
    background-color: #c3d216;
    color: #424756;
    border-color: #c3d216;
    border-radius: 0;
    text-decoration: none;
}

    .btn-signin:hover,
    .btn-signin:focus {
        background-color: #424756;
        color:#fff;
    }

.card.card-container {
    border-top-color: rgb(195,210,22);
    border-top-width: 2px;
    border-top-style: solid;
    background-color: rgba(255,255,255,1.0);
    border-radius: 0;
    border-radius: 0px;
    -moz-box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.25);
    box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.25);
}

input.form-control {
    border-radius: 0;
}
.form-signin .form-control:focus {
    border-color: #c3d216;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px #c3d216;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px #c3d216;
}