body{
    background: #404850 !important;
}

#alerta{
    height: 51px;
    width: calc(100% - 33px);
    top: 0;
    position: absolute;
    left: 0;
    z-index: 10000;
}

#header {
    position: absolute;
    top: 15px;
    left: 0;
    width: 100%;
    height: 160px;
    overflow: hidden;
}

#button-area{
    max-height: calc(100% - 215px);
    width: 100%;
    position: absolute;
    top: 181px;
    margin: 0;
    padding-right: 10px;
    padding-left: 10px;
}

#button-area img {
    position: absolute;
    left: 20px;
    top: 9px;
}

#button-area input {
    margin-bottom: 11px;
    width: 100%;
    border-radius: 5px;
    border: #4e4e4e solid 2px;
    height: 39px;
    text-indent: 32px;
}

.btn-success {
    color: #fff;
    background-color: #fd8e00!important;
    border-color: #fd8e00!important;
}

#button-area button {
    width: 100%;
}

#button-area div {
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 5px;
    padding-left: 5px;
    padding-right: 0;
}

#logo{
    height: auto;
    position: absolute;
    width: 120px;
    left: calc(50% - 62px);
    top: 5px;
}

#titulo {
    color: white;
    font-size: 21px;
    font-weight: 400;
    position: absolute;
    top: 111px;
    left: 0;
    width: 100%;
    text-align: center;
}