nav.sidebar-new {
    position: fixed;
    top: 0;
    height: 100vh;
    width: 15%;
    min-width: 100px;
}

.sidebar-new > ul {
    list-style: none;
    height: 100vh;
    margin: 0;
    padding: 0;
}

.sidebar-new > ul > li:first-child{
    text-align: center;
    background: #2a333d;
	color: #fff;
    height: 20%;
    margin: 0;
    padding: 0;
    position: relative;
}

.sidebar-new > ul > li{
    text-align: center;
    background: #eee;
    height: 20%;
    margin: 0;
    padding: 0;
    position: relative;
}
.sidebar-new > ul > li a{
		color: #2a333d;
}
.sidebar-new > ul > li div{
	top: 50%;
    transform: translate(0,-50%);
    position: absolute;
	width:100%;
}

.sidebar-new img {
    width: 85%;
    height: auto;
    margin: 0 auto;
}

.sidebar-new > ul > li.activeit {
   background: #242b32;
}
.sidebar-new > ul > li.activeit a{
	color: #fff;
}
.support main, .about main, .base main, .join main, .profile main {
    background: #242b32;
    margin-left: 15%;
}

.login main{
    background: #242b32;
}

.oswald .underline {
    border-bottom: solid #ffffff 1px;
}

footer {
    width: 85%;
    height: 200px;
    background: #2a333d;
    bottom: 0;
    position: fixed;
    z-index: -1;
    margin-left: 15%;
}
.card-body {
    padding: 10px 5px;
}
.support .notice {
    text-align: center;
    padding: 17px 30px;
	margin-top:0;
    width: 100%;
    height: auto;
    border: none;
}

.login .login-area {
    position: static;
    top: 0px;
    margin: 0 auto;
    transform: none;
    padding-top: 20px;
    min-height: 100vh;
}

.login .arrow-up {
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 20px solid #eeeeee;
    top: 1px;
}

.form-control {
    display: block;
    width: 100%;
    padding: 0.5rem 0.75rem;
    font-size: 1rem;
    line-height: 1.25;
    color: #242b32;
    background-color: #ffffff;
    background-image: none;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

a {
    color: #242b32;
}

.login .bubble {
    background-color: rgba(207, 207, 207, 0.5);
    border: none;
    padding: 20px 10px;
    border-radius: 30px;
}

.login .bubble input[type="email"], input[type="password"]{
    width: 100%;
    padding: 10px 20px;
    border-radius: 20px;
    outline: none;
    border: 1px solid #000;
}
.login .bubble label{
    min-width: 100px;
    text-align: center;
    color: white;
    font-weight: 600;
}

.login .bubble .login_btn{
    min-width: 120px;
    text-align: center;
    padding: 10px;
    border-radius: 10px;
    border: 1px solid black;
    color: white;
    background: transparent;
    transition: ease 0.4s;
}
.login .bubble .login_btn:hover{
    background: white;
    color: black;
}

.btn-outline-primary {
    color: #242b32;
    background-color: transparent;
    background-image: none;
    border-color: #242b32;
}

.btn-outline-primary:active, .btn-outline-primary.active, .show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #242b32;
    border-color: #eeeeee;
}
.btn-outline-primary:hover {
    color: #fff;
    background-color: #242b32;
    border-color: #eeeeee;
}

footer img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 120px;
    height: 120px;
    margin-top: 19px;
}

.join .bubble {
    width: 380px;
    background-color: #eeeeee;
    border: none;
}

.join .arrow-up {
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 20px solid #eeeeee;
    top: 1px;
}

.form-check-label {
    padding-left: 0;
    padding: 0 0 20px;
    margin-bottom: 0;
    color: #aaaab3;
}

.form-text {
    display: block;
    margin: 0.25rem 0;
}

h1.text-center.oswald {
    padding-top: 6px;
}

.support .notice {
    text-align: center;
    padding: 17px 30px;
    margin-top: 0;
    width: 100%;
    height: auto;
    border: none;
    background: #eee;
    color: #242b32;
}
.join .bubble .form-group{
    margin-bottom: 0;
}

.forgot-pw {
    height: auto;
    z-index: 80;
    right: 0;
    left: 0;
    min-height: auto;
    padding-bottom: 20px;
    margin-right: auto;
    box-shadow: 0 -2px 15px 0px #242b32;
    width: 85%;
    margin-left: 15%;
    transition: bottom ease 0.3s;
}
.top-bar.left a {
    color: #fff;
}

.forgot-pw .btn-primary {
    color: #282828;
    background-color: #eeeeee;
    border-color: #eeeeee;
}