﻿body {
}

.login_panel {
    width: 80%;
        max-width: 350px;
    margin: 0 auto 3%;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: solid 1px #81bfd8;
    padding: 15px;
    background-image: -ms-linear-gradient(bottom,white 85%,#c4d9ec 100%);
    background-image: -moz-linear-gradient(bottom,white 85%,#c4d9ec 100%);
    background-image: -o-linear-gradient(bottom,white 85%,#c4d9ec 100%);
    background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0.85,white),color-stop(1,#c4d9ec));
    background-image: -webkit-linear-gradient(bottom,white 85%,#c4d9ec 100%);
    background-image: linear-gradient(to top,#fff 85%,#c4d9ec 100%);
}

.inner {
    font-size: 0;
    height: 10%;
    text-align: center;
    padding: 8px;
}

    .inner:before {
        content: "";
        height: 100%;
        display: inline-block;
        vertical-align: bottom;
    }

.form-horizontal {
    margin-top: 8%;
    margin-bottom: 5%;
    height: 75%;
}


.btnLogin2 {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    padding: 2px 15px;
    border: 1px solid #ccc;
    *border: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    *margin-left: .3em;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2), 0 1px 2px rgba(0,0,0,0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.2), 0 1px 2px rgba(0,0,0,0.05);
}

    .btnLogin2:hover {
        text-decoration: none;
        background-position: 0 -15px;
        -webkit-transition: background-position .1s linear;
        -moz-transition: background-position .1s linear;
        -ms-transition: background-position .1s linear;
        -o-transition: background-position .1s linear;
        transition: background-position .1s linear;
    }

.btnLogin {
    background-color: #49afcd;
    background-image: -moz-linear-gradient(top,#5bc0de,#2f96b4);
    background-image: -ms-linear-gradient(top,#5bc0de,#2f96b4);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#5bc0de),to(#2f96b4));
    background-image: -webkit-linear-gradient(top,#5bc0de,#2f96b4);
    background-image: -o-linear-gradient(top,#5bc0de,#2f96b4);
    background-image: linear-gradient(top,#5bc0de,#2f96b4);
    background-repeat: repeat-x;
    border-color: #2f96b4 #2f96b4 #1f6377;
    border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) fadein(rgba(0,0,0,0.1),15%);
    *background-color: #2f96b4;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    color: white;
}

    .btnLogin:hover {
        background-color: #2f96b4;
        *background-color: #2a85a0;
    }

.inputContainer {
    border-radius: 5px;
    background: white;
    padding: 0 10%;
}


.contentBtn {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

@media (min-width: 550px) and (max-width: 767px) {
    .login_panel {
        margin: 10% auto;
    }

    .form-horizontal {
        margin-top: 8%;
        margin-bottom: 6%;
        height: 75%;
    }

    .inputContainer {
        width: 70%;
        margin: 0 auto;
        padding: 0;
    }

    .middleDiv {
        height: 89vh;
        height: -moz-calc(100vh - 85px);
        height: -webkit-calc(100vh - 85px);
        height: calc(100vh - 85px);
    }
}

@media (max-width: 549px) {
    .login_panel {
        margin: 10% auto;
    }

    .middleDiv {
        height: 88vh;
        height: -moz-calc(100vh - 100px);
        height: -webkit-calc(100vh - 100px);
        height: calc(100vh - 100px);
    }

    .inputContainer {
        padding: 0;
    }
}

@media (max-width: 400px) {
    .login_panel {
        margin: 10% auto;
    }

    .inputContainer {
        padding: 0;
        width: 100%;
    }
}
