body{  margin:0;
  padding: 0;}

.wrapper{
  height: 100%;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
    background: url(images/login-bg.png) #E5E5E5;
    background-size: cover;
    background-position: center;
    background-repeat:no-repeat; 
    -webkit-background-size: cover;
   -moz-background-size: cover;
   -o-background-size: cover;
    font-family: sans-serif;
}

.wrapper .invisible_box{width:780px;height:400px;position:fixed;left:6%;top:20%;cursor:pointer;}

@media (min-width:768px) and (max-width:991px) {
.wrapper{background-image:url(images/login-bg-device.png);}
.wrapper .invisible_box{width:950px; height:650px; position:fixed; left:2%;top:59%;z-index:1000;cursor:pointer;}
}

.loginbox{
    width: 23%;
    height: auto;
    background: #fff;
    color: #000;
/*
    top: 40%;
    left: 83%;
*/
    top: 47%;
    left: 73%;
    position: absolute;
    transform: translate(-50%,-50%);
    box-sizing: border-box;
    padding: 70px 30px;
-webkit-box-shadow: 5px 5px 0px 0px #BABABA;
box-shadow: 5px 5px 0px 0px #BABABA;
border: solid 1px #f2f2f2;
}

@media (min-width:768px) and (max-width:991px) {
    .loginbox{  width: 90%;
    height:37%;
    top: 25%;
    left: 50%;}
}

@media only screen 
    and (device-width : 375px) 
    and (device-height : 812px) 
    and (-webkit-device-pixel-ratio : 3) { 
  .loginbox{  width: 90%;
    height:32%;
    top: 20%;
    left: 50%;}
    }


.loginbox .loginbox-cover{
margin-top: 120px;  
}

@media (min-width:768px) and (max-width:991px) { 
.loginbox .loginbox-cover{
margin-top: 160px;}
}

.logo{
    width: 60%;
    position: absolute;
    top: 40px;
    margin:0 auto;
    text-align: center;
    left: 20%;
}

@media (min-width:768px) and (max-width:991px) {
    .logo{
    width: 40%;left:30%;}
}



.loginbox p{
    margin: 0;
    padding: 0;
    font-weight: bold;
}

.loginbox input{
    width: 100%;
    margin-bottom: 20px;
}

.loginbox input[type="text"], input[type="password"]
{
    border: none;
    border-bottom: 1px solid #d5d5d5;
    background: transparent;
    outline: none;
    height: 40px;
    color: #000;
    font-size: 1em;
}


@media (min-width:768px) and (max-width:991px) {

.loginbox input[type="text"], input[type="password"], [type="submit"], a, p {font-size: 2em;height: 60px;}}


.loginbox input[type="submit"]
{
    border: none;
    outline: none;
    height: 40px;
    background: #171696;
    color: #fff;
    font-size: 18px;
    border-radius: 20px;
}

@media (min-width:768px) and (max-width:991px) {
.loginbox input[type="submit"]
{
 height: 60px;
 font-size: 2em;
 margin-bottom: 32px;
    }
}

.loginbox input[type="submit"]:hover
{
    cursor: pointer;
    background: #000;
    color: #fff;
}
.loginbox a{
    text-decoration: none;
    font-size: 14px;
    line-height: 20px;
    color: #000;
}

@media (min-width:768px) and (max-width:991px) {.loginbox a
    {font-size: 1.5em;float: left;}
}

.loginbox a:hover
{
    color: #fb2525;
}


.powered{height:40px;margin-top: 60px;}

.powered .iopl-logo{float: left;}

@media (min-width:768px) and (max-width:991px) {
.powered{height:60px;margin-top: 100px;}

}

.powered span{float:left; line-height:30px;margin:10px 10px 0 15px; font-size: 14px;}



@media (min-width:768px) and (max-width:991px) {
.powered span{float:left; line-height:30px;margin:10px 10px 0 15px; font-size: 22px;}

}






























































