      body,
      html {
         margin: 0;
         padding: 0;
         height: 100%;
         background: #e3f5e2 !important;
      }
      .user-card {
         height: 200px;
         width: 560px;
         margin-top: auto;
         margin-bottom: auto;
         background: #90b8da;
         position: relative;
         display: flex;
         justify-content: center;
         flex-direction: column;
         padding: 10px;
         box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
         -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
         -moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
         border-radius: 15px;
      }
      .brand-logo {
         background: #EEEEEE;
         padding: 5px;
         margin: 0px 0px 20px;
         border-radius: 15px;
         height: 97px;
         width: 221px;
         border: 2px solid white;
      }
      .login-btn {
         width: 100%;
         background: #91ce8c !important;
         color: white !important;
      }
      .login-btn:focus {
         box-shadow: none !important;
         outline: 0px !important;
      }