/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 50px;
    background-color: #2E3236;
}


/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

body > .container {
    padding: 30px 15px 0;
}

.container .text-muted {
    margin: 20px 0;
}

.footer > .container {
    padding-right: 15px;
    padding-left: 15px;
}

code {
    font-size: 80%;
}


body {
    background: #d9d9d9;
}

.panel h2 {
    color: #444444;
    font-size: 22px;
    margin: 0 0 8px 0;
}

.panel p {
    color: #777777;
    font-size: 14px;
    margin-bottom: 30px;
    line-height: 24px;
}

.login-form .form-control {
    background: #f7f7f7 none repeat scroll 0 0;
    border: 1px solid #d4d4d4;
    border-radius: 4px;
    font-size: 14px;
    height: 50px;
    line-height: 50px;
    padding: 8px 12px;
}

.main-div {
    background: #ffffff none repeat scroll 0 0;
    border-radius: 2px;
    margin: 20px auto 30px;
    max-width: 30%;
    padding: 45px 50px;
    min-width:400px;
}
@media only screen and (max-width: 440px) {
    .main-div {
        min-width:95%;
        max-width: 95%;
    }
}

.login-form .form-group {
    margin-bottom: 10px;
}

.login-form {
    text-align: center;
}

.forgot a {
    color: #777777;
    font-size: 14px;
    text-decoration: underline;
}

.login-form .btn.btn-primary {
    background: #f0ad4e none repeat scroll 0 0;
    border-color: #f0ad4e;
    color: #ffffff;
    font-size: 14px;
    width: 100%;
    height: 50px;
    line-height: 50px;
    padding: 0;
}

.forgot {
    text-align: left;
    margin-bottom: 10px;
}

.botto-text {
    color: #ffffff;
    font-size: 14px;
    margin: auto;
}

.login-form .btn.btn-primary.reset {
    background: #ff9900 none repeat scroll 0 0;
}

.back {
    text-align: left;
    margin-top: 10px;
}

    .back a {
        color: #444444;
        font-size: 13px;
        text-decoration: none;
    }

.navbar-default {
    background-image: linear-gradient(#646464,#6b5f53 60%,#323232);
    border-bottom-color: #646464;
    background-color: #646464;
    border-color: #646464;
    border-radius: 0;
}

header {
    background: #fff;
}

#CaptchaInputText {
    background: #f7f7f7 none repeat scroll 0 0;
    border: 1px solid #d4d4d4;
    border-radius: 4px;
    font-size: 14px;
    height: 50px;
    line-height: 50px;
    padding: 8px 12px;
    width: 100%;
    margin-top: 6px;
    color: black;
}

#CaptchaImage {
    border: 1px solid #c9c9c9;
    width: 150px;
    /*display: block;*/
    position: absolute;
    margin-left: 1px;
}

.capchaImg {
    text-align: left;
    color: transparent;
}

    .capchaImg a {
        position: absolute;
        text-align: center;
        margin-left: 165px;
    }

.btn-primary {
    width: 110px !important;
    background: #33A6E7 !important;
    border-color: #33A6E7 !important;
}
