﻿:root {
    --white: #fff;
    --black: #000;
    --blue: rgb(39, 56, 133, 0.7);
    --deepblue: #001057;
}

.formwarp {
    height: 100vh;
    overflow-x: auto;
    background-image: url('../../images/vidvedaa.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position:center;
    
}
@media only screen and (max-width: 969px) {
    .formwarp {
        height: 100vh;
        overflow-x: auto;
        background-image: url('../../images/vidvedaa.jpg');
        background-size: cover;
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-position: left;
    }
}
@media only screen and (min-width: 768px) {
    .formwarp {
        height: 100vh;
        overflow-x: auto;
        background-image: url('../../images/vidvedaa.jpg');
        background-size: cover;
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-position: left;
    }
}
.login-register {
    height: 100%;
    display: flex;
}

.form {
    background-color: #ffffffb3;
    width: 350px;
    margin: auto;
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 0 15px 2px var(--deepblue);
}

    .form .form-header {
        text-align: center;
        margin-bottom: 30px;
    }

        .form .form-header img {
            width: 40px;
        }

    .form .form-group {
        margin-bottom: 15px;
    }

    .form label {
        display: block;
        margin-bottom: 5px;
        font-weight: bold;
        cursor: pointer;
        color: #000000;
        font-size:16px;
    }

    .form input {
        width: 100%;
        padding: 10px;
        border: 0;
        border-radius: 3px;
        color: var(--black);
    }

        .form input:focus {
            outline: none;
            box-shadow: 0 0 10px var(--white);
        }

.form-bottom {
    margin-top: 20px;
}

    .form-bottom p {
        margin: 5px 0;
        color: var(--black);
    }

    .form-bottom a {
        color:#000000;
        font-weight: bold;
        text-decoration: none;
    }

#register, #forgot-password {
    display: none;
}
.btn-warning {
    --bs-btn-bg:#d29b5f !important;
}
.btn:hover {
    background-color: #d29b5f !important;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #D29B5F;
    font-size: 16px;
}

.select2-results__option[aria-selected] {
    cursor: pointer;
    font-size: 16px;
}

.input-group-text {
    background-color: #009933;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    font-size: 16px;
}

.select2-container--default .select2-selection--multiple .select2-search__field {
    border: none;
    font-size: 16px;
}

.card-block {
    padding: 20px;
    background: #ffffff79 !important;
    box-shadow: 2px 2px 10px 2px rgba(206, 206, 206, 0.63);
    border: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0px 5px;
    font-size: 16px;
    height: 38px;
    width: 100%;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #01a9ac;
    border: 1px solid #01a9ac;
    padding: 12px 15px;
    color: #fff;
}
.input-txt{
    width:538px;
}

/*.card {
    background: rgb(210,95,95) !important;
    background: radial-gradient(circle, rgba(210,95,95,0.2497373949579832) 0%, rgba(210,155,95,1) 100%, rgba(25,2,11,0.3113620448179272) 100%) !important;
}*/
/* three inpute files input same row: */
.dInput {
    display: flex;
    justify-content:left;
    justify-content:left;
    align-items: center;
    width: 100%;
    margin-top: 15px;
    flex-wrap: wrap;
    flex-direction: row;
}

    .dInput label {
        text-align:left;
        display: block;
        padding: 6px;
        font-weight:bold;
        color: #000;
    }

    .dInput input {
        padding: 5px;
        margin-left: 5px;
        background-color: #fff;
        border-radius: 4px;
        width:230px;
    }
..btn-success_project {
    --bs-btn-bg:#4e3434;
}
.upload-wod {
    margin-top: 30px;
}
.upload-wod-lable {
    margin-right: 40px;
    font-weight: bold;
    margin-bottom:30px;
}
.label-wod{
    font-weight:500;
}
