@import url('https://fonts.googleapis.com/css?family=Open+Sans');

.opensans {
  font-family: "Open Sans", sans-serif;
}
*{
    padding: 0;
    margin: 0 ;
    box-sizing: border-box;
    font-family: 'Open Sans';
}
body{
    height: 100vh;
    width: 100vw;
    background-color: #F3F6F9;
  }

.border-3 {
    /* border-width:3px soli !important; */
    border-top: 10px solid #7b53e8;
}

.img-fluid{
  max-width: 100%;
  height: auto;
}

#row-welcome{
  margin-top: 120px;
}

#welcome-h2{
  font-weight: bold;
  font-size: 40px;
  color: #000000;
}
#welcome-p1{
  color: #7b53e8; 
  font-size: 36px;
  font-weight: bold;
}
#welcome-p2{
  color:#000000; 
  font-size: 15px;
  font-style: normal;
}

#form-user{
  font-size: 14px; 
  font-style: normal;
}

#form-pwd{
  font-size: 14px; 
  font-style: normal;
}

#form-submit-btn{
  background-color:	#cd43b2; 
  font-size: 15px;
  width: 290px;
}
  
  footer{
    position:absolute;
    background:#F3F6F9;
    padding:0px;
    width:100%;
    bottom:0px;
    text-align:center;
    color:#727272;
    margin:0px;
    font-style: normal;
    font-size: 13px;
  }
  
  /* .button{
    margin-top: 1%;
    background-color:#338BFF;
    border-radius: .5vw;
  }
  @media only screen and (max-width: 600px) {
  
    .masthead{
      font-size: 11px;
      text-align: center;
    }
  
    .btn-primary{
      margin-left:39vw;
    }
  } */