﻿body, html {
    font-size: 14px;
}

.form-control.input-validation-error {
    border-color: #ff0000;
}

.form-signin .checkbox {
    padding-left:20px;
    color: #727272;
}

.form-signin {
    -webkit-border-radius: 8px/7px;
    -moz-border-radius: 8px/7px;
    -ms-border-radius: 8px/7px;
    border-radius: 8px/7px;
    background-color: #fff;
    -webkit-box-shadow: 1px 2px 5px rgba(0,0,0,.31);
    -moz-box-shadow: 1px 2px 5px rgba(0,0,0,.31);
    -ms-box-shadow: 1px 2px 5px rgba(0,0,0,.31);
    box-shadow: 1px 2px 5px rgba(0,0,0,.31);
    border: solid 1px #cbc9c9;
    max-width: 330px;
    margin: 100px auto;
    background: #fff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
}

.form-signin h2.form-signin-heading {
    padding: 55px 15px 35px !important;
    margin:0;
    background-color: transparent !important;
    /*background-image: url('Images/login_image.png?v2');*/
    background-image: url('Images/kinder_morgan_logo.png');
    background-repeat: no-repeat;
    background-position: 30px;
    background-size: 268px auto;
    border: 0;
}
.login-wrap {
    padding: 20px;
    position: relative;
    padding-top: 0;
}

.registration {
    position: absolute;
    right: 40px;
    bottom: -35px;
    color: #b8bab9;
    font-size: 14px;
}
hr {
    color: #a9a9a9;
    -ms-opacity: 0.3;
    opacity: 0.3;
    border-color: #a9a9a9;
}

.user-login-info {
    background:inherit;
    margin: -20px -20px 20px -20px;
    padding: 20px;
}

.input-group-addon {
    color: #fff;
    text-align: center;
    background-color: #333755;
    border: 1px solid #292C42;
    -ms-border-radius: 4px;
    border-radius: 4px;
}

html {
    height: 100%;
}

.login-body {
    background: #ebebeb;
    height: 100%;
}

.user-login-info  input.form-control {
    -webkit-border-radius: 0px 4px 4px 0px/5px 5px 4px 4px;
    -moz-border-radius: 0px 4px 4px 0px/0px 0px 4px 4px;
    -ms-border-radius: 0px 4px 4px 0px/5px 5px 4px 4px;
    border-radius: 0px 4px 4px 0px/5px 5px 4px 4px;
    background-color: #fff;
    -webkit-box-shadow: 1px 2px 5px rgba(0,0,0,.09);
    -moz-box-shadow: 1px 2px 5px rgba(0,0,0,.09);
    -ms-box-shadow: 1px 2px 5px rgba(0,0,0,.09);
    box-shadow: 1px 2px 5px rgba(0,0,0,.09);
    border: solid 1px #cbc9c9;
    padding-left: 10px;
    margin-bottom: 0px !important;
}

.form-signin  button.btn-login {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    background-color: #333755;
    -webkit-box-shadow: 0 3px rgba(17, 22, 55, 1);
    -moz-box-shadow: 0 3px rgba(17, 22, 55, 1);
    -ms-box-shadow: 0 3px rgba(17, 22, 55, 1);
    box-shadow: 0 3px rgba(17, 22, 55, 1);
    -webkit-transition: all 0.1s linear 0s;
    -moz-transition: all 0.1s linear 0s;
    -ms-transition: all 0.1s linear 0s;
    -o-transition: all 0.1s linear 0s;
    transition: all 0.1s linear 0s;
    margin: 20px 0 5px;
    top:0;
    color: #fff;
    position:relative;
    text-transform: uppercase;
    font-weight: 300;
    font-family: 'Open Sans',sans-serif;
}

.form-signin  button.btn-login:hover {
    top: 3px;
    background-color: #2e458b;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
}

button.btn-login:focus {
    outline: 0;
}

.form-signin .form-control {
    position: relative;
    height: auto;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.form-signin a, .form-signin a:hover {
    color: #333755;
}
.registration {
    color: #727272;
}

.tab-content {
    border: 1px solid #ddd;
    border-top: 0;
    padding: 15px;
}
.table > thead > tr > th {
    background: #56596E;
    color: #FFF;
    font-size: 13px;
    white-space: nowrap;
}