@CHARSET "UTF-8";

html, body {
	height: 100%;
}

footer {
	text-align: right;
}

/* Login form */
.form-signin
{
    max-width: 330px;
    padding: 15px;
    margin: 0 auto;
}
.form-signin .form-signin-heading, .form-signin
{
    margin-bottom: 10px;
}
.form-signin .form-control
{
    position: relative;
    font-size: 16px;
    height: auto;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.form-signin .form-control.bootstrap-select {
	padding: 0;
}

.form-signin .form-control.bootstrap-select .btn-white {
	background-color: #fff;
	border: 1px solid #ced4da;
}

.form-signin .form-control:focus
{
    z-index: 2;
}
.form-signin input[type="text"]
{
    margin-bottom: -1px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.form-signin input[type="password"]
{
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.form-signin ul.errorlist
{
    list-style: none;
    margin: 0 auto;
    padding: 0;
}

.account-wall
{
    margin-top: 20px;
    padding: 40px 0px 20px 0px;
    background-color: #f7f7f7;
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}
.login-title
{
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    display: block;
}
.profile-img
{
    max-width: 300px;
    max-height: 60px;
    width: 100%;
    margin: 0 auto 10px;
    display: block;
    padding: 0 15px;
}

body {
	background: url("../img/background-2048.png") center repeat;
}

.termidesk-logo {
    height: 30px;
}

.termidesk-copyright {
	color: #fff;
}

.navbar .nav-pills .nav-link:not(.active) {
	color: #343a40;
}
.navbar .nav-pills .nav-link.active {
   background-color: #00aaff;
}

.termidesk-modal-notification {
    text-align: center;
}

.termidesk-modal-notification::before {
    display: inline-block;
    vertical-align: middle;
    content: "";
    height: 100%;
}

.termidesk-modal-notification .modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

.termidesk-modal-notification .notification-wrapper {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding: 20px 20px 0 20px;
}

.termidesk-modal-notification .icon-wrapper {
    font-size: 32px;
    color: #ec7a08;
}

.termidesk-modal-notification .text-wrapper {
    margin-left: 20px;
    font-size: 14px;
}

.termidesk-modal-notification .modal-footer {
    margin-top: 0;
}

/* Utilities */

/* spacing */

.mb-30px {
    margin-bottom: 30px;
}
