html{
    overflow-x: hidden;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}
body {
    overflow-x: hidden;
    font-family: Arial, Helvetica, sans-serif;
    background: #ccdada;


}
/**************actual css starts****/

/*******************registration button and form css***********************/

.registration .heading{
    justify-content: center;
    color: #311008;
  }
  .registration .content-wrapper{
    color: #311008;
  }

  .registration b {
    color: #311008;
  }

  .signupbtn {
    background-color: #3e567a;
    padding: 10px 17px;
    color: navajowhite;
    border-radius: 24px;
    width: 100%;
    cursor: pointer;
}

.cancelbtn {
    background-color: brown;
    padding: 10px 17px;
    color: navajowhite;
    border-radius: 24px;
    width: 100%;
    cursor: pointer;
}
.bottom-content-wrapper{
    background-color: #fffbf1;
    padding: 5%;
    border: 1px solid #888;
    border-radius: 8px;
}
input[type=text], .popup-content input[type=password] {
    padding: 12px;
    margin: 5px 0 8px 0;
    border: 1px solid #311008;
    border-radius: 4px;
    background: #fff;
}
svg {
    margin-top: 5px;
}

hr {
    font-weight: bolder;
}

 .close {
    position: absolute;
    right: 35px;
    top: 15px;
    font-size: 40px;
    font-weight: bold;
    color: #f1f1f1;
}