* {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
}

.container__ {
    background-image: url(img/bacgr.jpeg);
    background-repeat: no-repeat;
    height: 100vh;
    background-size: cover;
    /* display: flex; */
    align-items: center;
    justify-content: center;
    padding-right: 0px;
align-items: center;
justify-content: flex-end;
}

.boxREG {
    border-radius: 900px;
    padding: 20px;
    width: 400px;
    margin: 135px 0px 0px 0px;
}

@media (max-width: 400px) {
    .box {
        padding: 75px 25px;
    }
}

.boboxREGx form div {
    display: flex;
    align-items: center;
}

.boxREG form  input {
    font-size: 14px;
    border: none;
    box-shadow: 1px 1px 10px 1px;
    border-radius: 16px;
    text-align: center;
    min-width: 0;
    height: 55px;
    width: 356px;
    text-align: left;
    padding-left: 21px;
    margin: 12px;

}

.boxREG form div input::placeholder {
    color: darkgrey;
    font-size: 18px;
    font-weight: 600;
}
.boxREG a {
    color: darkgray;
    text-decoration: none;
    margin-top: 30px;
    font-size: 18px;
    text-align: center;
    padding-left: 20px;
    font-weight: 700;
    display: block;
}

.boxREG form input[type="submit"] {
    font-size: 15px;
    font-weight: 810;
    text-transform: uppercase;
    background-color: darkred;
    color: #fff;
    border: none;
    width: 45%;
    padding: 15px;
    margin-top: 10px;
    border-radius: 27px;
    margin-left: 104px;
    text-align: center;
}

.boxREG form input[type="submit"]:hover {
    cursor: pointer;
    background-color: rgba(128, 128, 128, 0.541);
}





.font{
    text-align: left;
    font-size: 24px;
    /* text-transform:; */
    font-family: 'Governor', sans-serif;  
    color: #fff;
  }
  .font1 {
    font-size: 59px;
    font-style: Bold;
    font-weight: 900;
  }
  
  
  .home-content h1 {
    font-stretch: condensed;
  }
  #home .here
  {
    font-size: 20px;
    color: #FF4B2B;
    font-family: bold;
  }
  
