.navbar-collapse{
    justify-content: flex-end;
}

header{
    background-image: linear-gradient(0deg, black, #081032);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.btn{
    border-radius: 0rem !important;
}

.ml-auto{
    margin-left:0 !important;
}

.footer-logo{
    width:25%;
}

.success-msg{
    color: green !important;
}

.error-msg{
    color: red !important;
}

.alert{
    color:#fff !important;
}

.avatar-header{
    background-position: center;
    background-repeat: no-repeat;
    width: 7rem;
    height: 7rem;
    padding: 1rem;
}

.registered-users{
    display: none;
}

.alert a {
    color: #fff;
    text-decoration: underline;
}

.orange_dot{
    height: 12px;
    width: 12px;
    background-color: orange;
    border-radius: 50%;
    display: inline-block;
    margin-right: 5px;
}

.price-field{
    display: flex;
    align-items: baseline;
}

.red_dot{
    height: 12px;
    width: 12px;
    background-color: red;
    border-radius: 50%;
    display: inline-block;
    margin-right: 5px;
}

.blue_dot{
    height: 12px;
    width: 12px;
    background-color: #1AA3E9;
    border-radius: 50%;
    display: inline-block;
    margin-right: 5px;
}

.grey_dot{
    height: 12px;
    width: 12px;
    background-color: #ccc;
    border-radius: 50%;
    display: inline-block;
    margin-right: 5px;
}


img.avatar-img {
    border-radius: 50%;
}

.card-header, .card-body {
    background-color: transparent;
}

.card {
    background: #fefefe;
}

span.approved {
    position: absolute;
    font-size: 80%;
    display: inline-block;
    line-height: 1;
    padding: 5px 10px;
    background: rgba(0,0,0,0.5);
    color: #fff;
}

.form-control {
    border-color: #ccc;
}

input.form-control.cs-form-control {
    border: none;
}

footer{
    background: #f7f7f7
}

.custom-btn , .custom-btn:hover{
    background: #000;
    color: #fff;
    padding: 5px 10px;
    border-radius: 20px !important;
    display: inline-block;
    text-decoration: none;
}

.btn-container{
    display: flex;
    justify-content: space-between;
    line-height: 1;
    margin-top: 20px;
}
.systemimage {
    height: 200px;
    margin-bottom: 20px;
    background-size: cover;
    background-position: center;
}
