html{
    position: relative;
    margin: 0px;
    padding: 0px;
    min-height: 100%;
}

body{
    margin-bottom: 90px;
	margin:0;
	padding:0;
	background: url("../../img/bg.png") no-repeat center center fixed;
	-webkit-background-size: cover;
	background-size: cover;
}

.footer{
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 50px;
}

.container{
    width: auto;
    max-width: 96%;
    padding: 0 15px;
}

.container .text-muted {
    margin: 15px 0;
    left: 0;
    text-align: center;
}

.g-recaptcha{
    text-align: center;
    margin: 1em auto;
    width: 100%;
    display: block;
    clear: both;
}
 
div.g-recaptcha.bwp-recaptcha div:first-child{
    width:100% !important;
}

.scrollbar::-webkit-scrollbar-track{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

.scrollbar::-webkit-scrollbar{
	width: 12px;
	background-color: #F5F5F5;
    opacity: 0.9;
}

.scrollbar::-webkit-scrollbar-thumb{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #555;
}

.state-icon{
    left: -5px;
}

.crop{
  object-fit: cover;
  object-position: center;
  width: 100%;
}

.list-group-item.active{
    color: #ffffff;
    background-color: #5bc0de;
}

#top{
    display: none;
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 99;
    border: none;
    outline: none;
    background-color: #9aacb2;
    cursor: pointer;
    width: 46px;
    height: 46px;
    border: 1px solid white;
    border-radius: 100px;
    box-shadow: 4px 4px 10px #242323;
}

#top:hover{
    display: none;
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 99;
    border: none;
    outline: none;
    background-color: #3e7a8e;
    cursor: pointer;
    width: 46px;
    height: 46px;
    border: 1px solid white;
    border-radius: 100px;
    box-shadow: 4px 4px 10px #242323;
}

@media(max-width: 410px){
    .footer{
        display: none;
    }
}

@media(min-width: 410px) and (max-width: 560px){
    .footer{
        height: 110px;
    }
}

@media(min-width: 560px) and (max-width: 750px){
    .footer{
        height: 90px;
    }
}

@media(min-width: 750px) and (max-width: 1435px){
    .footer{
        height: 70px;
    }
}

@media(min-width: 1435px){
    .footer{
        height: 50px;
    }
}