/*
Theme Name:     E-shop Child for GMC-test
Theme URI:      http://www.gavick.com
Description:    Child theme for the Azera Shop theme 
Author:         ELIF srl
Author URI:     http://www.elif.it
Template:       maxstore
Version:        1.0 / 12.2016
*/
/*
.rsrc-fullwidth-home {
	background: url(/wp-content/uploads/2017/05/AccediPNG2.png) no-repeat;
	background-size: 100% auto; 
	margin: 2em 0; 
	text-align: left; 
	height: 508px;
}
*/

.form-wrapper {
position: relative;
/*    background: url(/wp-content/uploads/2017/05/AccediPNG2.png) no-repeat; */
    background-size: 100% auto; 
    /*height: 350px;*/
    width:  60%;
    background-color: #ffff;
    padding-top: 12%;
    margin-top: 50px;
    margin-right: 50px;  
    border: solid 11px #26396e;
    text-align: center;  
    margin: 0 auto;
    margin-bottom: 100px;
}
#child-2 {
    position: absolute;
    background: url(/wp-content/uploads/2017/05/login.png) no-repeat; 
    background-size: 100% auto; 	
    top: 0px;
    left: 0px;
    /* Included for example */
    width: 100%;
    height: 100%;
}

#child-3 {
    position: relative;
    background-color: #f8c519;
    /* top: 62%; */
    /* left: 0px; */
    /* width: 100%; */
    height: 115px;
    padding-top: 19px;
    margin: 0 auto;
}

@media (min-width: 1200px)
.rsrc-fullwidth-home {
    width: 1170px;
}
@media (min-width: 992px)
bootstrap.min.css:5
.rsrc-fullwidth-home {
    width: 970px;
}
@media (min-width: 768px)
bootstrap.min.css:5
.rsrc-fullwidth-home {
    width: 750px;
}
bootstrap.min.css:5
.rsrc-fullwidth-home {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.form-signin {
    max-width: 380px;
    padding: 15px;
    margin: 0 auto;
}

.form-signin .form-control {
    position: relative;
    font-size: 16px;
    height: auto;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #f8c519;
    /* border-radius: 0px!important; */
    border: 0px!important;
}

.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}

.btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px;
}
.input-checkbox {
  position: relative!important;
}
/*
.row #site-header, .header-cart {
 display: none;
}
*/

.myCRED-balance {
   font-size: xx-large !important;
}

.widget h3 {
    color: white !important;
}

#sidebar-secondary {
    background-color: #25396e !important;
    color: white;
}

.widget ul {
    padding-left: 0px;
    text-align: center;
}

#sidebar-secondary .widget ul {
    padding-left: 0px;
    text-align: left;
}

.widget_nav_menu li {
    display: inline;
    padding-left: 35px;
}

.navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
    padding-left: 20px;
}

.mycred-coupon-form {
    font-size: 20px;
    text-align: center;
}

.myCRED-buy-form {
    font-size: 20px;
    text-align: center;
}

.woocommerce div.product form.cart .variations td.label {
    background-color: #26396e !important;
} 

@media (min-width: 1200px) {
  .container {
    width: 100% !important;
  }
}