html,
body {
    height: 100%;
}

body {
    min-width: 800px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    line-height: 1.42857;
    color: #222;
    background-color: #fff;
    margin: 0;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

p {
    margin: 0 0 17px;
}

.wrapper {
    position: relative;
    margin: 0 auto -46px;
    min-height: 100%;
    overflow: hidden;
}

.header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 56px;
}

.navbar {
    position: relative;
    border-style: solid;
    border-width: 4px 0 1px;
    border-top-color: #dc7c00;
    border-bottom-color: #e4e4e4;
    height: 56px;
    background-color: #f5f5f5;
}

.navbar-header {
    float: left;
}

.navbar .navbar-brand {
    margin-left: -5px;
    padding: 10px 15px 0;
}

.navbar-default .navbar-brand {
    color: #777;
}

.navbar-brand {
    float: left;
    padding: 16px 5px;
    font-size: 15px;
    line-height: 17px;
    height: 50px;
}

.navbar-brand>img {
    display: block;
}

img {
    vertical-align: middle;
    border: 0;
}

.navbar-text {
    float: left;
    margin: 18px 5px 0;
    color: #444;
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 5px;
    padding-right: 5px;
}

.header .container-fluid {
    padding: 0 17px 0 10px;
}

.footer .container-fluid {
    padding: 0 17px;
}

.main {
    padding: 56px 0 45px;
    min-height: 100%;
}

.footer {
    position: relative;
    z-index: 1;
    border-top: 1px solid #e4e4e4;
    background: #f5f5f5;
    height: 45px;
    line-height: 45px;
    color: #444;
}

.footer .container-fluid {
    padding: 0 17px;
}

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

.login {
    width: 350px;
    margin: 50px auto;
    background-color: #fafafa;
    border: 1px solid #e0e0e0;
    padding: 17px 17px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.form-group {
    margin-bottom: 17px;
}

.control-label {
    display: block;
    margin-bottom: 5px;
}

.form-control {
    display: block;
    width: 100%;
    height: 31px;
    padding: 6px 12px;
    font-size: 12px;
    line-height: 1.42857;
    color: #222;
    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 0.15s, box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-control: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);
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 12px;
    line-height: 1.42857;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.btn-primary {
    color: #fff;
    background-color: #dc7c00;
    border-color: #c36e00;
}

.btn-primary:hover {
    color: #fff;
    background-color: #a95f00;
    border-color: #854b00;
}

.alert {
    padding: 15px;
    margin-bottom: 17px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.alert-danger {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442;
}

.form-actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

a {
    color: #dc7c00;
    text-decoration: none;
}

.box {
    border: 1px solid #e5e5e5;
    display: flex;
    padding: 15px;
    width: 950px;
    margin: 2rem auto;
}

.left {
    border-right: 1px solid #e5e5e5;
    color: #e4e4e4;
}

.fs-28 {
    font-size: 28px;
}

.status-code {
    color: #e4e4e4;
    font-size: 160px;
    line-height: 0.8;
    padding: 0 28px;
}

.right {
    padding-left: 40px;
    width: 510px;
    font-size: 24px;
    display: flex;
    align-items: center;
}

.font-sm {
    font-size: 12px;
}
