body {
  padding: 0;
  margin: 0;
  background-repeat: no-repeat;
  background-size: auto;
}

#login {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
}

.card {
  background-color: rgba(19, 19, 19, 0.63);
  padding: 40px;
  border-radius: 2px;
  width: 280px;
}

.card-header {
  padding-bottom: 50px;
  opacity: 0.8;
  color: #fff;
}

.card-header::after {
  width: 70px;
  height: 1px;
  background-color: #fff;
  display: block;
  margin-top: -17px;
  margin-left: -5px;
}

.card-content label {
  color: #fff;
  font-size: 12px;
  opacity: 0.8;
}

.card-content-area {
  display: flex;
  flex-direction: column;
  padding: 10px 0;
}

.card-content-area input {
  margin-top: 10px;
  padding: 0 5px;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #916868;
  outline: none;
  color: #fff;
}

.card-footer {
  display: flex;
  flex-direction: column;
}

.card-footer .submit {
  width: 100%;
  height: 40px;
  background-color: #a13854;
  border: none;
  color: #e1e1e1;
  margin: 10px 0;
}

.card-footer a {
  text-align: center;
  font-size: 12px;
  opacity: 0.8;
  color: #fff;
  text-decoration: none;
}

header {
  width: 100%;
  height: 72px;
  background-color: rgba(19, 19, 19, 0.63);
  align-content: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.menu {
  list-style: none;
  display: flex;
  align-content: center;
  flex-wrap: wrap;
}

.menu li a {
  color: white;
  display: block;
  text-decoration: none;
  padding: 10px 20px 10px 20px;
  margin-left: 20px;
  text-align: center;
}

.menu li a:hover {
  color: #ffffff;
  display: block;
  text-decoration: none;
  margin-left: 20px;
  background-color: rgba(19, 19, 19, 0);
  font-size: 17px;
}

.logo {
  width: 90px;
  border-radius: 10px;
}
.logo img {
  width: 180px;
}

.border {
  border-right: 2px solid #ffffff;
}

.border1 {
  border-left: 2px solid #ffffff;
}

.con{
    display: flex;
    justify-content: end;
}

.con2{
    border: solid 3px #387573;
    background-color: #387573;
}
.con3{
    
    font-size: 40px;
    position: absolute;
    margin-top: -250px;
    margin-left: 200px;
    color: #fff;
}

.con4{
    padding: 10px 10px 10px 10px;
    margin-left: 100px;
   border: solid 3px #387573;
    background-color: #387573;  
    border-radius: 20px;
}
.con5{
    color:#fff;
}

.con6{
    font-size: 25px;
    position: absolute;
    margin-top: -250px;
    margin-left: 500px;
}

.con7{
    border: solid 3px #387573;
    background-color: #387573;;
}

.con9{
 color: #fff;

}
.con8{
 color: #fff;

}