

body {
  background:#f9f9f9;
}

.forms {
	margin-top: 20px;	
}
.forms input {
	border: 1px solid #d9d9d9 !important;
	color: #bebebe;
	padding: 7px 0px 7px 50px;
	outline:none;
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
	margin-bottom: 15px;
}
.forms input:focus {
    box-shadow: 0 0 5px rgba(48, 168, 218, 1);
    -webkit-box-shadow: 0 0 5px rgba(48, 168, 218, 1); 
    -moz-box-shadow: 0 0 5px rgba(48, 168, 218, 1);
    border:1px solid rgba(48, 168, 218, 1) !important; 
}
.forms #username {
	background:url("n6engUt.png") no-repeat left center;
	background-position: 10px 5px;
	border-right: 1px solid #f1f1f1;
}

.forms #password {
	background:url("69UwNcl.png") no-repeat left center;
	background-position: 10px 5px;
	border-right: 1px solid #f1f1f1;
}



/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 40px 0;
  overflow: hidden;
}

.section-bg {
  background-color: #f4fbfe;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2 {
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 0;
  color: #0f394c;
}

.section-title p {
  margin-bottom: 0;
}


/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
  padding: 20px;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  margin: 0 10px 10px 10px;
  background: #fff;
  box-shadow: 0 10px 29px 0 rgba(68, 88, 144, 0.1);
  transition: all 0.3s ease-in-out;
}

.services .icon-box:hover {
  transform: translateY(-5px);
}

.services .icon {
  position: absolute;
  
  top: calc(50% - 30px);
}

.services .icon i {
  font-size: 32px;
  line-height: 1;
  transition: 0.5s;
}

.services .title {
  margin-left: 10px;
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

.services .title a {
  color: #111;
}

.services .icon-box:hover .title a {
  color: #49b5e7;
}

.services .description {
  font-size: 14px;
  margin-left: 10px;
  line-height: 24px;
  margin-bottom: 0;
}


    .cgalbum{  
        position:absolute;
        opacity:1;   
        left:10px;
        top: 6px;
    }

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {

    min-height: 70px;
    width: 100%;
    padding: 15px;
    position: relative;
    bottom: 0;
    background-color: #fafafa;
    border-top: solid 1px rgba(144, 144, 144, 0.25);

}

@media (min-width: 576px) {
    .container {
      max-width: 570px;
    }
    
  }

  @media (min-width: 768px) {
    .container {
      max-width: 760px;
    }
    
  }

  @media (min-width: 992px) {
    .container {
      max-width: 990px;
    }
    
  }

  @media (min-width: 1300px) {
    .container {
      max-width: 1600px;
    }
    
  }
  
  @media screen and (min-width: 992px) and (max-width: 1480px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        font-size:.8rem
        }
    }