*{
    margin:0px;
    padding:0px;
    /*color: #0B1A29;*/
  }
  body{
      width: 100%;
      background-image: linear-gradient(to bottom, #D2D2F7 , #F6F4FC);
      background-repeat: no-repeat;
      background-attachment: fixed;
  }

  .form_style{
    padding-top: 150px;
  }

  .login-form{
    background-color: #aeaee0;
    border-radius: 25px;
    padding: 30px;
  }
  .login-form-input{
	  padding-top: 5px !important;
	  padding-bottom: 5px !important;
  }