/* SB3TFPB-113771,ENBDCSVAM-88 Font family IBM FLEX - not included in webpage fix  start */
@font-face{
    font-family: "IBM Plex Sans", sans-serif;
    font-style: normal;
    font-weight: 100;
  src:url('./fonts/IBM_Plex_Sans_Font/IBMPlexSans-Thin.eot'),
  url('./fonts/IBM_Plex_Sans_Font/IBMPlexSans-Thin.woff') format('woff'),
  url('./fonts/IBM_Plex_Sans_Font/IBMPlexSans-Thin.woff2') format('woff2');
  }
  @font-face{
    font-family: "IBM Plex Sans", sans-serif;
    font-style: normal;
    font-weight: 300;
  src:url('./fonts/IBM_Plex_Sans_Font/IBMPlexSans-Light.eot'),
  url('./fonts/IBM_Plex_Sans_Font/IBMPlexSans-Light.woff') format('woff'),
  url('./fonts/IBM_Plex_Sans_Font/IBMPlexSans-Light.woff2') format('woff2');
  }
  @font-face{
    font-family: "IBM Plex Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  src:url('./fonts/IBM_Plex_Sans_Font/IBMPlexSans-Regular.eot'),
  url('./fonts/IBM_Plex_Sans_Font/IBMPlexSans-Regular.woff') format('woff'),
  url('./fonts/IBM_Plex_Sans_Font/IBMPlexSans-Regular.woff2') format('woff2');
  }
  @font-face{
    font-family: "IBM Plex Sans", sans-serif;
    font-style: normal;
    font-weight: 500;   
  src: url('./fonts/IBM_Plex_Sans_Font/IBMPlexSans-Medium.eot'),
  url('./fonts/IBM_Plex_Sans_Font/IBMPlexSans-Medium.woff') format('woff'),
  url('./fonts/IBM_Plex_Sans_Font/IBMPlexSans-Medium.woff2') format('woff2');
  }
  @font-face{
    font-family: "IBM Plex Sans", sans-serif;
  font-style: normal;
  font-weight: 600;
  src: url('./fonts/IBM_Plex_Sans_Font/IBMPlexSans-SemiBold.eot'),
  url('./fonts/IBM_Plex_Sans_Font/IBMPlexSans-SemiBold.woff') format('woff'),
  url('./fonts/IBM_Plex_Sans_Font/IBMPlexSans-SemiBold.woff2') format('woff2');
  }
  @font-face{
    font-family: "IBM Plex Sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  src:url('./fonts/IBM_Plex_Sans_Font/IBMPlexSans-Bold.eot'),
  url('./fonts/IBM_Plex_Sans_Font/IBMPlexSans-Bold.woff') format('woff'),
  url('./fonts/IBM_Plex_Sans_Font/IBMPlexSans-Bold.woff2') format('woff2');
  }
  
  /* SB3TFPB-113771,ENBDCSVAM-88 Font family IBM FLEX - not included in webpage fix end */

html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*,
*:before,
*:after {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
}

::-webkit-scrollbar {
    width: 4px;
}

::-webkit-scrollbar-track {
    background-color: #F4F7FE;
}

::-webkit-scrollbar-thumb {
    background-color: #A3ACCB;
}

body {
    width: 100%;
    color: #000000;
    font-size: 1rem;
    font-family: 'IBM Plex Sans', sans-serif;
    margin: 0;
    overflow-x: hidden;
}

.bo-wrapper {
    display: flex;
    min-height: 100vh;
}
 /* SB3TFPB-124837- Logo & Copyright */
.bo-wrapper .logo {
    margin-bottom: 4rem;
    display: inline-flex;
    justify-content: space-between;
}
 /* SB3TFPB-124837- Logo & Copyright  End*/

.bo-wrapper .content {
    padding: 2rem 4rem;
    flex: 1 0 620px;
    max-width: 620px;
    display: flex;
    flex-direction: column;
    position: relative;
}

.bo-wrapper .main-image {
    flex: 1 1 70%;
    height: 100vh;
    max-height: 100vh;
    min-height: 560px;
    position: relative;
}

.bo-wrapper .main-image img {
    display: block;
    object-fit: cover;
    width: 100%;
    height: 100%;
    object-position: center;
}

.bo-wrapper .heading h1 {
    font-family: 'IBM Plex Sans', sans-serif;
    font-weight: 300;
    font-size: 40px;
    line-height: 40px;
    margin-top: 0;
    margin-bottom: 3rem;
}

.bo-wrapper .description p {
    margin-top: 0;
    margin-bottom: 1.5rem;
    font-family: 'IBM Plex Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}

.bo-wrapper .btn-primary {
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(91.36deg, #395FC0 0%, #081F5B 100%);
    border-radius: 0.5rem;
    text-align: center;
    width: 100%;
    padding: 1rem 1rem;
    color: #fff;
    text-decoration: none;
    font-family: 'IBM Plex Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    height: 56px;
    margin-top: 1.5rem;
    transition: all ease 0.35s;
}
.bo-wrapper .copyright {
    padding-top: 1rem;
    font-family: 'IBM Plex Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px; 
    text-align: center;
    margin-top: auto;
}
.bo-wrapper .copyright p {
    margin: 0;
}
@media screen and (max-width: 1199px) {
    
    .bo-wrapper .content {
        flex: 1 0 50%;
    }
    .bo-wrapper .main-image {
        flex: 1 1 50%;
    }
}

@media screen and (max-width: 992px) {
    .bo-wrapper .main-image {
        display: none;
    }

    .bo-wrapper .content {
        flex: 1 1 100%;
        max-width: 100%;
    }
}
/* ENBDCSVAM-88--UI/UX-starts*/
/* SB3TFPB-109662 login button style */

.loginButton{
    display: flex;
    width: 368px;
    height: 40px;
    padding: 8px 16px;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
    align-self: stretch;
    border-radius: 0.5rem;
    /* background: linear-gradient(91deg, #395FC0 0%, #081F5B 100%); */
    border-radius: 0.5rem;
    background: var(--UI-Buttons-Button, linear-gradient(91deg, #395FC0 0%, #081F5B 100%));
    color: var(--Unnamed-Color, #FFF);
    /* text-align: center; */
    font-family: IBM Plex Sans;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 32px;
    outline: none;
    text-decoration: none;
}

.hovercls:hover{
    background: linear-gradient(273.12deg, #1C3177 0%, #1344BF 100%)
}

.hovercls:active{
    background: linear-gradient(135deg, #26428C 0%, #06163F 100%);

}
.login-logo {
    height: 26px;
    width: 140px;
    object-fit: contain;
}
/* ENBDCSVAM-88--UI/UX-end*/
