body{
    position: fixed;
    width: 100%;
    height: 100%;
    /*background: url(../Images/Login/bbg.jpg) no-repeat center;*/
    background-color: #ecf8ff;
    background-size: auto 105vh;
    overflow: scroll;

}
/*body{
  position: fixed;
    width: 100%;
    height: 100%;
    background-color: #4896e7;
    background: url(../Images/Login/bg.jpg) no-repeat center;
    background-size: auto 100vh;
}*/
.cwhite{
	color: #ffffff;
	margin-top: 120px;
	margin-bottom: 20px;
	text-align: center;
}
.bwhite{
/*background-color: #ffffff;
    box-shadow: 0px 0px 8px #29292954;*/
    width: 450px;
}
.paddlogin{
    background: url(../Images/login.png) no-repeat;
    background-size: 100%;
    padding: 20px 40px 40px 40px;
    width: 570px;
    height: 474px;
}
.bottombb{
width: 100%;
    height: 80px;
    background: linear-gradient(#ecf8ff, white);
    position: fixed;
    bottom: 0;
    text-align: center;    
    padding-top: 50px;
    color: #6f6f6f;
}
.bwhite .btn{
	margin-top: 40px;
}
.titlee{
    color: #3896d0;
    font-size: 39px;
    font-weight: 600;
    margin-top: 250px;
    padding-left: 100px;
}
.top-title{
    background-color: #4d96e3;
    color: #ffffff;
    padding: 10px 20px;
    font-size: 30px;
}

.logininput{
      width: 280px;
    margin: auto;
    margin-top: 90px;
}


@media screen and (max-width: 1920px) {
    .cwhite {
		margin-top: 160px;
    }
}

.h1{
    text-align: left;
    position: relative;
    top: -50px;
  font-size: 35px;
}
.logintitle{
    color: #ffffff;
    font-size: 30px;
    background: #1896fd;
  background: linear-gradient(#3995e8, #60aff4);
    text-align: center;
    padding: 40px;
    display: none;
}
.inputicon{
float: left;
    position: relative;
    top: -30px;
    color: #848484;
    left: 10px;
}
.iconformcontrol{
  padding-left: 30px;
  height: 46px;
}
.login-box{
  position: relative;
  left: 120px;
  top: -30px;
}
.leftimg{
  position: relative;
  left: -100px;
}

.login-box label{
    text-align: left;
    color: #c7c7c7;
    float: left;
}
.login-box .form-group{
  margin-top: 15px;
}

.topimg{
  position: relative;
  height: 500px;
}

@media screen and (max-width: 1600px) {
  .topimg{
    position: relative;
    height: 350px;
  }
}
.imgg{
width: 100%;
                height: 100%;    
                position: absolute;
                background-size: cover;
                background-position: center center;
                background-repeat: no-repeat;    background-image: url(Images/Login/bbg.jpg);
}

.yzm{
background-color: #e6e6e6;
    border: 1px solid #cccccc;
    width: 100px;
    height: 46px;
    float: right;
    margin-top: -46px;
}