/*!
 * Start Bootstrap - Coming Soon v5.0.2 (https://startbootstrap.com/template-overviews/coming-soon)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-coming-soon/blob/master/LICENSE)
 */
html, body {
  height: 100%;
}
body {
	background: #c2e9fb;
	background-image: linear-gradient(120deg, #a1c4fd 0%, #c2e9fb 100%);
	color: black;
	font-family: font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

h1,h2,h3,h4,h5,h6{font-family:Merriweather;font-weight:700}
#msg{font-size:12px !important}

 .container{
	display: flex;
	height: 80%;
	align-items: center;
	justify-content: center;
}

.form-signin{
	background: rgba(255,255,255,.9);
	padding: 20px 50px;
	min-height: 320px;
}

.logo{
	width: 75px; height:75px;
}
.one-line{
	display: flex;
}

@media only screen and (max-width: 576px) {
  .form-signin {
    min-width: 360px;
    flex-wrap: wrap;
    padding: 50px 20px;
  }
  
}


/* not active */
.nav-pills .pill .nav-link:not(.active) {
    border: none;
    width: 0%;
	background:#e91e63 !important; 
}

/* active (faded) */
.nav-pills .pill .nav-link {
 	border-bottom: 2px solid #fff;
    color: #fff !important;
    font-size: 14px;
    font-weight: 400;
	background:#e91e63 !important;
}

.nav-pills .pill .nav-link:hover {
    color: #212529 !important;
    width: 100%;
    border-bottom: 2px solid #fff;

}

.nav{
	padding: 0 10px !important;
}