#modalContent {
    width: 400px;
    border-radius: 0px;
    background-color: #E0E0E0;
    box-shadow: none;
    color: #000;
    text-align: center;
    margin-top: 30%;
    margin-left: 15%;
}

#modalHeader {
    border-bottom: none;
}

#modalSubtitle {
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
    font-weight: 400;
    text-align: center;
    color: #006699;
    font-size: 16pt;
}

#btnSubmit:hover {
    background-color: #004263;
}

#userInput,
#passInput {
    border-radius: 0px;
    border-left: 0px;
    height: 50px;
    border-color: #888;
    box-shadow: none;
    background-color: #f0f0f0;
    color: #000;
}

#basic-addon1,
#basic-addon2 {
    background-color: #f0f0f0;
    border-right: 0px;
    border-color: #888;
    border-radius: 0px;
    font-size: 19px;
    padding-left: 9px;
    color: #006699;
}

#passGroup {
    margin-top: 13px;
}

#btnSubmit {
    margin-top: 13px;
    width: 100%;
    padding: 15px;
    background-color: #006699;
    border: 0px;
    color: #FFF;
}

#separator {
    margin-top: 17px;
    margin-bottom: 7px;
    border: 0;
    border-top: 1px solid #C1C1C1;
}

#otherOption {
    width: 100%;
    text-align: center;
    font-size: 11px;
}

#registarUtil,
#recuperarUtil {
    text-decoration: none;
    color: #A09f9F;
}

#registarUtil:hover,
#recuperarUtil:hover {
    color: #696969;
    text-decoration: none;
}

#regist {
    width: 100%;
    text-align: left;
    font-weight: 400;
}

#recovery {
    width: 100%;
    text-align: right;
    font-weight: 400;
}

#divselectilha,
#divselectpage {
    margin-bottom: 15px;
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 100%;
}

.btn-group > .btn:first-child {
    margin-left: 0;
    height: 50px;
    border-radius: 0px;
    background-color: #f0f0f0;
    border-color: #888;
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #006699;
    font-weight: 700;
    white-space: nowrap;
}

.demografia {
    display: none;
}

.viewlogin {
    display: none;
}