body {

}

.panel.panel-default {
    border: none !important;
    box-shadow: none !important;
    margin-top: 20px;
}

body .fld {
    font-weight: unset;
    background-color: transparent;
    color: #000;
    border-width: 0;
    border-style: solid;
    border-color: transparent;
    padding: 0 10px 0 0;
}

.title-1 {
    color: #2a2a2a;
    font-weight: bold;
    font-size: 24px;
    text-align: center;
}

html,
body {
    height: 100%;
}

body {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: flex-start;
    padding-top: 40px;
    padding-bottom: 40px;
    margin: 0;
    flex-wrap: nowrap;
    flex-direction: column;
}

.checkbox.mb-3 {
    margin-top: 10px;
}

.navbar.navbar-fixed-top.navbar-inverse {
    display: none;
    opacity: 0;
}

.form-signin {
    width: 100%;
    max-width: 330px;
    padding: 15px;
    margin: auto;
}

.form-signin .checkbox {
    font-weight: 400;
}

.form-signin .form-control {
    position: relative;
    box-sizing: border-box;
    height: auto;
    padding: 10px;
    font-size: 16px;
}

.form-signin .form-control:focus {
    z-index: 2;
}

.form-signin input[type="email"] {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.form-signin input[type="password"] {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.images-logo {
    width: 140px;
    height: 200px;
    background-position: center;
    background-repeat: no-repeat;
    background-origin: content-box;
    background-size: contain;
    margin: 0 auto;
}

.form-signin .form-control {
    margin-bottom: 5px !important;
    border-radius: 4px !important;
    padding: 4px;
}

.hostname {
    font-size: smaller;
    float: right;
    position: fixed;
    bottom: 0;
    right: 0;
}
