* {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
}

header {
    background-color: rgba(128, 128, 128, 0.541);
    width: 100%;
    position: fixed;
    z-index: 999;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 150px;

}

.navigation  a:hover{
    color: darkred;
  }

  .access  a:hover{
    color: darkred;
  }


.navigation a{ 
    color: #fff;
    text-decoration: none;
    font-size: 21px;
    font-weight: 800; 
    padding: 25px;
}
/* .navigation .Home {
    color: darkred;
} */
.access a {
    color: #fff;
    text-decoration: none;
    font-size: 21px;
    font-weight: 800; 
    padding: 25px;
}
.access .en {
    text-align: center;
    display: inline-block;
    font-size: 23px;
    font-weight: 900;
    background-color: darkred;
    border: none;
    width: 60px;
    padding: 8px;
    border-radius: 10px;
}
/* .container {
    background-image: url(img/bacgr.jpeg);
    background-repeat: no-repeat;
    height: 100vh;
    background-size: cover;
    display: flex;
    padding-right: 100px;
    align-items: center;
    justify-content: flex-end;
} */

.box {
    border-radius: 900px;
    padding: 20px;
    width: 400px;
}

@media (max-width: 400px) {
    .box {
        padding: 75px 25px;
    }
}

/* .box form  {
    display: flex;
    align-items: center;
} */

.box form:first-of-type {
    margin-bottom: 35px;
}

.box 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;
}

.box form div input::placeholder {
    color: darkgrey;
    font-size: 25px;
    font-weight: 600;
}
.box a {
    color: white;
    text-decoration: none;
    margin-top: 30px;
    font-size: 18px;
    text-align: center;
    padding-left: 20px;
    font-weight: 700;
    display: block;
}

.box form input[type="submit"] {
    font-size: 14px;
    font-weight: 887;
    text-transform: uppercase;
    background-color: darkred;
    color: #fff;
    border: none;
    width: 42%;
    padding: 15px;
    margin: 45px 0px 0px 97px;
    border-radius: 24px;
    position: relative;
  
}

.box form input[type="submit"]:hover {
    cursor: pointer;
    background-color: rgba(128, 128, 128, 0.541);
}


.lang_a{
    background-color: red;
}

.lang_a:hover{
    background-color: white;
    color: red;
}

.logo{
    font-size: 30px;
    font-weight: 900;
    font-style: italic;
    text-transform: uppercase;
    color: #FF4B2B;
}