.btnCreate{
    margin-bottom: 15px;
    width: 25%
}
.btnActionBtm{
    margin-bottom: 5px;
}
.BusinessCard{
    margin-top: 50px
}
.loanFirstRow{
    margin-top: 150px;
    margin-bottom: 10px;
}
.loanCard{
  margin-top: 0px;
}
.containerImage{
    background-image: url("background.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.containerImage1{
    background-image: url("background3.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.loginLogo{
    width: 100px;
    display:block;
    margin:auto;
    height: auto; 
}
.loginButton{
    margin-top: 5px;
}
.ceoInput{
    margin-top: 10px;
}
.dashText{
    font-size: 25px;
    text-decoration: bold;
    color: grey
}