@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=PT+Sans:400,700");
body {
    background: #151e26;
    margin: 0 auto;
    padding: 12vmin 10vmin;
    max-width: 50em;
    line-height: 1.5em;
    font-family: "PT Sans";
    word-wrap: break-word;
    color: #eeee;
}

#id-card {
    display: inline-block;
    float: left;
    margin-right: 2em;

}

.titulo {
    color: #fff;
    font-family: "Ubuntu", sans-serif;
}

.id-card {
    width: 600px;
    height: 284px;
    background: #05062d;
    padding: 10px;
    position: relative;
    color: #eeee;

}
.id-card__mugshot {
    position: absolute;
    right: 10px;
    width: 100px;
    height: 100px;
    border-left: 8px solid red;
    background: #ffffff;
}
.id-card__mugshot img {
    width: 100px;
    height: 100px;
}
.id-card__logo {
    width: 200px;
}
.id-card__subject-id {
    position: absolute;
    top: 54px;
    left: 130px;
    font-family: monospace;
    font-size: 14pt;
    transform: rotate(-4deg);
    color: #eeee;
}
.id-card__banner {
    height: 20pt;
    background: red;
    margin-top: 10px;
    margin-left: -10px;
    padding-left: 12px;

}
.id-card__banner-text {
    color: #ffffff;
    font-size: 14pt;
    letter-spacing: 2px;
    line-height: 0;
    position: relative;
    top: px;
}
.id-card__details {
    padding-top: 20px;
    font-size: 12pt;
    line-height: 1.5;
    text-transform: uppercase;
    width: 60%;
    display: inline-block;
    padding-left: 12px;
}
.id-card__details--short {
    float: right;
    margin-right: 40px;
    width: 100px;


}
.id-card__detail {
    height: 20px;
    padding-top: 8px;
    padding-bottom: 10px;
    color: #eeee;
    padding-left: 12px;
    margin-left: -20px;
}
.id-card__detail + .id-card__detail {
    border-top: 1px solid #eeee;
}
.id-card__detail-label {
    color: #eeee;
    font-weight: bold;


}
.id-card__detail-label:after {
    content: " • ";
    font-weight: normal;
}

.logo__big {
    font-size: 24pt;
    font-weight: bold;
    line-height: 1.3;
    letter-spacing: 4px;
}
.logo__big_2 {
    font-size: 48pt;
    font-weight: bold;
    line-height: 3;
    letter-spacing: 8px;
    position: relative;
    margin-right: 80px;

}
.logo__small {
    font-size: 10pt;
    letter-spacing: 4px;
    position: relative;
    top: -10px;
    left: 2px;
}

.id-form__row {
    padding-bottom: 8px;
}
.id-form__row--inline {
    width: 10em;
    padding-right: 1em;
    padding-bottom: 1em;
    display: inline-block;
}
.id-form__label {
    font-size: 14pt;
    line-height: 30pt;
}
.material-ui-shadow {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.material-ui-shadow:hover {
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}