body{
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-primary: #2083fe;
    --bs-secondary: #5A6C90;
    --bs-success: #34bd91;
    --bs-info: #18b7ff;
    --bs-warning: #fdc724;
    --bs-danger: #bd4242;
    --bs-light: #f6f9fc;
    --bs-dark: #1e2e50;
    --bs-purple: #6672e8;
    --bs-sky: #e9f4ff;
    --bs-pistachio: #ddf5f4;
    --bs-darkblue: #1f2c73;
    --bs-font-sans-serif: system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    --swiper-theme-color: #6c82ff;
    --swiper-navigation-size: 44px;
    box-sizing: border-box;
    margin: 0;
    font-family: SpartanMB,sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
    overflow-x: hidden;
    background-color: #f6f9fc!important;
}
section{
    box-sizing: border-box;
    --bs-gutter-x: 1.5rem;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x)/ 2);
    padding-left: calc(var(--bs-gutter-x)/ 2);
    margin-right: auto;
    margin-left: auto;
    max-width: 960px;
}
.body-inner{
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x)/ -2);
    margin-left: calc(var(--bs-gutter-x)/ -2);
    --bs-gutter-x: 0;
    --bs-gutter-y: 0;
    min-height: 100vh!important;
}
.side-form{
    box-sizing: border-box;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x)/ 2);
    padding-left: calc(var(--bs-gutter-x)/ 2);
    margin-top: var(--bs-gutter-y);
    flex: 0 0 auto;
    width: 50%;
    display: flex!important;
    align-items: center!important;
    justify-content: flex-start!important;
}
.side-form-inner {
    box-sizing: border-box;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x)/ 2);
    padding-left: calc(var(--bs-gutter-x)/ 2);
    margin-top: var(--bs-gutter-y);
    flex: 0 0 auto;
    width: 50%;
    align-items: center!important;
    justify-content: flex-start!important;
}
@media only screen and (max-width:992px){
    .side-form-inner {
        margin:auto !important;
        padding-left:0 !important;
        width: fit-content;
    }
    .side-form{
        margin:auto !important;
        padding-left:0 !important;
    }
    

}
.logo{
    box-sizing: border-box;
    color: #2083fe;
    text-decoration: none;
}
.logo img{
    --bs-gutter-x: 0;
    --bs-gutter-y: 0;
    color: #2083fe;
    box-sizing: border-box;
    vertical-align: middle;
    width: 100px;
}
.header-text{
    --bs-gutter-x: 0;
    --bs-gutter-y: 0;
    box-sizing: border-box;
    margin-bottom: .5rem;
    line-height: 1.2;
    font-size: calc(1.275rem + .3vw);
    margin-top: 3rem!important;
    font-weight: 400!important;
    color: #1e2e50!important;
}
form{
    margin-top: 1.5rem!important;
    width: 350px!important;
}
.input-container{
    margin-bottom: 1rem!important;
}
.input-container input{
    margin: 0;
    font-family: inherit;
    overflow: visible;
    display: block;
    width: 100%;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-clip: padding-box;
    border: 1px solid #dee2e6;
    appearance: none;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    min-height: calc(1.5em + 1rem + 2px);
    padding: .5rem 1rem;
    font-size: 1.25rem;
    border-radius: .3rem;
    background-color: #e4e6ee!important;
}
.submit{
    margin: 0;
    font-family: inherit;
    overflow: visible;
    -webkit-appearance: button;
    line-height: 1.5;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    border: 1px solid transparent;
    color: #fff;
    background-color: #2083fe;
    border-color: #2083fe;
    padding: .8rem 1.85rem;
    border-radius: .3rem;
    display: block;
    width: 100%;
    box-shadow: 0 1rem 3rem rgba(35,38,45,.275)!important;
    margin-top: 1.5rem!important;
    transition: box-shadow .25s ease,transform .25s ease,color .25s ease,background-color .15s ease-in;
    text-transform: uppercase!important;
    font-weight: 500!important;
    letter-spacing: 2px!important;
    font-size: .85rem!important;
    cursor: pointer;
}
.forgot-password{
    color: #2083fe;
    text-decoration: none;
    display: block!important;
    margin-top: 3rem!important;
    font-size: .85rem!important;
}
.dont-have-an-account{
    margin-top: 3rem!important;
    color: #5a6c90!important;
    font-size: .85rem!important;
}
.dont-have-an-account a{
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
    --bs-gutter-x: 0;
    --bs-gutter-y: 0;
    font-size: .85rem!important;
    box-sizing: border-box;
    color: #2083fe;
    text-decoration: none;
}
.side-image-container{
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x)/ 2);
    padding-left: calc(var(--bs-gutter-x)/ 2);
    margin-top: var(--bs-gutter-y);
    flex: 0 0 auto;
    width: 50%;
    display: block!important;
    transition:0.000000ms forwards !important;
}
.side-image{
    transition: 0.0000ms forwards !important;
    height: 100%!important;
    background-size: cover;
    background-repeat: no-repeat;
    background-position:left left;
    width: 50vw!important;
    background-image: url('Sign\ In\ screen.webp');
}
.choose_sector{
    width: 100%;
    border:2px solid rgb(65, 94, 255);
    height: 2.5em;
    border-radius: 5px;
    outline: none;
}
.choose_sector option{
    text-align: center;
    width: 100%;
}