fieldset legend {
    border-bottom: 2px solid #1798A5;
    width: 100%;
    line-height: 2rem;
}

.card{
    width: 100%;
    height:100%;
    
}

.card-deck.settings{
    width:100%;
}

.login-container{
    height:100%;
}

.login-title-container{
    height:50px;
    background-color: #ff9900;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
}

.login-title{
    text-align: center;
    vertical-align: middle;
    line-height: 50px;
    font-weight: bold;
    color: #fff;
}

.login-form {
    width: 350px;
    height: auto;
    top: 50%;
    /*margin-top: -160px;*/
}

.btn-primary.login{
    background-color: #f90;
    border-color: #f90;
}

.btn-primary.login:hover{
    background-color: #e68a00;
    border-color: #e68a00;
}

.residual-row{
  justify-content: flex-end;
  padding-right:12px;
  font-weight: bold;
}
