
body {
    background-size: 15rem 15rem, 20rem 20rem, 100% 100%;
    background-position: left calc(400px - 15rem), right top calc(700px - 20rem), center -200%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    z-index: 1;
    background-image: url(feater.svg), url(feater_right.svg), linear-gradient(180deg, #174a46 700px, rgba(149, 205, 205, .4) 0);
    transform: rotate(0), rotate(174deg), rotate(45deg);
    position: relative, absolute, absolute;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "Clash Display";
    src: url('fonts/ClashDisplayBold.otf');
    font-weight: bold;
    font-style: normal;
  }

@font-face {
    font-family: "Clash Display";
    src: url('fonts/ClashDisplayRegular.otf');
    font-weight: normal;
    font-style: normal;
  }

  @font-face {
    font-family: "Clash Display";
    src: url('fonts/ClashDisplaySemibold.otf');
    font-weight: 600;
    font-style: normal;
  }

@font-face {
    font-family: "Inter-Medium";
    src: url('fonts/Inter-Medium.ttf');
    font-weight: normal;
    font-style: normal;
  }

  @font-face {
    font-family: "Inter";
    src: url('fonts/Inter-VariableFont_slnt\,wght.ttf');
    font-weight: normal;
    font-style: normal;
  }




.container {
    max-width: 1200px;
    margin: 0 auto;
}

.main {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh; 
    column-gap: 300px;
}

.left {
    display: flex;
    flex-direction: column;
    height: 500px;
    max-width: 300px;
}

.left h1 {
    font-size: 2rem;
    color: white;
}

.left p {
    font-size: 1rem;
    color: white;
}

.mform {
    background-color: white;
    border-radius: 8px;
    width: 450px;
    height: 400px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
}

.mform p {
    text-align: center;
}

.mform input {
    
    padding: 18px 12px;
    background-color: gainsboro;
    margin-top: 8px;
    border-radius: 8px;
    width: 300px;
    border: none
}

.logo {
    max-width: 300px;
}

.mform span {
    width: 300px;
    text-align: right;
    margin-top: 8px;
}

.btn {
    background-image: linear-gradient(to right, rgb(194, 41, 173), rgb(227, 135, 215));
    border: none;
    padding: 12px 20px;
    width: 300px;
    border-radius: 10px;
    margin-top: 35px;
    color: white;
    font-size: 18px;
}

.btt {
    text-align: center;
    margin-top: 12px;
}