
body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f4f4f4;
}

h2 {
    text-align: center;
    font-size:20px;
    color: #333;
}

form {
    width: 100%;
}

input[type="text"],
input[type="password"],
input[type="email"],select {
    width: calc(100% - 20px);
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

.lang-btn {
    color: #162144;
    border: 1px solid #f0f0f0 !important;
}

a {
    display: block;
    text-align: center;
    margin-top: 10px;
    color: #052137;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

img.logo {
    max-width: 55%;
    height: auto;
}

.error {
    color: red;
    font-size: 12px;
    text-align: left;
    margin-bottom: 10px;
}


