.formpanel {
  top: 75px;
  position: relative;
  margin: auto;
  background: white;
  width: 347px;
  text-align: center;
  border-radius: 26px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19)
}

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236;}

.heading {
    padding-top: 35px;
    margin: 0px 32px;
}

.login-line{
  border-bottom: 1px solid #bbbbbb;
    border-radius: 0px;
}

input{
  border-radius: 3px;
    border: none;
    padding: 10px;
    margin: 8px;
}

.btn-login-front {
    width:  100%;
    height:  100%;
    border-radius: 0px 0px 26px 26px;
    border:none;
    color: white;
    font-size: 15pt;
}

.btn-login-front:hover {
  background: linear-gradient(265deg,#fd9714,#ffb000);
  color:white;
}

.buttonfront {
    /* padding: 24px; */
    display: block;
    height: 80px;
    background: yellow;
    position: relative;
    border-radius: 0px 0px 26px 26px;
    margin-top: 39px;

}

body{
    background-repeat: no-repeat;
    background-size: cover;

}

@media screen and (max-width: 1280px) {
    body {
    background-repeat: no-repeat;
    background-size:  cover;
    }
}

button {
    text-decoration: none;
    background: transparent;
    border: none;
}

input[type="button"] {
    background: none;
    border: none;
}

.gradient{
  background: linear-gradient(265deg,#fd9714,#f9663a);
}



/* .buttonsubmit.btn.btn-warning {margin: 8px 10px;} */
