#main-nav {
    right: 0;
    top: 0;
    left: unset;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    height: 100%;
    max-height: 100%;
    background-color: #0163ac;
    z-index: 1;
}
.main-nav-opened #main-nav {
    width: 400px;
    height: 100%;
    display: table;
}
#main-nav .navigation {
    display: table-cell;
    vertical-align: middle;
    padding-bottom: 40px;
}
.main-nav-opened #content {
    margin-left: 0;
    margin-right: 400px;
}
#logo-pinion {
    width: 100%;
    margin-bottom: 20px;
}
#eagle-pinion img,
#logo-pinion img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}
.with-icon-over-input {
    position: relative;
}
.with-icon-over-input input[type='text'] {
    padding-right: 28px;
}
.with-icon-over-input [class^='icon-'] {
    position: absolute;
    right: 10px;
    top: 9px;
}
input[type='text'],
input[type='number'],
input[type='password'],
input[type='email'] {
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
}
#particles-js {
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 0;
}
#logo {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-100%, -50%);
}
#version {
    position: absolute;
    bottom: 10px;
    right: 10px;
    font-size: 12px;
    color: #fff;
}
@media screen and (max-width: 1024px) {
    #logo-pinion {
        /* margin-left: -30px; */
    }
}
@media (max-width: 1800px) and (min-width: 1025px) {
    #logo-pinion {
        /* margin-left: -85px; */
    }
}
@media screen and (min-width: 1900px) {
    #logo-pinion {
        /* margin-left: -40px; */
    }
}
.has-error .help-block {
    color: #ff5656;
}
.form-group {
    margin-bottom: 30px;
}
a {
    color: #c5d5f3;
}
#content_login {
    margin-top: 40px;
    text-align: center;
}
#totp_error,
#enroll_error {
    position: relative !important;
    width: 100%;
    display: block;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    padding-bottom: 20px;
    visibility: hidden;
    color: #ff5656;
}
#totp-message > p {
    color: #fff;
}
#problem-link {
    margin: 10px;
}
#problem-link a {
    color: #fff;
}
#instance-build {
    font-size: 12px;
    color: #999;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    display: none;
}

.ui-loader-default {
    display: none;
}

/* For Firefox */
input[type='number'][name='totp'] {
    -moz-appearance: textfield;
}
/* Webkit browsers like Safari and Chrome */
input[type='number'][name='totp']::-webkit-inner-spin-button,
input[type='number'][name='totp']::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Enroll */
form[name='enroll_form'] {
    color: #fff;
}
form[name='enroll_form'] h3 {
    color: #fff;
}
