
.logbg{
    width: 100%;
  height: 100vh;
  background: linear-gradient(
    to right,
    rgb(51, 96, 230) 0%,
    rgb(191, 239, 251) 50%,
    rgb(191, 239, 251) 50%,
    rgb(255, 255, 255) 100%
  );
  display: flex;
    justify-content: center;
    align-items: center;

}
.logbg .form-control{border:1px solid transparent;
background-color: rgb(17, 138, 207);
color:#fff; height: 50px;
}
.logbg .form-control:focus{
    box-shadow: none;
}
.tb09{ border-radius:12px ; -webkit-border-radius:12px ; -moz-border-radius:12px ; -ms-border-radius:12px ; -o-border-radius:12px ; }
.logo09 img{
    height: 30px;
    margin-bottom: 20px;
}
@media(max-width:767px){
    .logbg .form-control{height:35px;
        }
    .logbg{
        width: 100%;
      height: 100vh;
      background: linear-gradient(
        to right,
        rgb(213, 224, 255) 0%,
        rgb(191, 239, 251) 50%,
        rgb(191, 239, 251) 50%,
        rgb(255, 255, 255) 100%
      );
      display: flex;
        justify-content: center;
        align-items: center;
    
    }
}