:root {
    --blue: #4e73df;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #e74a3b;
    --orange: #fd7e14;
    --yellow: #f6c23e;
    --green: #1cc88a;
    --teal: #20c9a6;
    --cyan: #39356E;
    --white: #fff;
    --gray: #858796;
    --gray-dark: #5a5c69;
    --primary: #39356E;
    --secondary: #858796;
    --success: #1cc88a;
    --info: #39356E;
    --warning: #f6c23e;
    --danger: #e74a3b;
    --light: #f8f9fc;
    --dark: #5a5c69;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: "Nunito", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
 
body {
    margin: 0;
    font-family: "Nunito", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #ffffff;
    text-align: left;
    background-color: #39356E;
}

[tabindex="-1"]:focus {
    outline: 0 !important;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
    background-color: #39356E; 
}
  
a {
    color: #5a5c69;
    text-decoration: none;
    background-color: transparent;
}

    a:hover {
        color: #292a2c;
        text-decoration: none;
    }

    a:not([href]):not([tabindex]) {
        color: inherit;
        text-decoration: none;
    }

        a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
            color: inherit;
            text-decoration: none;
        }

        a:not([href]):not([tabindex]):focus {
            outline: 0;
        }

pre,
code,
kbd,
samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 1em;
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
}
 

img {
    vertical-align: middle;
    border-style: none;
}

.bg-logo-image {
    background: url("/images/logo/30e9859d-db97-4bfe-abbb-f54e2b8b8667.png");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    height: 50px;
    width: 200px;
    margin-bottom:5px;
    /*background-color: #00a0e3;*/
}

.bg-login-image {
    background: url("/images/first/8c14fdcb-2dc2-4763-b57e-dc1bd08e48d6.jpg");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    margin: -1px;
    height:440px;
    /*  background-color: #00a0e3;*/
}

.card {
    background-color: #ffffff2e;
    color: #5a5c69;
}
.navbar {
background-color:#ffffff; 
}

.navbar-header {
margin-bottom:-10px;
}
.navbar-brand {
    font-size: 16px;
}
    
    .navbar-brand-item {
        margin-right: 25px;
		font-size: 12px;
    }

.btn-primary2 {
    text-shadow: 0.5px 0.5px #d2d2d2;
    color:#ffffff;
    background-color:#39356E; 


}
.btn:hover {
    color: #ffffff;
    background-color:#00a0e3;
}

.form-control {
    border: 1px #00a0e3 solid;
}

.bg-form{
    background-color:#ffffff;
}

 