
a, a:hover {
  text-decoration: none;
}


.login-form{padding-top:80px;}

.login-form .form-control{height:45px; font-size:16px;}

.btn-continue{background-color:#519063;height:30px;color:#fff;font-size:20px;
    line-height: 6px;}

.btn-continue:hover{background-color:#1d3565;color:#fff;}	
	
.login-form a span{color:#519063;    text-align: center;width: 100%;display: inline-block; font-weight:500;}	

.jumbotron {
  background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url(../images/login-bg.jpg);
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  height: 325px;
}

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
}

.jumbotron-fluid h1{line-height:260px;}

.opt{display: flex;width: 100%;justify-content: center;font-size: 14px;}

.opt a{padding-right:10px;}


