.height-c-50{
    height: 50px;
}
.invalid-feedback{
    display: inline;
}

.btn-reset {
    color: #435ebe; 
}

#auth #auth-left .auth-title {
    font-size: 3.5rem;
    margin-bottom: 1rem;
}

#auth #auth-left .auth-logo {
    margin-bottom: 5rem;
}

#auth #auth-left .auth-logo img {
    height: 7.5rem;
}

.sidebar-wrapper .sidebar-header img {
    height: 6.2rem;
}

.float-right-important{
    float: right !important;
}

#auth #auth-left .auth-subtitle {
    font-size: 1.2rem;
    line-height: 1.8rem;
}

.select2-container{
    display: block;
    width: 100% !important;
    padding: 0.375rem 1.75rem 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #607080;
    vertical-align: middle;
    background-color: #fff;
    background-image: url(data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3E%3C/svg%3E);
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
    border: 1px solid #dce7f1;
    border-radius: 0.25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 50px;
}


.select2-container--default .select2-selection--single {
    border: none;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 40px;
}

.header-img{
    max-width: 45%;
}

.preView {
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    padding: 4px !important;
}

.preView img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
}

.preView:hover {
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}