html, body {
    background: linear-gradient(99.63deg, #2E3C50 42.75%, #79397D 150.52%) !important;
}
nav{
    display: none;
}
.login_form_wrapper {
    float: left;
    width: 100%;
    padding-top: 40px;
    background: linear-gradient(99.63deg, #2E3C50 42.75%, #79397D 150.52%);
}

@media (min-width: 1200px) {
    .container {
      max-width: 1000px !important;
    }
}

.login_wrapper {
    margin-bottom: 20px;
    border-bottom: 1px solid #e4e4e4;
    float: left;
    width: 100%;
    background: #fff;
    padding: 20px 50px 0px 50px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}
.login_wrapper #form_login p{
    margin-bottom: 15px;
}

#image-header{
    border-bottom-right-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    /* HEXADECIMAL DA COR DE FUNDO DA IMAGEM DA LOGO DA INTRANET: #1f4e78*/
}
.login_wrapper button.btn {
    color: #fff;
    width: 100%;
    height: 50px;
    padding: 6px 25px;
    line-height: 36px;
    margin-bottom: 20px;
    text-align: left;
    border-radius: 5px;
    background: #1b5e20;
    font-size: 16px;
    border: solid 1px #1f4e78 !important;
}

.login_wrapper .formsix-pos, .formsix-e {
    position: relative;
}

.form-group {
    margin-bottom: 15px;
}

.login_wrapper .form-control {
    height: 53px;
    padding: 15px 20px;
    font-size: 16px;
    line-height: 24px;
    border: 1px solid #a6a6a6;
    border-radius: 3px;
    box-shadow: none;
    font-family: "Nunito", sans-serif;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    background-color: #fafafa;
    color: #343a40;
    font-weight: 700;
}

.login_wrapper .form-control:focus {
    color: #343a40;
    font-weight: 700;
    background-color: #fafafa;
    border: #1b5e20 1px solid !important;
    box-shadow: 0.5px 0.5px 3px 0.2rem rgba(31, 78, 120, 0.5) !important;
}

.login_btn_wrapper {
    padding-bottom: 20px;
    margin-bottom: 30px;
    border-bottom: 1px solid #e4e4e4;
}

.login_message p {
    text-align: center;
    font-size: 16px;
    margin: 0;
}

p {
    color: #999999;
    font-size: 14px;
    line-height: 24px;
}

.login_wrapper button.login_btn:hover {
    color: #fff;
    background-color: #1b5e20 !important;
    border: solid 1px #1b5e20 !important;
}
.btn:active{
    background-color: #1b5e20 !important;
    border: solid 1px #1b5e20 !important;
    box-shadow: 0.5px 0.5px 0px 0.2rem rgba(142, 201, 114, 1) !important;
}
.btn:focus{
    background-color: #1b5e20 !important;
    border: solid 1px #1b5e20 !important;
    box-shadow: 0.5px 0.5px 0px 0.2rem rgba(142, 201, 114, 1) !important;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #1b5e20;
  border-color: #1b5e20;
  box-shadow: 0.5px 0.5px 0px 0.2rem rgba(142, 201, 114, 1) !important;
}

.margem-password{
    margin-top: 10px;
    margin-bottom: 10px;
}

a:hover, a:active, a:focus{
    outline: none;
    border: 0;
}

.form-check{
    padding-left: 1.5rem; 
    border: 1px solid #343a40 !important; 
    border-radius: 0.25rem;
    width: 150px;
}