/*global styles*/
body {
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #fff;

    font: 14px "Lucida Grande", Helvetica, Arial, sans-serif;
}

a {
  color: #00AEEF;
}

input, .btn {
    outline: none !important;
}

.logo {
    height: 40px;
    margin-top: -5px;
    margin-right: 5px;
}

.btn.btn-primary {
    background-color: #00AEEF;
    border-color: #0089c9;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
    background-color: #0089c9;
    border-color: #00659a;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    background-color: #00AEEF;
}

.nav > li > a:hover, .nav > li > a:focus {
    background-color: #E6E6E6;
}

.header {
    padding-right: 15px;
    padding-left: 15px;
}
.header {
    border-bottom: 1px solid #e5e5e5;
}

.header h3 {
    padding-bottom: 19px;
    margin-top: 0;
    margin-bottom: 0;
    line-height: 40px;
}

.jumbotron {
    text-align: center;
    background-color: #323232;
    color: #fff;
}

.jumbotron p {
    font-size: 16px;
}

/*signin form*/

body.Login {
    background-color: #323232;
    color: #fff;
    padding-top: 100px;
}

.logo-login {
    max-width: 100%;
}

.narrow-form {
    max-width: 330px;
    padding: 15px;
    margin: 0 auto;
    text-align: left;
}

.form-signin {
    margin-top: 50px;
}

.narrow-form .narrow-form-heading {
    margin-bottom: 10px;
}
.narrow-form .form-control {
    position: relative;
    height: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    font-size: 16px;
}
.narrow-form .form-control:focus {
    z-index: 2;
}
.form-signin input[name="username"] {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.form-signin input[name="password"] {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

/*change password*/
.form-change-password input[name="password"] {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.form-change-password input[name="changedPassword"] {
    margin-bottom: -1px;
    border-radius: 0px;
}

.form-change-password input[name="changedPasswordConfirmation"] {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

/*opt token*/
.opt-token-form input[name="password"] {
    margin-bottom: 10px;
}




@media (min-width: 768px) {
    .container {
        max-width: 730px;
    }
}

@media screen and (min-width: 768px) {
    /* Remove the padding we set earlier */
    .header {
        padding-right: 0;
        padding-left: 0;
    }
    /* Space out the masthead */
    .header {
        margin-bottom: 30px;
    }
    /* Remove the bottom border on the jumbotron for visual effect */
    .jumbotron {
        border-bottom: 0;
    }
}
