 body
{
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url('../custom_img/loopbackbg.png');
}

.skin_plasma
{
min-height: 100vh;
background-color: rgba(255,255,255,0.7)
}

.padding_row
{
margin-top: 120px!important;
}

.padding_row_gen
{
margin-top: 100px!important;
}

.navbar-brand{
    font-size:27px;
}
.form-group label
{
	font-weight: bold;
}
.btn-primary{
  border-radius: 30px;
  background: linear-gradient(225deg, #003070, #198754);
  border:0px;                            
}

.bg-primary{
background: linear-gradient(225deg, #003070, #198754)!important;

}


.text-primary{
	color:#302783!important;
}

.home_logo{
  width:150px;
}  

@media screen and (max-width: 700px)
{
.home_logo{
  width:150px;
}  

.padding_row
{
margin-top:100px!important;
}
    
.navbar-brand{
    font-size:1.25rem;
}

.padding_row_gen
{
margin-top: 50px!important;
}

.skin_plasma
{
height: auto;
}

}
