﻿:root {
    --color-defult: #134148;
    --color-yellow: #0faab8;
}

.text-default {
    color: var(--color-defult) !important;
}

.card0 {
    box-shadow: 0px 4px 8px 0px #757575;
    border-radius: 0px;
}

span.text-sm {
    font-weight: bold;
    color: var(--color-defult);
}

.card2 {
    margin: 0px 40px;
}

.horizontal-layout .header-navbar ul li.dropdown a.dropdown-toggle::after {
    margin-top: -3px;
}




.position-relative {
    position: relative !important;
    width: 100%;
}

.login {
    position: relative;
    top: 25%;
}


::placeholder {
    color: #BDBDBD;
    opacity: 1;
    font-weight: 300
}

:-ms-input-placeholder {
    color: #BDBDBD;
    font-weight: 300
}

::-ms-input-placeholder {
    color: #BDBDBD;
    font-weight: 300
}

input, textarea {
    padding: 10px 12px 10px 12px;
    border: 1px solid lightgrey;
    border-radius: 2px;
    margin-bottom: 5px;
    /* margin-top: 2px; */
    /* width: 100%; */
    /* box-sizing: border-box; */
    /* color: #2C3E50; */
    font-size: 14px;
    letter-spacing: 1px;
}

.custom-control.custom-checkbox {
    display: flex;
    /* justify-content: flex-start;
    align-items: center;*/
    padding-left: 0;
    margin: 10px 0;
}

    .custom-control.custom-checkbox .text-sm {
        padding-left: 5px;
    }

input:focus, textarea:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid #304FFE;
    outline-width: 0;
}

button:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline-width: 0;
}

/*a {
    color: inherit;
    cursor: pointer;
}*/

.btn-blue {
    background-color: var(--color-defult);
    /* width: 150px; */
    font-family: poppins;
    color: #fff;
    border-radius: 5px;
    font-size: 20px;
    letter-spacing: 2px;
    font-weight: 700;
}

    .btn-blue:hover {
        background-color: var(--color-yellow);
        cursor: pointer;
        color: #fff;
    }

.bg-blue {
    color: #fff;
    background-color: #1A237E;
}


.auth-bg {
    background-color: #fff;
}

.auth-inner {
    height: 100vh;
    overflow-y: auto;
    /*height: calc(100vh - 2.35rem);*/
}

.login h1 {
    font-size: 35px;
    font-weight: 600;
    text-align: center;
    color: var(--color-defult);
    letter-spacing: 3px;
    font-family: poppins;
    /*border-bottom: 2px solid;*/
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.text-forgot {
    margin-bottom: 10px;
    color: #134148;}

.contct-icon {
    padding-right: 5px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    background: #fff;
    padding: 4px;
    border-radius: 5px;
    margin: 5px;
    color: var(--color-defult);
}

@media screen and (max-width: 991px) {

    .border-line {
        border-right: none;
    }

    .card2 {
        border-top: 1px solid #EEEEEE !important;
        margin: 0px 15px;
    }
}


.pass_eye {
    /* width: 100%; */
    position: relative;
    display: flex;
    /* flex-wrap: wrap; */
    padding: 0;
    /* align-items: stretch; */
}

    .pass_eye input {
        position: relative;
        flex: 1 1 auto;
        width: 1%;
        min-width: 0;
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid #d8d6de;
        appearance: none;
    }

span.eye {
    padding: 0.571rem 1rem;
    color: #03679b;
    display: flex;
    align-items: center;
    text-align: center;
    border: 1px solid #d8d6de;
    /*margin-bottom: 5px;*/
    cursor: pointer;
}

.contact-dropdown {
    min-width: 500px;
    max-width: 550px;
    padding: 10px 15px;
}

    .contact-dropdown .left_list, .contact-dropdown a.left_list:hover {
        color: var(--color-defult) !important;
        /*font-weight: 600;*/
    }

    .contact-dropdown .right_list {
        color: var(--color-defult);
    }


/*---------------login-input-form----------*/
ul.list-unstyled li {
    margin: 10px 0;
}
.login .form-group {
    position: relative;
    margin-bottom: 10px;
    display: flex;
    -ms-flex-wrap: wrap;
    /*flex-wrap: wrap;*/
    -ms-flex-align: stretch;
}

.login .input-group-prepend {
    color: #495057;
    text-align: center;
    white-space: nowrap;
    margin-right: -1px;
    padding: 0;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    display: flex;
    /* border-radius: 0 0 0.357rem 0.357rem; */
    border: 1px solid #ced4da;
    border-radius: 0.357rem 0 0 0.357rem;
    background-color: #f7f7f7;
    width: 2em;
}

.login .input-group-text {
    padding: 0.571rem 0.571rem;
    color: #6e6b7b;
    background-color: transparent;
    border: none;
    border-radius: 0;
}

.login .form-control {
    color: #6e6b7b;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    padding: 0.571rem 1rem 0.571rem 5px;
    border-radius: 0 0.357rem 0.357rem 0;
    margin-bottom: 0;
}

.login .input-group-append .input-group-text {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.input-group-append {
    margin-left: -1px;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    margin-right: -1px;
    padding: 0;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    display: flex;
    background-color: #f7f7f7;
    /* border-radius: 0 0 0.357rem 0.357rem; */
    border: 1px solid #ced4da;
    border-radius: 0 .357rem .357rem 0;
}

.form-group > .form-control:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.form-group:not(.has-validation) > .form-control:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.login .input-group-text i {
    color: var(--color-defult);
}


.form-label {
    position: absolute;
    top: 10px;
    left: 30px;
    color: #495057;
    font-size: 14px;
    pointer-events: none;
    transition: 0.3s ease all;
    z-index: 1;
    font-weight: 500;
    background: #fff;
    padding: 0 3px;
    margin-bottom: 0;
}

input:focus ~ .form-label,
input.filled ~ .form-label,
select:focus ~ .form-label,
select.filled ~ .form-label,
input[type="file"].filled ~ .form-label {
    top: -8px;
    font-size: 10px;
    color: var(--color-defult);
    font-weight: 600;
    left: 30px;
}
/*------------------laptop large device---------------------*/

@media (min-width: 320px) and (max-width: 1200px) {
.header-navbar .navbar-container .navbar-logo  ul.navbar-nav li {
  display: none;
}
}