#header img {
  background-color: transparent;
  width : 10%;
  min-width : 100px;
  height : auto;
}


.card-login {
/*  border-radius: 35px;*/
  width : fit-content;
  margin-left: auto;
  margin-right: auto;
}

.btn-success:hover {
  background-color: #fce069 !important;
  border-color: #ffcf00;
  color:#000000;
  border-radius : 5px;
}
.btn-success,.btn-primary {
  background-color: #ffcf00 !important;
  border-color: #ffcf00;
  color:#000000;
  border-radius : 5px;
}

/*.card {
        flex-direction: row;
}
.card-title{
  text-align: center;
  text-transform: uppercase;
}*/

.card-subtitle {
  text-align: center;
}

a {
  color: #197398
  text-decoration: none;
}

a:hover {
  color: #197398
  text-decoration: underline;
}

.bg-secondary {
  background-color: #1665ad !important;
/*  border-top-left-radius: 35px !important;
  border-top-right-radius: 35px !important;*/
}

.alert-success{
        text-align:center;
/*  border-radius: 35px;*/
}

.btn-secondary {
  background-color: #1665ad !important;
  border-radius: 35px;
}

.alert-warning {
  background-color: #1665ad !important;
  color: rgba(255,255,255,.9);
}

.alert-danger {
    text-align: center;
}

#errormsg{

    /*width: 50%;*/
    align : center;
    margin-left: auto;
    margin-right: auto;
    border-radius:20%;
}

.alert-warning {
    text-align: center;
    /*width: 50%;*/
    align : center;
    margin-left: auto;
    margin-right: auto;
/*    border-radius:35px;*/
}

.form-control {
        text-align: center;
/*      border-top-right-radius: 35px;
        border-bottom-right-radius: 35px;*/
}

.card-login {
  width: 40%;
  min-height: 8rem;
  height: auto;
  border-radius: 15px;
  /*font-size: 1.3rem;
  font-weight: bold;
  color: #fff;
  text-align: center;*/
  text-decoration: none;
  transition: box-shadow 0.2s, transform 0.2s, height 1s;
  position: relative;
  overflow: hidden;
  padding: 18px 10px;
  background-clip: padding-box;
  background-origin: border-box;
  outline: none;
  box-shadow: 0 4px 12px 0 rgba(0,0,0,0.15), 0 1.5px 3px 0 rgba(255,255,255,0.10) inset !important;
  background-image: linear-gradient(180deg, rgba(255,255,255,0.18) 0%, transparent 60%) !important;
}
@media (max-width: 500px){
.card-login {
  width: 80%;
  }
}

div.application {
/*  background-color: #ffcf00;*/
        height: auto;
        border-radius: 10px;
        /*border-color: #ffcf00;*/
        border-width: 2px;
        background-color: #f2f2f2 !important;
        display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: flex-start;
  /*width: 15rem;*/
  /*min-height: 8rem;*/
  height: auto;
  margin: 10px;
  border-radius: 15px;
  font-size: 1rem;
  /*font-weight: bold;*/
  color: #fff;
  text-align: center;
  text-decoration: none;
  transition: box-shadow 0.2s, transform 0.2s, height 1s;
  position: relative;
  overflow: hidden;
/*  padding: 10px 10px;*/
  background-clip: padding-box;
  background-origin: border-box;
  outline: none;
  box-shadow: 0 4px 12px 0 rgba(0,0,0,0.15), 0 1.5px 3px 0 rgba(255,255,255,0.10) inset !important;
  background-image: linear-gradient(180deg, rgba(255,255,255,0.18) 0%, transparent 60%) !important;
}

/*.bg-light {
  background-color: #1c5fa6 !important;
  color:#ffffff;
  border-radius : 10px;
}*/

.navbar-light .navbar-nav {
  color: rgba(255,255,255,.9);
}

li.ui-state-active {
        color: #ffffff !important;
        background-color: #fce069 !important;
        border-radius : 10px;
}
