.page-forgot-password {
  background-color: #eee;
}

.page-forgot-password p {
  color: #9e9e9e;
}

.page-forgot-password form {
  width: 250px;
  margin: 30px auto;
}

.form-material.floating .floating-label {
    top: -0.8rem;
    font-size: .8rem;
}

body {
    background-color: #ffffff !important;
    background-image: 
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1440' height='600' viewBox='0 0 1440 600'%3E%3Cpath fill='%23e3f2fd' fill-opacity='0.2' d='M0,160L80,186.7C160,213,320,267,480,256C640,245,800,171,960,160C1120,149,1280,203,1360,229.3L1440,256L1440,600L1360,600C1280,600,1120,600,960,600C800,600,640,600,480,600C320,600,160,600,80,600L0,600Z'/%3E%3C/svg%3E"),
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1440' height='600' viewBox='0 0 1440 600'%3E%3Cpath fill='%23bbdefb' fill-opacity='0.2' d='M0,320L120,341.3C240,363,480,405,720,394.7C960,384,1200,320,1320,288L1440,256L1440,600L1320,600C1200,600,960,600,720,600C480,600,240,600,120,600L0,600Z'/%3E%3C/svg%3E");    
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: contain;
    background-attachment: fixed;
    margin: 0;
    height: 100vh;
}