@import url(/css/components/header.css);

.__createAccount-container {
  width: 400px;
  background: #040c12;
  border-radius: 10px;
  position: relative;
  padding: 20px;
  box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.75);
}
.__createAccount-header {
  margin-top: 10px;
  margin-bottom: 25px;
}
.__createAccount-createBtnContainer {
  margin-top: 20px;
}
