﻿#systemName {
    text-align: center;
    color: black;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 18px;
    font-weight:bold;
    margin-bottom: 10px;
}

#labelVersion {
    font-size: 14px;
    margin-bottom: 10px;
}

.card-header {
    padding-top: 8px;
    padding-bottom: 8px;
}

/*Change eye from hyper -> font awesome*/
.password-eye:before {
    font-family: FontAwesome !important; 
    content: "\f06e";
}

/*Change eye-slash from hyper -> font awesome*/
.show-password .password-eye:before {
    font-family: FontAwesome !important;
    content: "\f070";
}