* {
    padding: 0;
    margin: 0;
}


header {
    width: 100%;
    height: 80px;
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 100;
    border-bottom: 1px solid #b0b0b0;
}

header nav {
    height: 80px;
    width: 90%;
    left: 5%;
}

header nav .main-logo {
    margin-top: 5px;
}

header nav .mobile-back,
header nav .mobile-ham {
    display: none;
}

header nav ul {
    height: 80px;
    width: 100%;
    text-align: center;
    position: relative;
}

header nav ul li {
    display: inline-block;
    padding: 0 20px;
}

header nav ul li a {
    display: block;
    line-height: 80px;
    color: #000;
    font-family: 'Helvetica', sans-serif;
    font-weight: 200;
    font-size: 14px;
    text-transform: uppercase;
}

header nav ul li a:hover,
header nav ul li a:link,
header nav ul li a:visited,
header nav ul li a:active {
    color: #000;
    text-decoration: none;
}

header nav ul li a:hover {
    color: #a2a2a2;
}

header nav .user {
    padding: 20px 0;
    color: #000;
    text-align: right;
    font-size: 12px;
    font-family: 'Helvetica', sans-serif;
    text-transform: uppercase;
    line-height: 1.2;
}


#login-div {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    padding-top: 40px;
    padding-bottom: 40px;
}

.form-signin {
    width: 100%;
    width: 300px;
    padding: 10px;
    margin: 0 auto;
}

.form-signin .checkbox {
    font-weight: 400;
}

.form-signin .form-control {
    position: relative;
    box-sizing: border-box;
    height: auto;
    padding: 10px;
    font-size: 14px;
}

.form-signin .form-control:focus {
    z-index: 2;
}

.form-signin input[type="email"] {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.form-signin input[type="password"] {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.green {
    color: #198754;
}

.bg-green {
    background-color: #198754;
    color: #fff;
}

.red {
    color: #dc3545;
}

.bg-red {
    background-color: #dc3545;
    color: #fff;
}
