.navbar {
    display: none;
}
.page-breadcrumb {
    display: none;
}
body.login main.page-content.content-wrap .page-inner {
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(to bottom, #006fb1 0%, #0095e0 100%);
    padding-bottom: 0px !important;
}
body.login .panel .panel-body {
    padding: 0px 1em;
}
.divcuadrologin {
    max-width: 85%;
    width: 450px;
    padding: 0;
    margin: 0 auto;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}

.divcuadrologin .panel-white {
    /*box-shadow: #21547d 0px 30px 40px;*/
    border: 1px solid #21547d;
    border-radius: 5px;
    box-shadow: none;
    border-radius: 0;
    padding: 2em 1em;
}

.logoisotools {
    margin-top: 20px;
    margin-bottom: 1em;
    display: flex;
    justify-content: space-between;
}
.logoisotools span {
    font-family: "Lato", sans-serif;
    color: #006fb1;
    font-size: 40px;
    line-height: 40px;
    font-weight: 300;
    float: left;
    margin-left: -5px;
    margin-top: 5px;
}
.logo-radar {
    border: 2px solid #edebea;
    border-radius: 6px;
    padding: 13px;
}
.grouplogin {
    border: 1px solid #cccccc;
    border-radius: 3px;
}
.login-box {
    margin: auto;
    width: 100%;
    padding: 0 1em;
}
.span-icon-login {
    width: 100%;
    text-align: center;
    float: left;
    line-height: 39px;
    background: #eeeeee;
    border-right: 1px solid #cccccc;
}
.grouplogin input {
    border: none;
    background: #ffffff !important;
    background-color: #ffffff;
    line-height: 39px;
    height: 39px;
}
.btnacceder {
    background: #006fb1;
    border: 1px solid #005f98;
    border-radius: 4px;
    display: table;
    position: relative;
}
.divpuntoslogo {
    text-align: center;
    margin: 1em 0 1.5em 0;
}

.login-button-text {
    vertical-align: middle;
    line-height: 32px;
    vertical-align: middle;
    font-size: 18pt;
}

.login-icon {
    display: inline-block;
    display: none;
    vertical-align: middle;
    font-size: 22pt;
    margin-top: 5px;
}
