/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  margin-bottom: 120px; /* Margin bottom by footer height */
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 120px; /* Set the fixed height of the footer here */
  background-color: rgb(43, 43, 43);
  color: white;
  padding: 30px;
  padding-bottom: 0px;
  font-size: 15px;
}
.header {
  margin: 0px;
}

.logo img {
    height: 37px;
    margin: 17px;
}

.profile-menu {
    float: right;
    padding: 15px;

    .dropdown-menu {
        left: 150px;
        top: 55px;
    }
    .dropdown-toggle {
        color: rgb(0, 162, 187);
        line-height: 35px;
        overflow: hidden;
        font-weight: normal;
        display: inline-block;
        white-space: nowrap;
        font-size: 20px;
    }

    li a {
        font-size: 16px;
    }
}


/* Custom page CSS
 * Not required for template or sticky footer method.
 * -------------------------------------------------- */



.footer > .container {
  padding-right: 15px;
  padding-left: 15px;
}

code {
  font-size: 80%;
}

.login-title::before {
	background-position: center;
	border-radius: 50%;
	width: 35px;
	height: 35px;
	text-indent: -9999em;
	margin-right: 10px;
	float: left;
	display: inline-block;
	content: " ";
	background-image: url("../img/toggle-profile.png");
	background-repeat: no-repeat;
	background-color: rgb(0, 162, 187);
}

.terms li {
    display: inline;
    margin: 10px;

    a {
        font-size: 16px;
        color: white;
    }
}

.navbar-static-top header {
    background-color: white;
}