


@charset "UTF-8";
/* CSS EXTRA */

.webpayweb .login-cover-image{
	background: url('../admin/images/login-bg/binet-pagos-fibra10g.jpg') !important;
}

.webpayweb .login-cover, .webpayweb .login-cover-bg,.webpayweb .login-cover-image {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.webpayweb .login-cover .login-cover-bg {
  position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background: linear-gradient(to bottom,rgba(0,0,0,.0) 0,rgb(0 0 0 / 0%)) !important
}

.webpayweb #wpsearch label{
	color:#fff;
	text-transform: uppercase;
}

.webpayweb #wpsearch input{
 max-width: 300px !important;
}

.webpayweb #content{
margin: 5% 0px;
}

.webpayweb #content .col-sm-12.text-center.m-b-20 img{
margin-bottom: -90px;
    margin-left: -25%;
}

.webpayweb #content .text-center.m-t-20 img{
    margin-left: -25%;
}

.webpayweb .table,.webpayweb .table-responsive.table-bordered {
    background-color: #fff;
}

.webpayweb .f-s-12 {
    color: white  !important; 
}


.webpayweb .btn.btn-primary.m-t-10{
	width: 200px;
}

.webpayweb .laoderpass{
position: fixed !important;
}

.webpayweb #wpsearch{
padding: 20px;
}

.webpayweb #wpsearch div.text-center.m-t-20 p{
	display: none;
}

.webpayweb #wpsearch div.text-center.m-t-20{
	border-top:unset !important;
}
 
.webpayweb #wpsearch input {

border-radius: 60px;
}

.webpayweb .btn.btn-primary.m-t-10 {
border-radius: 60px;
}

.text-danger {
color: white!important;
font-family: inherit;
}

.webpayweb .panel { 

background: transparent !important;
box-shadow: none!important;
}

}

.login-cover .login-cover-bg {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background: transparent !important;
}

.login-cover .login-cover-bg {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background: transparent;
}
.login-cover-bg {
    background: rgba(0, 0, 0, 0.39);
}
.login-cover, .login-cover-bg, .login-cover-image {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    transition: background .2s linear;
    -webkit-animation: none !important;
    animation: none !important;
}

 .webpayweb .login-cover-image {
    background-position-x: center !important;
    background-size: cover !important;
}


#content.panel.panel-body.col-sm-12.text-center.m-b-20{
    margin-bottom: -30px!important;
}

@media (max-width: 767.98px){
    .content {
        margin-left: 0;
        padding: 20px;
        margin: -10% 0px !important;
    }
}