@font-face { font-family: Broadband_ICG; src:url('../fonts/Broadband_ICG.ttf'); }


@media (max-width: 1320px)
{
}

@media (max-width: 765px)
{
}

@media (max-width: 1000px)
{
}

@media (max-width: 500px)
{
  #txt_top
  {
    font-size: 10px;
  }
  #txt_bottom
  {
    font-size: 8px;
  }
  #login_forms
  {
    display: none;
  }
}


html,body{
    height: 100%;
}

.navbar-fixed-top{
    height: 80px;
    background-color: #1367B9;
    line-height: 80px;
    color:white;
    font-family: Broadband_ICG;
    font-size: 24px;
}

.navbar-fixed-bottom{
    background-color: #1367B9;
    height: 60px;
    line-height: 60px;
    color:white;
    font-family: Broadband_ICG;
}

#content {
    position: fixed;
    top: 80px;
    bottom: 80px;
    left: 0;
    right: 0;
    overflow:auto;
}

#content .row{
    border-bottom: 2px solid #1367B9;
    background-color: #f26d00;
    margin: 5px 0px 0px 0px;
    color: white;
}

.rum
{
  position: absolute;
  width: 80px;
  height: 80px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 70%;
}
#ruminho
{
  background-image: url("../images/ruminho_treino.png");
}
#ruminho2
{
  right: 25px;
  background-image: url("../images/ruminho_treino2.png");
}
#txt_top
{
  width: 100%;
  text-align: center;
  float: left;
}

#txt_bottom
{
  width: 100%;
  text-align: center;
  float: left;
}

.info1
{
  width: 20%;
  height: auto;
  float: left;
  text-align: center;
}
.info2
{
  width: 20%;
  height: auto;
  float: left;
  text-align: center;
}
.info3
{
  width: 20%;
  height: auto;
  float: left;
  text-align: center;
}
.info4
{
  width: 20%;
  height: auto;
  float: left;
  text-align: center;
}
.info5
{
  width: 20%;
  height: auto;
  float: left;
  text-align: center;
}
.wrapper {
	margin-top: 80px;
  margin-bottom: 80px;
}

.form-signin {
  max-width: 100%;
  padding: 15px 35px 45px;
  margin: 0 auto;
  background-color: #fff;
  border: 1px solid rgba(0,0,0,0.1);
  text-align: center;

  .form-signin-heading,
	.checkbox {

	  margin-bottom: 30px;
	}

	.checkbox {
	  font-weight: normal;
	}

	.form-control {
	  position: relative;
	  font-size: 16px;
	  height: auto;
	  padding: 10px;
		@include box-sizing(border-box);

		&:focus {
		  z-index: 2;
		}
	}

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

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