/*!
*Author: AL EMRAN,+01766603578, alemrancu@gmail.com;
 * Smart Login Design for Laravel
 * Copyright 2016 OgrooSoft, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */


body {
        background-color:rgb(187, 175, 136);

}

#loginbox {
    margin-top: 30px;
    padding-top: 100px;
    margin-bottom: 100px
}

 

.iconmelon {
    display: block;
    margin: auto;
}

#form > div {
    margin-bottom: 16px;
}

#form > div:last-child {
    margin-top: 10px;
    margin-bottom: 10px;
}

.panel {    
    background-color:#191919;
}

.panel-body {
    padding-top: 30px;
    background-color:rgba(115, 109, 109, 0.84);
}

#particles {
    width: 100%;
    height: 100%;
    overflow: hidden;
    top: 0;                        
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    z-index: -2;
}

.iconmelon,
.im {
  position: relative;
  width: 150px;
  height: 150px;
  display: block;
  fill: #525151;
}

.iconmelon:after,
.im:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.mainbox{
  margin: auto;
  float: none;
}
.form-control{
  height: 45px ! important;
  background: #EEEEEE ! important;
}
.panel-title>img{
  height: 60px;
      border-radius: 5px;
}
.panel-heading{
  background-color: rgba(2555,255,255,.3);   
    border-bottom: 0px solid transparent;
}

.panel-default > .panel-heading{
  background-color: rgba(2555,255,255,.3);
}




.colorgraph {
    height: 3px;
    border-top: 0;
    background: #c4e17f;
    border-radius: 0px;
    padding: 0px;
    margin-bottom:0px;
    background-image: -webkit-linear-gradient(left, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
    background-image: -moz-linear-gradient(left, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
    background-image: -o-linear-gradient(left, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
    background-image: linear-gradient(to right, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
}

.controls>button{
  padding: 10px;
border-radius: 0;
text-transform: uppercase; 
}

.footer{
    background: #191919;
    height: auto;
    position: fixed;
    width: 100%;
    left: 0px;
    right: 0px;
    bottom: 0pc;
    opacity: .8;
    text-align: center;
    z-index: 9999;
    color: white;
    padding: 5px;
}