/* HAL */
#nav-services{
    background-color: #00005C;
}

.container {
    margin-top: 40px;
}

.title-img {
    margin-bottom: 40px;
}

#login-account .panel {
    border: 2px solid #DEDEDE;
    border-radius: 0;
    padding-right: 25px;
    padding-top: 25px;
}

#login-account .panel-heading, #login-account .panel-footer, .profile-img, #back-button, .input-group-addon {
    display:none;
}
.input-group {
    display: inherit;
}


#username, #password{
    width: 100%;
    border-radius: 0;
    border: 1px solid #90A4B6;
    height: 50px;
    padding-left: 15px;
    margin-bottom: 30px;
}
#login-account label{
    position: inherit;
    width:inherit;
    height:inherit;
    font-weight: bold;
}



.btn-primary, #orcid, #federation {
    border: none;
    color: white !important;
    font-weight: bold;
    padding: 15px 0;
    transform: translate(-50%);
    margin-left: 50%;
    cursor: pointer;
    text-align: center;
    width: 200px;
    display: block;
    background: #00005C;
    border-radius: 0;

}

.external-auth {
    padding-left:25px;

}

#orcid {
    background: #A6CE39;
    margin-top: 30px;
    width: 100%;
}
#federation {
    margin-top: 10px;
    margin-bottom: 20px;
    background: #f0494d;
    width: 100%;
}

#forgot-login, #forgot-password {
    float: right;
    color: #666;
}


#create-account-panel {
    border: none;
    border-radius: 0;
}
#create-account-panel .panel, #create-account-panel  .panel-heading {
    background: #E9EDF0;
}
#create-account-panel  .panel-heading {
    text-align: center;
    border: none;
    font-weight: bold;
    font-size: 2rem;
}
#create-account-panel .panel-footer {
    display: none;
}

#list-languages ul {
    list-style-type: none;
}

#list-languages ul li {
    display: inline;
}

.debug-info {
    display:none;
}