 .backgroundImg {
            background-image: url("../../img/login_background1.jpg");
            background-position: center;
            background-repeat: no-repeat;
            background-size: cover;
            clear: both;
            height: 100%;
            left: 0;
            top: 0;
            width: 100% !important;
            position: fixed !important;
        }
      
        .box-shadow-1 {
            box-shadow: 4px 2px 12px rgba(0, 0, 0, .5);
        }

        .wrap {
            display: block;
            bottom: 0px;
            right: 1px !important;
            right: 18px;
            width: 400px;
            line-height: 30px;
            position: fixed;
            text-align: center;
            position:absolute;
        }
      .displaynone{
		display: none;
      }
      .margin-top5{
		 margin-top: 5px;
      }
      .margin-top10{
		 margin-top: 10px;
      }
      .max-height80{
		  max-height: 80px
      }
      .f2back{
		   background-color: #F2F2F2;
      }
       .width400{
		  width: 400px;
      }
      
      
     