body{
    font-family: 'Poppins', sans-serif !important;
}
.bg-image {
background-image: url('../images/stratonboard/workspace_bg.png');
background-size: cover;
background-position: center center;
}
.bg-light {
    background-color: #f8f9fa!important;
    background: linear-gradient(to right, #ffffff, #FFF);
}
.login{
    background-image: url('../images/stratonboard/main_bg.jpg');
    background-size: cover;
    background-position: center center;
}
.login, .image {
    min-height: 100vh;
}
.select2-selection{
    height: 34px !important;
    /* border-color: #ced4da !important;
    border-radius: 50rem!important; */
    box-shadow: 1px 2px 6px #5b73e833;
    border-radius: 12px;
}
.select2-container--default .select2-selection--single{
    border:1px solid #5CC8C1;
    border-radius: 12px;
    box-shadow:none;
}
.select2-dropdown{
    border-radius: 20px;
    padding: 10px;
    background-color: #f5f5f5;
    border:none;
}
.select2-container--default .select2-search--dropdown .select2-search__field{
    box-shadow: none;
    border-radius: 12px;
    border:1px solid #E29578;
}
.select2-container--default .select2-search--dropdown .select2-search__field:focus{
    outline:none;
}
.select2-container--default .select2-selection--single .select2-selection__clear,
.select2-container--default .select2-selection--single .select2-selection__arrow{
    height: 32px;
    border: none;
    /* background: #0071bc; */
    color: #000;
    width: 34px;
    border-radius: 10px;
}
.select2-container--default .select2-selection--single .select2-selection__clear{
    z-index: 1;
    background: #fff;
    font-size: 24px;
    top: 0px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b{
    border:none;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b:before{
    content:'\f107';
    position: absolute;
    color:#000;
    font-family: 'Font Awesome 5 Free';
    top: -11px;
    font-size: 18px;
}
.sign-btn {
    max-width: 260px;
    width:100%;
    height: 42px;
    background-color: #5CC8C1;
    border-radius: 12px;
    color:#fff;
    font-weight:600;
}
.sign-btn:hover{
    color:#fff;
}
.main_box{
    /* box-shadow: 3px 6px 12px #0071BC33; */
    border-radius: 12px;
    background:rgba(255,255,255,.4);
    position: relative;
    padding-bottom: 50px;
    margin-top:100px;
}
.main_box img{
    position: absolute;
    top: -120px;
    left: 0;
    right: 0;
    width:240px
}
.inner_box{
    /* box-shadow: 3px 6px 12px #0071BC33; */
    border-radius: 12px;
    background-color:#fff;
    padding: 25px;
    margin-top:144px;
}
.inner_box h3{
    font-size:30px;
    color:#000;
    margin:0;
}