﻿@charset "UTF-8";

:root {
    --main-color: #027D82;
    --dark-blue: #239eca;
}


.btn-check:focus + .btn, .btn:focus {
    box-shadow: none;
}

.card {
    min-height: 500px;
    height: auto;
}

.btn-primary {
    letter-spacing: 1px;
}

.primary-text {
    color: var(--main-color);
}

.btn-grey {
    color: #C8C8C8;
    text-decoration: underline;
}

::placeholder {
    color: #C8C8C8 !important;
}

::-webkit-input-placeholder { /* Chrome, Safari */
    color: #C8C8C8 !important;
}

.form-check-input:checked {
    background-color: var(--main-color);
    border-color: var(--main-color);
}

.form-wizard-header .nav-item .nav-link.active {
    background-color: #027D82 !important;
}

.form-wizard-header .nav-item .nav-link {
    border-radius: 4px;
    background-color: rgba(59, 175, 218, .2);
    border: 1px solid rgba(59, 175, 218, .2);
}

    .form-wizard-header .nav-item .nav-link .number {
        color: #027D82 !important;
        background-color: rgba(59, 175, 218, .2);
    }

    .form-wizard-header .nav-item .nav-link.active .number {
        color: #fff;
        background-color: rgba(255, 255, 255, .2);
    }

@media (max-width:600px) {
    .form-wizard-header .nav-item:first-child {
        margin: 0 0.5em;
        margin-left: 0.5em;
    }

    .nav-justified .nav-item,
    .nav-justified > .nav-link {
        flex-basis: 100%;
        flex-grow: 1;
        text-align: center;
    }

    .form-wizard-header .nav-item:last-child {
        margin-right: 0;
        margin: 0 0.5em;
    }

    .form-wizard-header .nav-item {
        margin-bottom: 10px;
    }

    .card-body .justify-content-center {
        justify-content: left;
    }

    .nav-item {
        margin-bottom: 10px !important;
    }
}

.nav-link:focus,
.nav-link:hover {
    color: #027D82 !important;
}

.form-control:disabled,
.form-control[readonly] {
    background-color: white;
    opacity: 1;
}

.form-input {
    position: relative;
}

    .form-input input {
        padding-left: 30px;
    }

    .form-input .icon {
        position: absolute;
        top: 50%;
        left: 10px;
        width: 20px;
        text-align: center;
        transform: translateY(-50%);
        z-index: 100;
        background: none;
    }

.switch-btn i {
    width: 14px;
}

.register-card {
    display: none;
}

.resetPw-card {
    display: none;
}

    .resetPw-card .back {
        position: absolute;
        bottom: 8%;
        left: 50%;
        transform: translateX(-50%);
    }

.social-list-item i {
    font-size: 20px;
}

.fb-item {
    border-color: #1976D2;
}

    .fb-item i {
        color: #1976D2;
    }

button.swal2-close:focus {
    box-shadow: none;
}

.swal2-container.swal2-center > .swal2-popup {
    width: 25%;
}

.divFooter {
    background-color: var(--main-color);
    color: white;
    text-align: center;
    position: fixed;
    bottom: 0;
    height: 45px;
    width: 100%;
    line-height: 45px;
}

    .divFooter a {
        color: white;
    }

.input-group-text {
    background: transparent;
}

.input-group input {
    border-right: 0;
    padding-right: 0;
}

.text_left {
    text-align: left;
}

.text_right {
    text-align: right;
}

.footerlogo {
    text-align: left;
}

@media (min-width: 200px) and (max-width: 991px) {
    .text_left {
        text-align: center;
    }

    .text_right {
        text-align: center;
    }

    .footer-info {
        text-align: center;
    }

    .footerlogo {
        text-align: center;
        margin-bottom: 0.5rem;
    }

    .d-sm-flex {
        display: inline-block !important;
    }
}
