/*-----------------------------------------*/
/* Canvas section of the admin.ejs styling */
/*-----------------------------------------*/

.adminSection {
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.09);
  background-color: rgb(238,238,238);
}

.adminOuterContainer {
  width: 100%;
  height: 100%;
  position: relative;
}

.adminInnerContainer {
  width: 30rem;
  height: 30rem;
  margin: 0;

  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);

  background-color: rgb(238,238,238);
  background-color: rgba(0,0,0,0.04);
  border: none;
  border-radius: 5.6px;
  outline: none;
  box-shadow: 0rem 0rem 3.2px 0.016px black;
}

.admin-logo-container {
  height: 4rem;
  width: 4rem;
  margin: 0 auto;
  margin-top: 3rem;
  display: block;
  position: relative;
  text-align: center;
  border: 0.215625rem solid #2d2d2d;
  border-radius: 50%;
  box-shadow: 0rem 0rem 0.125rem 0.005625rem #2d2d2d;
  background-color: white;
}

.admin-logo {
  font-size: 1.6rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

h2 {
  text-align: center;
  margin-top: 2rem;
  margin-bottom: 3.5rem;
}

.admin-inputs {
  width: 23rem;
  height: 3rem;
  padding-left: 0.65rem;
  margin: 0 auto;
  margin-bottom: 1rem;
  display: block;
  border: none;
  border-radius: 0.35rem;
  outline: none;
  box-shadow: 0rem 0rem 0.215625rem 0.001rem black;
}

.admin-btn {
  width: 10rem;
  height: 3rem;
  margin: 0 auto;
  margin-top: 1.5rem;
  display: block;
  border: none;
  border-radius: 1.5rem;
  outline: none;
  box-shadow: 0rem 0rem 0.215625rem 0.001rem black;
}
