/* Main colors*/
.navbar-inverse {
    background-color: #0c1922 !important;
    border-color: #0c1922 !important;
}
.sidebar {
    background-color: #0c1922 !important;
}
.navigation > li.active > a, .navigation > li.active > a:hover, .navigation > li.active > a:focus {
    background-color: #e33064;
    color: #fff;
}
/*LOGIN Page*/
.log-parent{
    width: 100%;
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif;
}
.login-left {
    background-color: #0c1922 !important;
    height: 100%;
    width: 50%;
    position: absolute;
    padding-top: 15%;
    text-align: center;
}
.login-left h1{
    color: #e33064;
    font-size: 75px;
    font-weight: bold;
}
.login-left h3{
    color: #fff;
}
.login-right {
    height: 100%;
    width: 50%;
    position: absolute;
    right: 0;
    padding-top: 10%;
}
/* .login-btn {
    background: #e33064 !important;
    border-color: #e33064
} */