*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    overflow-x: hidden;
}
@font-face {
  font-family: Adelio;
  src: url("font/Adelio Darmanto Font by Keithzo (7NTypes).woff2");
}
body{
    background-color: #F4F0E4;
    overflow: hidden;
}

#loginSection{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content:center;
    height: 100vh;
    position: relative;
    overflow: hidden;
    gap: 4rem;
}

h1{
    font-family: 'Adelio';
    font-size: 6rem;
    font-weight: 500;
    text-align: center;
    color: #C0532C;
    line-height: 0.9;
    overflow: hidden;
    padding-top: 6rem;
}

#formCont form{
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}
#formCont{
    display: flex;
   /*  margin-top: 4rem; */
}
#formCont label{
    font-family: "Cormorant", serif;
    font-size: 1.8rem;
    font-weight: 500;
    color: #313131;
}
#formCont input::placeholder{
 font-family: "Cormorant", serif;
  font-size: 1.8rem;
  color: #333333;
  text-align: center;
}
#formCont input{
    border: none;
}
#btn{
  background-color: #1C4D49;;
  color: white;
  font-family: 'Adelio';
  font-size: 2.4rem;
  letter-spacing: 2px;
  padding: 0.3rem 2rem;
  font-weight: 200;
}
#pswd{
 background-color: #ffffff;
  padding: 0.5rem;
  font-size: 1.5rem;
  text-align: center;
}
 #titleCont{
    position: relative;
    overflow: visible;
    display: flex;
    align-items: center;
    justify-content: center;
}
#flowerCont{
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: -1;
}
#flower{
    position: fixed;
    rotate: calc(-30deg);
    width: 18rem;
    right: -6rem;
    top: -5rem;
    opacity: calc(0.8);
    z-index: -1;
}
#flower2{
    position: fixed;
     -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
     rotate: calc(90deg);
    width: 450px;
    bottom: -4rem;
    left: -6rem;
    opacity: calc(0.7);
    z-index: -1;
}
@media (min-width: 429px){
    #flower{
        width: 400px;
         top: -6rem;
    }
    #flower2{
            width: 500px;
    }
}
@media (min-width: 767px){
      #flower{
        width: 60vw;
        right: -8rem;
    }
    #flower2{
            width: 600px;
    }
    h1{
        font-size: 8rem;
    }
}
@media (min-width: 1023px){
    .break{
        display: none;
    }
        #flower2{
            width: 60vw;
            left: -120px;
    }
      #flower{
        width: 50vw;
        right: -150px;
    }
}
@media (min-width: 1200px){
    #flower{
        width: 570px;
    }
        #flower2{
            width: 700px;
        }
}
    /* color: #1C4D49; */
/*  -webkit-transform: scaleX(-1);
    transform: scaleX(-1); */
    /*     display: flex;
    justify-content: space-between; */

/* 
    #loginForm{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content:center;
    gap: 3rem;
    height: 100vh;
    position: relative;
    overflow: hidden;
}
#loginForm h1{
    background-color: #ffffff7e;
    padding: 1rem;
    font-family: 'Adelio';
    font-size: 7rem;
    font-weight: 500;
    text-align: center;
    color: #ae4a3d;
    line-height: 1;
    overflow: hidden;
    margin-top: 1rem;
}

#loginForm form{
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    border-radius: 8px;
}
#loginForm label{
    font-family: "Cormorant", serif;
    font-size: 1.8rem;
    font-weight: 500;
    color: #313131;
}
#loginForm input::placeholder{
 font-family: "Cormorant", serif;
  font-size: 1.8rem;
  color: #3d3d3d;
}
#loginForm input{
    border: none;
    border-radius: 4px;
}
#btn{
  background-color: #9e3834;
  color: white;
  font-family: 'Adelio';
  font-size: 2.4rem;
  letter-spacing: 2px;
  padding: 0.3rem 2rem;
  font-weight: 200;
}
#pswd{
 background-color: #ffffff;
  padding: 0.5rem;
  font-size: 1.5rem;
}
#bgBranches {
    overflow: visible;
    z-index: -1;
    width: 100%;
    opacity: calc(0.8);
}
.branch {
  width: 200px;
}
#branch1 {
    rotate: calc(180deg);
    position: absolute;
    left: -5rem;
  top: -3rem;
}
#branch2 {
    position: absolute;
    right: -5rem;
    bottom: -3rem;
} */