﻿body {
    background-image: url('../img/background.jpeg');
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
}

.login-bg {
    /*background-color: #00236F;*/
    background-color: transparent;
}

.custom-header-bg-1 {
    background-color: #010318 !important;
}

.custom-header-bg-2 {
    background-color: transparent !important;
}

.custom-btn-primary {
    background-color: #2055B1 !important;
    color: white !important;
}

.form-background {
    background-color: #4BB7F0 !important;
}

.bar-title{
    color:white !important;
}