body {
    background: #eeece8 !important;
}

.loginpage-formwrapper {
    padding: 150px;
    width: 800px !important;
    height: 750px;
    background: #fff;
    margin: 0 auto !important;
    animation: smooth-appear 3s ease forwards;
    z-index: 2;
}
@keyframes smooth-appear {
    to {
        border-top-left-radius: 250px;
        border-top-right-radius: 50px;
        border-bottom-left-radius: 50px;
        border-bottom-right-radius: 250px;
    }
}

.loginpage-logo {
    position: absolute;
    top: 60px;
    left: 90px;
    width: 500px !important;
    background: url("./resources/Hops_Main.png") !important;
    background-repeat: repeat;
    background-size: auto;
    height: 180px !important;
    background-size: 220px;
    z-index: 9;
}

 .loginpage-image {
    height: 100%;
    animation: none !important;
    background: none !important;
    -webkit-clip-path: none !important;
    clip-path: none !important;
}

.loginpage-bottom {
    background: url("./resources/green_clip.svg");
    width: 875px;
    height: 875px;
    background-repeat: no-repeat;
    position: fixed;
    bottom: 0;
    left: 0;
}

.loginpage-top {
    background: url("./resources/purple_clip.svg");
    width: 875px;
    height: 875px;
    background-repeat: no-repeat;
    position: fixed;
    top: 0;
    right: 0;
    z-index: -1;
}

.loginpage-text1 {
    font-family: Platypi;
    font-size: 40px;
    position: absolute;
    left: 125px;
    top: 260px;
    z-index: 2;
}

.loginpage-text2 {
    font-family: Platypi;
    font-size: 40px;
    position: absolute;
    left: 125px;
    top: 310px;
    z-index: 3;
}

@font-face {
    font-family: Platypi;
    src: url("./resources/fonts/Platypi.ttf") format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: PlusJakarta;
    src: url("./resources/fonts/PlusJakarta.ttf") format('truetype');
    font-weight: normal;
    font-style: normal;
}

.loginpage-form .form-group .inputwrapper {
  flex: auto !important;
  position: relative;
  width: 100%;
  padding-top: 16px;
}

.form-control::placeholder {
    opacity: 0 !important;
}

.loginpage-form .form-group .control-label {
  flex: auto !important;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  position: absolute;
  top: -15px;
  z-index: 1;
  color: #7c8284;
}

.loginpage-form .form-group .inputwrapper .glyphicon {
    top: 65% !important;
    color: #7c8284;
}