*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
/* fonts  */
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

:root {
    --primary: #2a9fbc;
    /* --secondry: #ffffff; */
    --font: "Poppins", sans-serif;
  }


/* CSS Start here  */



.slider {
    background: var(--primary);
    height: 100vh;
}
.carousel-inner{
    text-align: center;
}
.carousel-caption {
    position: unset !important;
   
   padding-top: 4.25rem !important;
  
  
}
.carousel-indicators {
    bottom: -70px !important; 
}
.carousel-caption.d-none.d-md-block h2 {
    font-weight: 700;
    color: white;
    font-family: var(--font);
    padding-bottom: 1rem;
}
.carousel-caption.d-none.d-md-block p {

    color: white;
    font-family: var(--font);
}
.login-form .img-logo{
    /* margin-top: 1rem; */
    text-align: right;
}
.login-form .img-logo img{
    width: auto;
    height: 72px;
}
.login-form {
    margin-left: 2rem;
 margin-top: 10px;
}
/* .form-h {
    margin-top: 2rem;
} */
.form-h h2{
    font-weight: 700;
    margin-bottom: 2rem;
    font-family: var(--font);
}
form input{
    padding: 9px;
    width: 70%;
    border-radius: 5px;
    margin-bottom: 1rem;
}

.password-f{
    text-align: center;
}
    .password-f a {
        text-decoration: none;
        color: #2A9FBC;
        font-family: var(--font);
    }
.password-f a:hover {
    color: var(--primary);
}
.login-butn a button {
    border: 2px solid var(--primary);
    text-decoration: none;
    padding: 5px 20px;
    color: var(--primary);
    font-size: 17px;
    font-weight: 600;
    border-radius: 5px;
    width: 70%;
    /* border: none; */
    background-color: white;
}

.login-butn{
    margin-bottom: 2rem ;
    margin-top: 10px;
}


.login-with-octa a  button{
     
        text-decoration: none;
        padding: 5px 20px;
        color: var(--primary);
        font-size: 17px;
        font-weight: 600;
        width: 70%;
        border: none;
        border: 2px solid var(--primary);
        background-color: white;
    }

.login-with-octa{
    margin: 2rem 0rem;
}


   
.login-with-sso a button {
        border: 2px solid var(--primary);
        text-decoration: none;
        padding: 5px 20px;
        color: var(--primary);
        font-size: 17px;
        font-weight: 600;
        width: 70%;
     background-color: white;
    }

.login-with-sso{
    margin: 2rem 0rem;
    width: 100%;
}

.slide-img {
    max-width: 600px;
    object-fit: contain;
    border-radius: 20px;
    margin: auto;
    margin-top: 26px;
    overflow: hidden;
}

    .slide-img img {
        width: 100%;
    }