@font-face {
    font-family: 'SiteCraft';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://higer.ir/wp-content/uploads/2023/12/sitecraft.eot);
    src: url('https://higer.ir/wp-content/uploads/2023/12/sitecraft.eot?#iefix') format('embedded-opentype'),url(https://higer.ir/wp-content/uploads/2023/12/sitecraft.woff2) format('woff2'),url(https://higer.ir/wp-content/uploads/2023/12/sitecraft.woff) format('woff'),url(https://higer.ir/wp-content/uploads/2023/12/sitecraft.ttf) format('truetype'),url('https://higer.ir/wp-content/uploads/2023/12/sitecraft.svg#SiteCraft') format('svg')
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'SiteCraft';
}

body {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  background-image: url(https://higer.ir/wp-content/uploads/2024/03/Latis-Header.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

#login {
    position: relative;
    width: 400px;
    background-color: transparent;
    border: 2px solid rgba(255, 255, 255, 0.5);
    border-radius: 20px;
    backdrop-filter: blur(55px);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2rem 3rem;
    flex-direction: column;
}
.login form {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    
}
.inputbox input {
    width: 100%;
    height: 60px;
    background: transparent;
    border: none;
    outline: none;
    font-size: 1rem;
    padding: 0 35px 0 5px;
    color: #fff;
}