body {
  background: #5c5c5c url('ex-plor_survey background.jpg') no-repeat top center;
  background-size: cover;
}

.btn-success{
    background: #F15D21;
    border: none;
	border-radius: 20px;
}


.btn-success:not([disabled]):hover {
    background: #F76D5B !important;
    border: none;

}

.nav-tabs.nav-justified li.active > a {
  border-bottom: 5px solid #48C3BE;
  color: #48C3BE;
}

.nav-tabs.nav-justified li>a { color: white; }

.background-angle-gradient, .background-angle-blue {

background: transparent;

}

label, .label {
    font-size: 0.9rem;
    font-weight: 600;
    line-height: 1.25rem;
}

.form-control {
    font-size: 0.9rem;
}

.login-container {
    border-radius: 0px;
    box-shadow: none;
}

.form-group {
    margin-bottom: 1.25rem;
}

.btn {
    font-size: 1rem;
    font-weight: 700;
    //line-height: 1.5rem;
}