html { 
    width: 100%; 
    height: 100%;
}

.body-login {
    width: 100%;
    height:100%;
    background-repeat: no-repeat;
    background-size:cover;
    background: #232526;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #414345, #232526);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #414345, #232526); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.card {
    border: 3px solid #33444c;
}

.card-login {
    padding: 18px;
    max-width: 30rem;
    margin: 18px;
    border-radius: 15px;
}

.card-header {
    color: #33444c;
    font-family: sans-serif;
    font-size: 18px;
    font-weight: 600 !important;
    border-bottom: 0;
}

.input-group-prepend span{
    width: 50px;
    background-color: #e8682e;
    color: #fff;
    border:0 !important;
}

input:focus{
    outline: 0 0 0 0  !important;
    box-shadow: 0 0 0 0 !important;
}

.login_btn{
    width: 130px;
    color: #fff;
    font-size: 18px;
}

.form-control {
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: 0.375rem 0.75rem;
    line-height: 1.6;
    color: #33444c;
    background-color: transparent;
    background-clip: padding-box;
    border: 1px solid #33444c;
    border-radius: 0;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-group {
    padding-left: 20px;
    padding-right: 20px;
}

.control-label {
    text-align: left;
}

.input-group-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.375rem 0.75rem;
    margin-bottom: 0;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.6;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #33444c;
    border-radius: 0;
}

/* Remove the navbar's default margin-bottom and rounded borders */ 
.navbar {
    overflow: hidden;
    width: 100%;
    margin-bottom: 0;
    border-radius: 0;
    position: fixed; /* Set the navbar to fixed position */
    top: 0;
    z-index: 1;
}

.main {
    margin-top: 40px;
    padding: 16px;
}

.navbar-home {
    background-color: #fff;
    border-color: #fff;
}

.navbar-right {
    float: right;
    margin-right: 10px;
    color: #000;
}

/* Set height of the grid so .sidenav can be 100% (adjust as needed) */
.row.content {
    height: 450px
}

/* Set gray background color and 100% height */
.sidenav {
  padding-top: 20px;
  background-color: #f1f1f1;
  height: 100%;
}

/* Set black background color, white text and some padding */
footer {
  background-color: #555;
  color: white;
  padding: 15px;
}

/* On small screens, set height to 'auto' for sidenav and grid */
@media screen and (max-width: 767px) {
  .sidenav {
    height: auto;
    padding: 15px;
  }
  .row.content {height:auto;} 
}

.logo_title {
    font-size: 22px;
    padding-top: 10px;
}

.myButton {
    box-shadow: 0px 7px 14px -7px #0e2a2e;
    background-color:#2e3d61;
    border-radius:6px;
    border:1px solid #2a4c63;
    display:inline-block;
    cursor:pointer;
    color:#ffffff;
    font-family:Arial;
    font-size:19px;
    padding:9px 20px;
    text-decoration:none;
    text-shadow:0px 1px 0px #3d768a;
}
.myButton:hover {
    background-color:#38587a;
}
.myButton:active {
    position:relative;
    top:1px;
}
