* {
    margin: 0;
    padding: 0;
}
body {
    background: linear-gradient(4deg, #20c94099, #20c94000);
}
.button {
    padding: 10px;
    background: #1d9ccd;
    color: white;
    font-weight: bold;
    word-spacing: 5px;
    text-align: center;
    cursor: pointer;
}
.header {
    background: #20c940;
    height: 83px;
    /* margin-bottom: 3px; */
    display: flex;
    position: fixed;
    width: 100%;
    justify-content: center;
    z-index: 0100;
}

.logo {
    display: flex;
    padding: 10px;
    background: white;
    width: fit-content;
    margin: 10px;
    height: 39px;
    border-radius: 15px;
}

img {width: 100%;}

.logoimg {
    width: 60px;
}

.LogoCon {
    font-size: 25px;
    font-family: ui-monospace;
    font-weight: bolder;
    color: #eb5c5c;
}
.gap {
    height: 83px;
}

.wrapper {
  width: 100%;
  height: 271px;
  /* position: absolute; */
  display: flex;
  /* left: 50%; */
  /* top: 50%; */
  /* transform: translate(-50%, -50%); */
  /* border-radius: 5px; */
  /* background-image: linear-gradient(to top, #accbee 0%, #e7f0fd 100%); */
  overflow: hidden;
  background: white;
  justify-content: center;
}

.wave {
  width: 900px;
  height: 1004px;
  /* position: absolute; */
  /* top: -25%; */
  /* left: -20%; */
  margin-left: -796px;
  margin-top: -772px;
  border-radius: 39%;
  background: #20c940;
  animation: wave 3s infinite linear;
}

@keyframes wave {
  from { transform: rotate(0deg);}
  from { transform: rotate(180deg);}
}

.wavecontain {
    position: absolute;
    top: 96px;
    width: 86%;
    display: flex;
    padding: 71px 0;
    flex-direction: column;
    align-items: end;
}
.wavecontain {}

.maincon {
    padding: 10px 0;
    font-size: 18px;
    color: #20c940;
    font-weight: 900;
    font-family: cursive;
}

.email {
    width: 57%;
    display: flex;
    justify-content: end;
}

input.hemail {
    padding: 10px;
    border: 1px solid #20c940;
    width: 320px;
}

input.hemailb {
    padding: 10px;
    border: 0;
    background: #20c940;
    color: white;
    font-family: fantasy;
}
w {
    margin: 0;
    padding: 0;
}
body {
    background: rgb(249 219 164);
}

.header {
    background: #f57e04;
    height: 83px;
    /* margin-bottom: 3px; */
    display: flex;
    position: fixed;
    width: 100%;
    justify-content: center;
    z-index: 0100;
}

.logo {
    display: flex;
    padding: 10px;
    background: white;
    width: fit-content;
    margin: 10px;
    height: 39px;
    border-radius: 15px;
}

img {width: 100%;}

.logoimg {
    width: 60px;
}

.LogoCon {
    font-size: 25px;
    font-family: ui-monospace;
    font-weight: bolder;
    color: #eb5c5c;
}
.gap {
    height: 83px;
}

.wrapper {
  width: 100%;
  height: 271px;
  /* position: absolute; */
  display: flex;
  display: none;/* left: 50%; */
  /* top: 50%; */
  /* transform: translate(-50%, -50%); */
  /* border-radius: 5px; */
  /* background-image: linear-gradient(to top, #accbee 0%, #e7f0fd 100%); */
  overflow: hidden;
  background: white;
  justify-content: center;
}

.wave {
  width: 900px;
  height: 1004px;
  /* position: absolute; */
  /* top: -25%; */
  /* left: -20%; */
  margin-left: -474px;
  margin-top: -772px;
  border-radius: 39%;
  background: #20c940;
  animation: wave 3s infinite linear;
}

@keyframes wave {
  from { transform: rotate(0deg);}
  from { transform: rotate(180deg);}
}

.wavecontain {
    position: absolute;
    top: 96px;
    width: 86%;
    display: flex;
    padding: 71px 0;
    flex-direction: column;
    align-items: end;
}
.wavecontain {}

.maincon {
    padding: 10px 0;
    font-size: 18px;
    color: #20c940;
    font-weight: 900;
    font-family: auto;
    text-shadow: 1px 1px 11px white,1px 1px 11px white,1px 1px 11px white,1px 1px 11px white,1px 1px 11px white,1px 1px 11px white,1px 1px 11px white,1px 1px 11px white;
}

.email {
    width: 57%;
    display: flex;
    justify-content: end;
}

input.hemail {
    padding: 10px;
    border: 1px solid #20c940;
    width: 320px;
}

input.hemailb {
    padding: 10px;
    border: 0;
    background: #20c940;
    color: white;
    font-family: fantasy;
    cursor: pointer;
}
.login {background: linear-gradient(64deg, rgb(255 252 241), rgb(255 235 191));padding: 25px;display: flex;flex-direction: column;justify-content: center;margin: 10px 0;align-items: center;}

.loginhead {
    font-size: x-large;
    padding: 10px;
    color: black;
    font-family: auto;
    font-weight: 900;
    text-align: center;
}

.loginhead.loginhead1 {
    font-size: 14px;
}
.developer, .footer {
    padding: 10px 16px;
    font-family: system-ui;
    font-size: 14px;
    background: #f56804;
    width: 100%;
    margin: 16px 0;
    line-height: 1.5;
    border-top: 1px solid #00000036;
    color: rgb(255 255 255);
    text-align: center;
    padding: 21px 0;
}
.field {
    width: 277px;
    display: flex;
    flex-direction: column;
    padding: 10px;
}

.fieldhead {
    width: 100%;
    color: black;
    padding: 10px 0;
}

.fieldinput input, .fieldinput select {
    width: 100%;
    font-size: 18px;
    padding: 5px;
    border-color: white;
}

input[type="button"] {
    margin: 10px 0;
    width: 100%;
}

.resulutionerror {
    display: flex;
    flex-direction: column;
    position: fixed;
    z-index: 233;
    width: 100vw;
    background: #20c940;
    height: 100vh;
    align-items: center;
    justify-content: center;
}
.developer {
    padding: 10px 16px;
    font-family: system-ui;
    font-size: 14px;
    background: #e5fffe;
    width: 100%;
    margin: 16px 0;
    line-height: 1.5;
    border-top: 1px solid #00000036;
    color: rgb(103 94 94);
    text-align: center;
    padding: 21px 0;
}


