/*************Top Nav**************/
.top-nav {
    padding: 15px 0;
    border-bottom: 1px solid #ccc;
}
/******************Search Bar***********************/
.middle-nav .container {
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
}

.search-bar {
    display: flex;
    align-items: center;
}

    .search-bar .form-control {
        border-radius: 0;
        border-color: #ccc;
        min-width: 200px;
        height: 50px;
    }

    .search-bar select, .search-bar input, .search-bar button {
        flex: 1;
    }

    .search-bar .btn_1 {
        height: 50px;
    }

.select2-container--default .select2-selection--single {
    border-radius: 0px !important;
    display: flex;
    align-items: center;
    height: 50px;
    border: 1px solid #ccc;
    border-right: 0;
}

    .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 50px;
        width: 30px;
    }

.country-location {
    display: flex;
    align-items: center;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    height: 50px;
    min-width: 200px;
    padding: 15px;
}

    .country-location i, .country-location svg {
        color: #043D46;
    }
/*************newsLetter**************/
.newsLetter {
    display: flex;
}
/*************Login**************/

.split {
    height: 100%;
    width: 50%;
    position: fixed;
    overflow-x: hidden;
    
}

.left {
    left: 0;
    background-color: #f8f9fa;
}

.right {
    right: 0;
    background-size: cover;
    background-image: url('../img/login-bg.png');
    
}
@media (max-width:991px){
    .split.right {
        display:none !important;
    }
    .split.left {
        width:100%;
    }
}
.signup-form {
    max-width: 450px;
    margin: auto;
    padding: 30px;
    height:100%;
}
    
    .onlyForm {
        display: flex;
        flex-direction: column;
        justify-content: center;
        height: 93%;
    }

    @media (min-width:1400px) {
    .signup-form {
        max-width: 500px;
    }
    }
    @media (min-width:1800px) {
        .signup-form {
        max-width: 600px;
    }
    .signup-form form {
        height: 94%;
        padding-bottom: 20px;
    }

}

.logo {
    max-width: 300px;
    margin-bottom: 30px;
}

.welcome-box {
    background: #fff;
    padding: 45px;
    border-radius: 4px;
    max-width: 400px;
}

.signup-form h3 {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 20px;
}

.right h3 {
    color: #fff;
    font-size: 28px;
    font-weight: 500;
}

.right h1 {
    color: #fff;
    margin-bottom: 35px;
    padding-bottom: 20px;
    border-bottom: 1px solid #fff;
    font-size: 50px;
    font-weight: bold;
}

.welcome-box h5 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 25px;
}

.welcome-box ol {
    padding-left: 20px;
    font-size: 18px;
}

    .welcome-box ol li:not(:last-of-type) {
        margin-bottom: 8px;
    }

.toggle-password {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
}
    .toggle-password.fa-eye {
        right: 16px;
    }
    .forgot-pass a,
    .forgot-pass p {
        color: #808080;
    }
        .forgot-pass p a {
            color: #043D46;
        }
div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-confirm):focus-visible {
    box-shadow: none !important;
}

    @media (max-width: 1799px) {
        .signup-form form {
            height: auto;
            padding-bottom: 30px;
        }

        
    }
@media (max-width: 767px) {
    .logo {
        max-width: 200px;
    }
}