
body{
    background-color: #000000;
}

/*
 * COMMON
 */

 .hr-light{
  opacity:0.35;
  width:75%;
  border:dotted 1px #ececec;
 }
/*
 * LOGIN
 */

.p-logo{
  text-align: center;
}
.p-logo__img{
  margin: 0 0 25px 0;
  width: 150px;
}

.p-login {
  width: 500px;
  margin: auto;
  background-color: #ffffff;
  padding: 35px;
  border-radius: 15px;
  text-align: left;
}
.p-login__icon{
  font-size: 50px;
}
.p-login__title {
  text-align: left;
  font-size: 25px;
}
.p-login__pageTitle {
  text-align: center;
  font-size: 21px;
}
.p-login__pageSubtitle{
  text-align: center;
  font-size: 15px;
}

.p-login__table {
  display: table;
  width: 100%;
  margin-top: 35px;
}
.p-login__row {
  display: table-row;
}
.p-login__th {
  display: table-cell;
  font-size: 14px;
  width: 150px;
  padding: 10px;
}
.p-login__td {
  display: table-cell;
  padding: 10px;
}
.p-login__input {
  padding: 10px;
  width: 100%;
  background-color: #ffffff;
  border: 1px #000000 dotted;
  border-radius: 7px;
}
.p-login__buttonWrapper {
  text-align: center;
  margin-top: 25px;
}
.p-login__button {
  width: 150px;
  padding: 10px 0;
  background-color: #161932;
  border-radius: 7px;
  color: #ffffff;
  cursor: pointer;
}
.p-login__button:hover {
  background-color: #ffffff;
  color: #867216;
}