.b-example-divider {
  height: 3rem;
  background-color: rgba(0, 0, 0, .1);
  border: solid rgba(0, 0, 0, .15);
  border-width: 1px 0;
  box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}


/*X-Small devices (portrait phones, less than 576px)*/
@media (max-width: 414px) { 
  .img-rotate-left {
    height: 280px !important;
  }
  .img-rotate-1, .img-rotate-2, .img-rotate-3{
    background-size: 120px !important;
  }
}

@media (max-width: 575.98px) { 
  .img-logo{width: 40px !important;}

  .xs-none-d{display: none !important;}

  .box-white{
    margin-top: -30px;
    padding-left: 15px !important;
  }
  
  .box-white-login{
    margin-top: -30px;
    padding: 20px !important;
  }
  
  .box-white-register{
    margin-top: -30px;
    padding: 20px !important;
  }

  .box-green{
    display: none !important;
  }
}
/*
Small devices (landscape phones, less than 768px)*/
@media (max-width: 767.98px) { 
  .social-icons,.sm-text-start{text-align: left !important;}
  .img-logo{width: 80px !important;}
  .navbar-brand strong{font-size: 13px;}
  .navbar-brand p{font-size: 11px;}
  .navbar-brand{line-height: 20px;}
}

/*Medium devices (tablets, less than 992px)*/
@media (max-width: 991.98px) { 
  .rounded-lg-3 { border-radius: .3rem; }

  .box-white-login{
    padding-left: 90px !important;
  }
}

/*Large devices (desktops, less than 1200px)*/
@media (max-width: 1199.98px) { 
  .corner-stadium-football-1 {
    width: 480px !important;
    height: 330px !important;
  }

  .rectangle-4 {
    left: 300px !important;
    top: 200.12px !important;
  }

  .corner-stadium-football-2 {
    width: 480px !important;
    height: 330px !important;
  }

  .rectangle-4-2 {
    left: 300px !important;
    top: 200.12px !important;
  }

  .box-white-login{
    padding-left: 95px !important;
  }

}

/*X-Large devices (large desktops, less than 1400px)*/
@media (max-width: 1399.98px) { 
  .corner-stadium-football-1 {
    width: 480px !important;
    height: 330px !important;
  }

  .rectangle-4 {
    left: 330px !important;
    top: 180.12px !important;
    height: 260.41px !important;
  }

  .corner-stadium-football-2 {
    width: 480px !important;
    height: 330px !important;
  }

  .rectangle-4-2 {
    left: 330px !important;
    top: 250.12px !important;
    height: 260.41px !important;
  }

}


/*navbar*/
.img-logo{width: 100px;}
.profile-menu .dropdown-menu {
  right: 0;
  left: unset;
}
.profile-menu .fa-fw {
  margin-right: 10px;
}

.toggle-change::after {
  border-top: 0;
  border-bottom: 0.3em solid;
}


/*image header*/

.corner-stadium-football-1 {
  width: 650px;
  height: 434px;
  position: absolute;
  left: 200px;
  /* top: 160.54px; */
  /* transform-origin: 0 0; */
  /* transform: rotate(-3.06deg) scale(1, 1); */
}

.corner-stadium-football-2 {
  width: 650px;
  height: 434px;
  position: absolute;
  left: 200px;
  top: 230.54px;
  transform-origin: 0 0;
  transform: rotate(-3.06deg) scale(1, 1);
}

.box-white{
  padding-left: 150px;
}

.box-white-login{
  padding-left: 120px;
  height: 500px;
}

.box-white-register{
  padding-left: 100px;
  height: 850px;
}

.box-green{
  display: block;
}

.rectangle-4 {
  background: #120606;
  border-style: solid;
  border-color: #000000;
  border-width: 1px;
  width: 415px;
  height: 350.41px;
  position: absolute;
  left: 470px;
  top: 180.12px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  transform-origin: 0 0;
  transform: rotate(4.019deg) scale(1, 1);
}

.rectangle-4-2 {
  background: #120606;
  border-style: solid;
  border-color: #000000;
  border-width: 1px;
  width: 415px;
  height: 350.41px;
  position: absolute;
  left: 470px;
  top: 260.12px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  transform-origin: 0 0;
  transform: rotate(4.019deg) scale(1, 1);
}

.img-rotate-left {
  background: url('../../../assets/img/corner_stadium_football_1.png')top right no-repeat;
  background-size: 100% auto;
  height: 350px;
}

.img-rotate-right {
  background: url('../../../assets/img/Rectangle_4.png')top left no-repeat;
  background-size: 100% auto;
  position: relative;
  height: 350px;
  z-index: 99999999999999;
}

.img-rotate-1 {
  height: 150px;
  background-attachment: fixed;
  /* background: url('template/front/img/Rectangle_6.png') right no-repeat; */
}
.img-rotate-2 {
  height: 120px;
  margin-left: -10px;
  margin-top: 10px;
  background-attachment: fixed;
  /* background: url('../../../assets/img/Rectangle_7.png') left no-repeat; */
}
.img-rotate-3 {
  height: 120px;
  margin-top: -50px;
  background-attachment: fixed;
  background: url('../../../assets/img/Rectangle_8.png') top center no-repeat;
}

/*button*/
.btn-green {
  color: #fff;
  background-color: #B0DC78;
  border-color: #a5d664;
}
.btn-green:hover {
  color: #fff;
  background-color: #7cb449;
  border-color: #a5d664;
}

.form-control:focus {
    outline: none !important;
    border:2px solid #7CB449;
    box-shadow: 0 0 10px #719ECE;
}

/*border*/
.bdr-green{
  border: 2px solid #bdd9a4;
}
.bdr-black{
  border: 2px solid #000000;
}

/*color */
.txt-greeen{
  color: #6EB52D;
}

.bg-green-light{
  background-color: #B0DC78 !important;
}

.bg-green-dark{
  background-color:#7cb449 !important;
}

/*list style*/
.fa-ul{
  list-style: none;
}

.list-horizontal {
  font-family: "Open Sans";
  font-weight: 300;
  color: #448aaf;
}
.list-horizontal ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.list-horizontal ul li {
  padding: 5px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
}

.list-no{
  list-style: decimal;
}

/*social media*/
.universal-inline-block {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.social-icons {
  text-align: center;
  font-family: "Open Sans";
  font-weight: 300;
  font-size: 1.5em;
  color: #448aaf;
}
.social-icons h1 {
  margin: 40px 0;
}
.social-icons ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.social-icons ul li {
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
}
.social-icons ul li a {
  display: block;
  font-size: 1.4em;
  margin: 0 5px;
  text-decoration: none;
}
.social-icons ul li a i {
  color: #000000;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.social-icons ul li a:hover i {
  color: #275066;
}
.social-icons ul li a:focus i,
.social-icons ul li a:active i {
  transition: none;
  color: #0b161c;
}