﻿body {      font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif !important;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;

}
#page-signin-bg  {
       background: url('images/login-background1.jpg')  no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
   -webkit-filter: blur(5px);
    filter: blur(5px);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.overlay { background:rgba(29, 28, 28, 0.44); z-index:1;  bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.Vld{margin-top:30px;  }

._LoginForm {
    display: block;
    position: fixed;
    z-index: 3;
    text-align: center;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 700px;
    height: 400px;
    background: #ffffff;
}
-webkit-box-shadow: 2px 2px 18px 0px rgba(0,0,0,0.42); border-radius:4px; box-sizing:border-box; overflow:hidden;
-moz-box-shadow: 2px 2px 18px 0px rgba(0,0,0,0.42);
box-shadow: 2px 2px 18px 0px rgba(0,0,0,0.42);}
.left{ width:40%; height:100%; background:#ebebeb; display:inline-block; float:left; padding-top:10px;
       line-height:17px;font-size:14px; font-weight:400;

}
.right,.right_bottom{ text-align:center;background:#fff; width:60%;height:calc(100% -110px);float:right;  }
.right_bottom{ height:110px;background:#f6f3f3; position:absolute; bottom:0; }
._input-group { display:block;  height:130px; margin:0 auto 0 75px;
}
.form-group {width:300px;position:relative; margin:auto; top:10px; left:2px; right:0;
   height:46px;    
}
.checkbox{ margin-top:0;}
.input-tx {
    height: 45px; width:inherit;
    padding: 3px 10px 0 60px;
    font-size: 15px;
    line-height: 1.33; border-radius:0;
     border: 1px solid #d6d6d6;
 

}
input:focus{ outline-color:#c3cde9;}
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}
.signin-form-icon{ position:absolute; float:left; padding:2px 15px; margin:auto; top:4px; left:12px;
                    font-size:20px; border-right:#d6d6d6 solid 1px;}
._link { margin:20px;
}
._link:hover{color:#cb9f9f;}
.btn_signUp{margin-top:35px; width:300px;}

@media screen and (max-width: 1000px) {
    ._input-group,.right,.right_bottom,.btn_signUp,.form-group,.input-tx{width:100%;max-width:100%; min-width:100%;}
    .btn_signUp {
        text-align:center;
    }
    .full_box,._LoginForm{
        width:100%;
    }
    .desktopOnly {
        display: none !important;
    }
   ._input-group{padding:0;margin:2px;left:0;}
    .form-group {   padding:0;  margin:0!important;width:100%;
    }
}
/* Mobil device  */
