div.centered {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 19px;
  width: 500px;
}
/* line 71, assets/sass/_forms.scss */
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
select,
textarea {
  color: #5a5a5a;
  border: 1px solid #686868;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 14px;
  line-height: 1.4rem;
}

div.error {
  color: #ff0000;
}
div.bordered{
     border: 1px solid white;
    background: #EFEFEF;
    margin: 15px 0 15px 0;
 }

.bordered p {
    margin: 10px;
}

.bordered h1{
    text-align: center;
}

div.alert{
    background-color: #fcf8e3;
    border: 1px solid #fbeed5;
}
div.alert p{
    margin: 10px;
}


select {
    width: 224px;
    white-space:pre-wrap;
}

.tooltip {
    position: relative;
    width: 100%;
    display: inline-block;
}

/* Tooltip text */
.tooltip .tooltiptext {
    visibility: hidden;
    width: 250px;
    background-color: black;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;

    /* Position the tooltip text - see examples below! */
    position: absolute;
    z-index: 1;

    top: -5px;
    left: 85%;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
    visibility: visible;
}


.orcid_logo {
    margin: 5px;
    vertical-align: middle;
}
.tooltiptext a {
    color: lightgray;
}
