.login__title {
  font-size: 2em;
  text-align: center;
}

.login__desc {
  text-align: center;
  margin: 8px 0 24px;
}

.login__row {
  margin-bottom: 16px;
}

.login__col-left {
  float: left;
  width: 140px;
  text-align: right;
  font-weight: bold;
}

.login__col-left label {
  font-weight: bold;
}

.login__col {
  margin-left: 160px;
}

.registrationEvent {
  position: fixed;
  text-align: center;
  width: 30%;
  left: 35%;
}

.closeReg {
    float: right;
    font-size: 20px;
    font-weight: bold;
    margin-top: -42px;
    margin-right: -14px;
    margin-bottom: 0px;
    margin-left: 0px;
}

.closeReg:hover, .closeReg:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.loginEvent {
  position: fixed;
  text-align: center;
  width: 30%;
  left: 35%;
}

.closeLogin {
    float: right;
    font-size: 20px;
    font-weight: bold;
    margin-top: -42px;
    margin-right: -14px;
    margin-bottom: 0px;
    margin-left: 0px;
}

.closeLogin:hover, .closeLogin:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}