body {
    background-image: url("/images/bg.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    min-height: 100vh;
    overflow-x: hidden;
}
.select2-container{
    min-width: 200px !important;
    max-width: 400px!important;
}

.select2-container .select2-selection--single {
    height: 38px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 38px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 38px;
}

.login-box {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 680px;
    height: 500px;
    z-index: 1;
    margin: auto;
    border: 3px solid #A6A4BA;
    border-radius: 50px;
    color: #FFFFFF;
}

.login-box-bg {
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    backdrop-filter: saturate(180%) blur(20px);
    background-color: rgba(0, 0, 0, 0.12);
    transition-property: background-color, backdrop-filter, -webkit-backdrop-filter;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    border-radius: 46px;
}

.login-box-content {
    padding: 60px;
    position: relative;
    z-index: 2;
    height: 100%;
}

.home-container {
    position: absolute;
    top: 100px;
    left: 0;
    right: 0;
    bottom: 0;
    height: 460px;
    z-index: 1;
    margin: 0 auto;
    border: 3px solid #A6A4BA;
    border-radius: 20px;
    color: #FFFFFF;
}

.home-container-bg {
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    backdrop-filter: saturate(180%) blur(20px);
    background-color: rgba(0, 0, 0, 0.65);
    transition-property: background-color, backdrop-filter, -webkit-backdrop-filter;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    border-radius: 16px;
}

.home-container-content {
    padding: 60px;
    position: relative;
    z-index: 2;
}

/*.login-box {*/
/*    width: 680px;*/
/*    height: 520px;*/
/*    margin: auto;*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    right: 0;*/
/*    bottom: 0;*/
/*    padding: 90px;*/
/*    background-color: #413D6B;*/
/*    backdrop-filter: saturate(180%) blur(20px);*/
/*    color: #FFFFFF;*/
/*    border: 2px solid #FFFFFF;*/
/*    border-radius: 50px;*/
/*}*/

#navbarNavLeft a {
    color: #FFFFFF !important;
}

#navbarNavRight a {
    color: #FFFFFF !important;
}

.selection-box-content-label {
    color: #FFFFFF;
    font-size: 20px;
    font-weight: bold;
}

.form-content-container {
    position: absolute;
    top: 80px;
    left: 0;
    right: 0;
    bottom: 0;
    height: calc(100vh - 145px);
    z-index: 1;
    margin: 0 auto;
    border: 3px solid #A6A4BA;
    border-radius: 30px;
    color: #FFFFFF;
}

.form-content-container-bg {
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    backdrop-filter: saturate(180%) blur(20px);
    background-color: rgba(250, 250, 250, 0.65);
    transition-property: background-color, backdrop-filter, -webkit-backdrop-filter;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    border-radius: 26px;
}

.form-content-container-content {
    position: relative;
    z-index: 2;
    padding: 10px;
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    backdrop-filter: saturate(180%) blur(20px);
    background-color: rgba(250, 250, 250, 0.65);
    transition-property: background-color, backdrop-filter, -webkit-backdrop-filter;
    left: 0;
    top: 20px;
    width: 100%;
    border-radius: 26px;
}

.form-content-container-content .form-group label {
    color: #0639A3;
    font-weight: bold;
}

.form-content-container-content .form-group .form-check-label {
    font-weight: normal;
}

.form-content-container-content .nav-link.active {
    color: #0639A3;
    background-color: unset;
    border-color: unset;
    font-weight: bold;
    border-bottom: 2px solid #0639A3;
}

.custom-card-header {
    font-size: 32px;
    font-weight: bold;
    color: #0639A3;
    padding-left: 1.25rem;
}

.custom-radio-group {
    display: flex;
    height: calc(1.5em + .75rem + 2px);
}

.custom-card {
    padding: 10px;
    background-color: rgba(250, 250, 250, 0.65);
    border-radius: 30px;
    border: 2px solid #FFFFFF;
}

.custom-upload-btn {
    height: 100%;
    border: 1px solid #28a745;
}

.version-context {
    position: absolute;
    bottom: 1rem;
    right: 4rem;
    color: #545b62;
    font-size: 12px;
}

.col-4>span {
    min-width: 100px !important;
}

.file-clear {
    position: absolute;
    right: 72px;
    line-height: 32px
}

.select-box{
    width: 320px!important;
}