﻿html,
body {
    height: 100%;
}

body {
    background-repeat: no-repeat;
    background-color: #0a0b0d;
}


app {
    height: 100% !important;
    background-repeat: no-repeat;
    background-color: #0a0b0d !important;
}

.auth-main {
    width: 50%;
    max-width: 400px;
    top: 50%;
    bottom: 25%;
    position: relative;
    left: 0;
    right: 0;
}


.navbar-brand img {
    width: 350px !important;
    margin-left: 8px;
}
.login-box {
    width: 50%;
    max-width: 400px;
    min-width: 300px;
    border: 2px dotted #202628;
    border-radius: 5px;
    background-color: #0f1113;
    padding-bottom: 50px;
    color: rgb(165, 168, 173);
}
