.inter_cnx{
position: relative;
width: 100%;
height:600px;
border:1px solid #c0c0c0;
margin: 5% auto;
}
#back {
  width: 100%;
  height: 100%;
  position: absolute;

}

#slideBox {
  width: 50%;
  max-height: 110%;
  height: 110%;
  top:-5%;
  overflow: hidden;
  margin-left:0;
  position: absolute;
  box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}
.topLayer {
  width: 200%;
  height: 100%;
  position: relative;
  left: 0;
}

.left {
    height: 100%;
    background: #ebebeb;
    left: 0;
    position: absolute;
    display: table;
    padding: 0 5%;
}

.right {
    height: 100%;
    background: #ebebeb;
    right: 0;
    position: absolute;
    display: table;
    padding: 0 5%;
}

.content {
    width: 80%;
    margin: 0 auto;
    position: relative;
    display: table-cell;
    vertical-align: middle;
}

.content h2 {
    color: #3d3d3d;
    font-weight: bold;
    font-family: lato;
    font-size: 35px;
    text-transform: uppercase;
    margin: 0 auto;
    text-align: center;
}

.off {
  background: none;
  color: #03A9F4;
  box-shadow: none;
}

.right .off:hover {
  background: #eee;
  color: #03A9F4;
  box-shadow: none;
}
.left .off:hover {
  box-shadow: none;
  color: #03A9F4;
  background: #363A3D;
}

.box_login {
    padding: 10%;
    display: table;
}

.box_login h3 {
    font-family: lato;
    font-size: 19px;
    color: #3d3d3d;
    font-weight: bold;
}
.btn_cnx {
    font-family: lato;
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    display: table;
    padding: 10px 30px;
    background-color: #e0aa54;
    cursor: pointer;
transition: all 0.5s ease;
}
.btn_cnx:hover{background-color: #ca2e54;}
.parg_cnx {
    font-family: lato;
    font-size: 14px;
    color: #3d3d3d;
    display: block;
    margin: 30px 0;
    text-align: justify;
}

@media (max-width:767px) {
.topLayer { width:100%;}

#slideBox {
  width:100%;
}
}


.frame_l {
    width: 100%;
    background-color: #ebebeb;
    padding: 20px;
    display: table;
    text-align: center;
}
.frame_i {
    width: 100%;
    background-color: #ebebeb;
    padding: 20px;
    text-align: center;
margin-top: 20px;
    display: table;
}





