
body {
  background-image: url('../images/bg.png');
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
}

.navbar {
        background-color: white;
        overflow: hidden;
      }

.logo {
        padding-left: 10%;
        float: left;
      }


.mainSec{
  color: #FFFFFF;

  padding-top: 10%;
}
.mainSec .welcome{
  padding-left: 10%;
}
.mainSec .welcome-content{
  color: #FFFFFF;
}
.mainTitle{
  font: 500 36px/54px poppins, sans-serif; ;
}
.alignCenter{
  align-items: center;
}
.welcome img{
  max-width: 422px;
  width: 100%;
}
.btn-dark{
  font-weight: 600; 
  margin-top: 15px; 
  margin-bottom: 25px;
}
.text-justify {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    line-height: 1.17;
    text-align: left;
    vertical-align: top;
    color: #FFFFFF;
    margin-top: 10px;
    }
    .boxSize{
      max-width: 380px;
      width: 100%;
      height: 340px;
      border-radius: 8px;
      background-color: #ffffff;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
      padding: 22px;
      margin: 0 auto;
     
    }
    @media(max-width:991px){
      .boxSize{
        margin: 0 auto;
      }
    }
   .boxSize .title-log{
      font-weight: 700; 
      font-family: poppins, sans-serif; 
      font-size: 32px; 
      margin-top: 40px;
      color: #000;
    }

.boxSize label {
    margin-top: 30px;
    font-family: poppins, sans-serif;
    font-weight: 600;
    font-size: 15px;
    color: #000;
    }

.log-in {
    font-family: poppins, sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 21px;
    line-height: 100%;
    letter-spacing: -0.17px;
    }

.links {
    font-family: Poppins, sans-serif;
    font-style: Medium;
    font-size: 16px;
    line-height: 18px;
    line-height: 100%;
    letter-spacing: -0.17px;
    text-align: center;
}
