﻿

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}


  body {
            height:100vh;
        }
         .navbar-default {
             background:#1d669a!important;
             border-color:#1d669a!important;
             border-radius:0!important;
        }
         .navbar-default .navbar-nav>li>a {
    color: #fff!important;
}

.login_bg {
    background: #efefef url('../Images/GDSA_bg.png') no-repeat center center fixed;
    background-size: 100%;
    background-position: bottom;
}

 .sweet-alert h2 {
        color: #575757;
        display: block;
        font-size: 20px;
        font-weight: 600;
        line-height: 60px;
        margin: 0;
        padding: 0;
        position: relative;
        text-align: center;
        text-transform: none;
    }

    table {
        border-collapse: collapse;
    }

    table, td, th {
        border: 1px solid black;
    }

    .login {
    border: 1px solid #dbe6f5;
    border-radius: 3px;
    background: #fff;
    width: 370px;
        margin: 50px auto;    }

    .login_head { 
        background:rgba(36,120,179,0.73);padding:10px 0;color: #fff;
    }

    .text-box { height:auto; display:block; }

    .login h2 {
        margin: 0 0 15px;padding: 15px;background: #3f91d8;text-align: center;font-size: 1.8em;color: #fff;border-top-left-radius: 3px;border-top-right-radius: 3px;
    }
    .login .form-group { padding:0 20px; margin-bottom:15px;}

    .text-box:-moz-placeholder {
    color: #999
}

.text-box::-moz-placeholder {
    color: #999
}

.text-box:-ms-input-placeholder {
    color: #999
}

.text-box::-webkit-input-placeholder {
    color: #999
}

.text-box {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555;
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-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
}

.text-box:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(102,175,233,0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(102,175,233,0.6)
}

.text-box[disabled],.text-box[readonly],fieldset[disabled] .text-box {
    cursor: not-allowed;
    background-color: #eee
}

.footerLogin {
    margin-top:auto;background:#1d669a;
    position: absolute;
    bottom: 0px;
    width: 100%;

}

       .login_head img {
    height: 50px;
}
.footerLogo { float:right;}