﻿body {
    background-image: url('../../images/01.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

.auth-one-bg {
    background-image: none;
}

    .auth-one-bg .bg-overlay {
        background: none;
        opacity: 1;
        background-color: #0e2537;
    }

.carousel-item {
    height: 150px;
}

.logo-mind img {
    width: 250px;
}

.btn {
    background-color: #0e2537;
    color: white;
}

    .btn:hover {
        background-color:#f6f6f6!important;
    }
