body {
    background: #06070a url("/img/login-bg.png") no-repeat fixed center;
    background-size: cover;
    color: #fff;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    overflow-x: hidden;
    height: 100vh;
    font-size: 1rem;
    padding: 1rem 0;
}

header {
    height: 5rem;
    border-bottom: 1px solid #23496f;
    position: fixed;
    z-index: 100;
    background: #0c1219;
    width: 100%;
    top: 0;
}

form {
    margin-bottom: 15px;
}

header img {
    width: 40px;
    display: inline !important;
}

header h2 {
    display: inline !important;
    font-weight: 300;
    font-size: 2rem;
    margin: 0 0 0 1rem !important;
}

select {
    font-size: 1.4rem;
    text-align: left;
    line-height: 22px;
    background: rgba(30, 44, 62, 0.85);
    border: 1px solid #23496f;
    border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    -webkit-border-radius: 0 0 3px 3px;
    box-shadow: 0 0 4px 4px rgba(0, 0, 0, 0.2), 0 0 1px 1px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 0 4px 4px rgba(0, 0, 0, 0.2), 0 0 1px 1px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0 0 4px 4px rgba(0, 0, 0, 0.2), 0 0 1px 1px rgba(0, 0, 0, 0.25);
    transition: box-shadow 142ms linear;
    -moz-transition: box-shadow 142ms linear;
    -webkit-transition: box-shadow 142ms linear;
}

label {
    font-weight: 400;
    font-size: 1.4rem;
}

#errorMsg {
    color: #a94442;
    background: rgba(0, 0, 0, .5);
    font-size: 14px;
    margin-bottom: 15px;
    display: none;
}

.container-fluid {
    width: 100%;
}

.container-table {
    margin-top: 5rem;
}

.d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
}

.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important;
}

.well {
    background: rgba(25, 35, 49, .6);
    border: 1px solid #000;
}


.form-control {
    display: block;
    width: 100%;
    line-height: 1.5;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    color: #fff;
    font-size: 1.4rem;
    border-width: 0;
    padding: 2rem 1rem;
    font-weight: 300;
    height: 4rem;
    margin-bottom: 1rem;
    background: #26314c;
}

.form-control::placeholder {
    color: #666;
}

.btn {
    font-size: 1.4rem;
    transition: all .3s ease-in-out;
}

.btn-primary {
    border-color: transparent;
    color: #fff;
    background-color: #23496f !important;
}

.btn-primary:hover {
    border-color: transparent;
    color: #fff !important;
    background-color: #4287ce !important;
}

.btn-secondary {
    color: #ccc !important;
    border-color: #26304c;
    background-color: #23496f;
    border: 1px solid #23496f;
}

.btn-secondary:hover {
    border-color: transparent;
    color: #fff !important;
    background-color: #4287ce !important;
}