section:not(#sp-main-body), #sp-espacador,footer{
    display: none;
}

#sp-main-body, #sp-main-body .container, #sp-component, .form-group{
    width: 100%;
    padding: 0px;
    margin: 0px;
}

.login-topo{
    width: 1140px;
    margin: 0 auto;
}
#sp-main-body {
    background: url(../images/background/login-02.jpg);
    background-size: cover;
    height: 100vh;
}

#sp-main-body input[type="text"], #sp-main-body input[type="password"] {
    font-family: Open Sans, FontAwesome, sans-serif;
    width: 185px;
    float: left;
    border-radius: 8px;
    margin-right: 10px;
    height: 35px;
}

.logo-intranet {
    width: 318px;
    margin-right: 20px;
    float: left;
}

.box-login{
    width: 1140px;
    margin: 0 auto;
}

.container {
    background: rgba(0, 107, 158, 0);
    height: 100vh;
    background-size: cover;
    background-position: 100% 100%;
}

.container-topo {
    background-color: rgba(0, 125, 165, 0.7);
    padding: 30px 0px 20px 0px;
    border-bottom: 1px solid #5c9cbf;
}

.container-rodape {
    display: none;
    background-color: rgba(0, 125, 165, 0.7);
    padding: 20px 0px;
    margin-top: calc(100vh - 212px);
    border: 1px solid #5c9cbf;
}

.conteudo-imagens{
    width: 1140px;
    display: none;
    margin: 0 auto;
    position: relative;
    height: calc(100vh - 120px);
}

.conteudo-imagens img{
    max-height: 100%;
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
}

.logo-intranet-rodape {
    margin: 0 auto;
    width: 152px;
}

#system-message-container {
    position: absolute;
    width: 700px;
    top: 120px;
    left: 0;
    right: 0;
    margin: auto;
}

button.btn.btn-primary.btn-block {
    width: 130px;
    border-radius: 8px;
    float: left;
    font-weight: bold;
    height: 35px;
    font-size: 12px;
    border-color: #f09803;
    background-color: #f09803;
}

.checkbox {
    float: left;
    width: 185px;
    margin-right: 10px;
    color: #ffffff;
    font-size: 12px;
    padding-left: 5px;
    height: 15px;
    margin-top: 0px;
}

.form-links {
    float: left;
}

.form-links ul {
    margin-top: 3px;
}

.form-links li {
    padding: 0px 5px;
    height: 15px;
    line-height: 15px;
}

.form-links a {
    color: #ffffff;
    font-size: 12px;
}

.form-links a:hover {
    color: #ffffff;
    text-decoration: underline;
}

.login {
    float: right;
    width: 520px;
}

#user-registration {
    background-color: rgba(0, 125, 165, 0.7);
    color: #ffffff;
    width: 400px;
    padding: 25px 50px;
    border: 1px solid #5c9cbf;
}

.user-confirm {
    height: 530px;
    margin: 0 auto;
    margin-top: calc(50vh - 265px);
}

.reset-pw {
    height: 420px;
    margin: 0 auto;
    margin-top: calc(50vh - 210px);
}

.user-remind {
    height: 400px;
    margin: 0 auto;
    margin-top: calc(50vh - 200px);
}

.user-complete {
    height: 440px;
    margin: 0 auto;
    margin-top: calc(50vh - 220px);
}

#user-registration .logo-intranet{
    margin-bottom: 30px;
}

.view-reset #system-message-container,
.view-remind #system-message-container {
    top: 0px;
    width: 100%;
    height: 90px;
    color: #ffffff;
}

.view-reset #system-message-container #system-message,
.view-remind #system-message-container #system-message{
    background-color: rgba(240, 152, 3, 0.65);
    padding-left: 50px;
    padding-right: 20px;
}

.view-reset #system-message-container #system-message a,
.view-remind #system-message-container #system-message a{
    color: #ffffff;
}

.view-reset #system-message-container #system-message .alert-heading,
.view-remind #system-message-container #system-message .alert-heading{
    margin-bottom: 5px;
}

#sp-main-body #user-registration input[type="text"], #sp-main-body #user-registration input[type="password"] {
    margin-top: 15px;
    width: 100%;
    height: 50px;
    font-size: 14px;
    background-color: #e8e8e8;
    color: #808080;
}

::placeholder{
    font-family: Open Sans, FontAwesome, sans-serif;
    font-size: 14px !important;
    color: #808080;
    font-weight: normal !important;
}

#sp-main-body #user-registration button {
    margin-top: 15px;
    height: 50px;
    font-size: 14px;
    font-weight: bold;
    border-color: #f09803;
    border-radius: 8px;
    background-color: #f09803;
    width: 100%;
}

a.botao-voltar {
    margin-top: 30px;
    border-bottom: 1px solid #ffffff;
    color: #ffffff;
    line-height: 17px;
    float: left;
}

@media (max-width: 1199px) {
    .off-canvas-menu-init{overflow: initial;}
    /* .body-innerwrapper{overflow: initial;} */
  
    .container-topo{ float: left; width: 100%;}
    .login-topo{width: 100%!important;}
    .box-login{width: 100%!important; margin-left: 50px!important; margin-right: 50px;}
    .login{margin-right: 30px;  width: 55%!important;}
}
  
@media (max-width: 1023px) {
    .login-topo{ width: 55%!important;}
    .box-login{margin: 0 auto!important;}
    .logo-intranet{ float: initial!important;  width: 250px!important; margin: 0 auto 20px!important;}
    .login{float: left!important; width: 100%!important;margin-right:0!important}
    #sp-main-body input[type="password"]{margin-bottom: 20px;}
    #sp-main-body input[type="text"], #sp-main-body input[type="password"]{width: 142px;}
    button.btn.btn-primary.btn-block{float: initial!important;   margin:0 auto;}
    .checkbox{float: initial!important;     margin-top: 10px!important; margin-bottom: 20px!important;}
    .form-links{float: initial!important;}
    #user-registration{left: -60px; position: relative;}
    
}

@media (max-width: 765px) {
    #sp-main-body input[type="text"]{width: 100%; margin-right: 0!important; margin-bottom: 8px; }
    #sp-main-body input[type="password"]{width: 100%; margin-right: 0!important; margin-bottom: 15px; }
    .checkbox{margin-top: 20px!important; margin-bottom: 10px!important;}
    .form-links li {margin-bottom: 7px;}

    #user-registration{left: 0}
}

@media (max-width: 495px) {
    #user-registration{width: 320px;}
    .reset-pw{height: auto; height: 449px; margin-top: 50px!important;}
    .body-innerwrapper{overflow-x: scroll}
    #sp-main-body { overflow: hidden;}
}