html, body {
  height: 100%;
}

html {
  display: table;
  margin: auto;
}

body {
  display: table-cell;
  vertical-align: middle;
}

body {
    font-family: Roboto,Helvetica Neue,Helvetica,Arial,sans-serif;
    font-size: 13px;
    line-height: 1.5384616;
    color: #333;
    background-color: #f5f5f5;
}
.h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, .h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small {
    color: #afb9b1 !important;
}
.page-container {
    padding-top: 40px;
    position: static;
}

.content:first-child {
    padding-top: 20px;
}

.content {
    padding: 0 20px 60px 20px;
}
.panel.panel-body.login-form {
    width: 320px;
    margin: 0 auto 20px auto !important;
}

.panel-body {
    position: relative;
}
.panel {
    margin-bottom: 20px;
    border-color: #ddd;
    color: #333;
}
.panel-body {
    padding: 20px;
}
.panel {
    margin-bottom: 20px;
    background-color: #339c6a;
    border: 1px solid transparent;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}
.panel.panel-body.login-form a {
    color: #fff;
}

.text-slate-300, .text-slate-300:focus, .text-slate-300:hover {
    color: #90a4ae!important;
}

.border-slate-300 {
    border-color: #90a4ae;
}
.icon-object {
    border-radius: 50%;
    text-align: center;
    margin: 10px;
    border-width: 3px;
    border-style: solid;
    padding: 20px;
    display: inline-block;
}
[class^="icon-"], [class*=" icon-"] {
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    min-width: 1em;
    display: inline-block;
    text-align: center;
    font-size: 16px;
    vertical-align: middle;
    position: relative;
    top: -1px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon-object>i {
    font-size: 32px;
    top: 0;
}


h5.content-group {
    line-height: 1.8;
    margin-bottom: 20px;
    color: #fff;
}

.h1 small.display-block, .h2 small.display-block, .h3 small.display-block, .h4 small.display-block, .h5 small.display-block, .h6 small.display-block, h1 small.display-block, h2 small.display-block, h3 small.display-block, h4 small.display-block, h5 small.display-block, h6 small.display-block {
    margin-top: 3px;
}

.display-block, label.display-block {
    display: block;
}
.h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small, h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
    font-size: 13px;
}
.h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, .h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small {
    font-weight: 400;
    line-height: 1;
    color: #999;
}

.form-group {
    margin-bottom: 20px;
    position: relative;
}
.has-feedback-left .form-control {
    padding-right: 12px;
    padding-left: 36px;
}
.has-feedback-left .form-control-feedback {
    right: auto;
    left: 12px;
    position: absolute;
    top: 8px;
}
.form-control-feedback {
    width: 38px;
    color: #333;
    z-index: 3;
}
input[type=date], input[type=datetime-local], input[type=datetime], input[type=email], input[type=month], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=time], input[type=url], input[type=week], textarea {
    -webkit-appearance: none;
}
.btn-primary {
    color: #000;
    background-color: #0bde8e;
    border-color: #0bde8e;
}
.btn-primary:hover {
    background-color: #0bde8e;
    border-color: #0bde8e;
}
@media (min-width: 769px)
.page-container {
    width: 100%;
    display: table;
    table-layout: fixed;
}
@media (min-width: 769px)
.page-content {
    display: table-row;
}

@media (min-width: 769px)
.content-wrapper {
    display: table-cell;
    vertical-align: top;
}

.content-wrapper {
    width: 100%;
}