/* Made with love by Mutiullah Samim*/

@import url('https://fonts.googleapis.com/css?family=Numans');

body{
	height: 100%;
	font-family: 'Roboto', sans-serif;
	background-color: black;
	color:white;
	background-size: cover;
}

#loginbody{
background-color: black;
background-size: cover;
background-repeat: no-repeat;
height: 100%;
}

.container{
height: 100%;
align-content: center;
}

.card{
height: 370px;
margin-top: auto;
margin-bottom: auto;
width: 400px;
background-color: black !important;
}

.social_icon span{
font-size: 60px;
margin-left: 10px;
color: #FFC312;
}

.social_icon span:hover{
color: white;
cursor: pointer;
}

.card-header h3{
color: white;
}

.social_icon{
position: absolute;
right: 20px;
top: -45px;
}

.input-group-prepend span{
width: 50px;
background-color: #FFC312;
color: black;
border:0 !important;
}

input:focus{
outline: 0 0 0 0  !important;
box-shadow: 0 0 0 0 !important;

}

.remember{
color: white;
}

.remember input
{
width: 20px;
height: 20px;
margin-left: 15px;
margin-right: 5px;
}

.login_btn{
color: black;
background-color: #FFC312;
width: 100px;
}

.login_btn:hover{
color: black;
background-color: white;
}

.links{
color: white;
}

.links a{
margin-left: 4px;
}

@import url(//fonts.googleapis.com/css?family=Open+Sans:700,300,800,400);
#guillotine {
  position: fixed;
  top: 0;
  left: 0;
    z-index: 99;
}
#guillotine > input[type="checkbox"] {
  display: none;
}
#guillotine > input[type="checkbox"] + .toggle {
  position: fixed;
  z-index: 9998;
  cursor: pointer;
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  font-size: 1.5em;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  top: 0;
  left: 0;
}
#guillotine > input[type="checkbox"] ~ .menu, #guillotine > input[type="checkbox"] + .toggle {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  transition: -webkit-transform 500ms;
  transition: transform 500ms;
  transition: transform 500ms, -webkit-transform 500ms;
  transition-timing-function: cubic-bezier(0.65, 1.95, 0.03, 0.32);
}
#guillotine > input[type="checkbox"]:checked ~ .menu, #guillotine > input[type="checkbox"]:checked + .toggle {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
#guillotine > input[type="checkbox"] ~ .menu {
  -webkit-transform-origin: 24px 24px;
          transform-origin: 24px 24px;
  position: fixed;
  z-index: 998;
  padding: 48px;
  top: 0;
  right: 0;
  left: 0;
  bottom: -200%;
  margin: 0;
}
#guillotine + * {
  margin-top: 75px;
}

/* -------------------------------------------------------------------- */
body {
  font-size: 100%;
  font-weight: 400;
}

h1 {
  font-weight: 100;
}

#guillotine .menu {
  background-color: #ff9c07;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.8);
  color: white;
  font-weight: bold;
}
#guillotine .toggle {
  color: black;
}
#guillotine a {
    color: black;
    text-decoration: none;
    display: block;
    text-transform: uppercase;
}
#guillotine li {
  list-style: none;
  line-height: 48px;
  position: relative;
}
#guillotine li:hover:before {
  display: block;
  content: "";
  position: absolute;
  left: -100%;
  width: 300%;
  height: 100%;
  pointer-events: none;
  background-color: rgba(0, 0, 0, 0.05);
}

main {
  padding: 25px;
}
.row.linha {
    background: rgba(0, 0, 0, 0.60);
    margin: 5px;
    padding: 15px;
    margin-top: 20px;
}
.row.linha.round {
    border-radius: 20px;
    margin-bottom: 50px;
}
.linha p {
    margin-bottom: 0;
    font-size: 14px;
}
.linha h3 {
    font-size: 20px;
}
.col-lg-12.red {
    border-left: 4px solid #bd2130;
}
.col-lg-12.blue {
    border-left: 4px solid #17a2b8;
}
.col-lg-12.purple {
    border-left: 4px solid #8821bd;
}
.col-lg-12.green {
    border-left: 4px solid #00ad49;
}

value {
    font-size: 30px;
}
arrow.pull-right {
    right: 10px;
    position: absolute;
    font-size: 30px;
    top: 10px;
}
.row.linha.movimentos {
    background: white;
    color: black;
    -webkit-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.45);
    -moz-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.45);
    box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.45);
}
.row.titulo {
    background: #212529;
    text-align: center;
    margin-top: -30px;
    font-size: 20px;
    padding: 0;
    text-transform: uppercase;
    padding-top: 15px;
}