body {
    font-family: Arial, sans-serif;
    background-color: #f8f8f8;
    margin: 0;
    padding: 0;
}

#container {
    max-width: 560px; /* 480px + 40% */
    margin: 210px auto; /* 150px + 40% */
    padding: 75.6px; /* 54px + 40% */
    background-color: #fff;
    border-radius: 20.16px; /* 14.4px + 40% */
    box-shadow: 0 0 37.8px rgba(0, 0, 0, 0.1); /* 27px + 40% */
    text-align: center;
}

#logo {
    width: 350px; /* 315px */
    height: 115px;/* 150px  */
	
	
	
    margin-bottom: 0px; /* 75.6px + 50% */
}

h1 {
    font-size: 75.6px; /* 50.4px + 50% */
    color: #333;
    margin-bottom: 113.4px; /* 75.6px + 50% */
}

.input-container {
    margin-bottom: 75.6px; /* 54px + 40% */
}

input[type="text"],
input[type="email"],
input[type="password"] {
    width: calc(100% - 75.6px); /* 54px + 40% */
    padding: 37.8px; /* 27px + 40% */
    border: 1px solid #ccc;
    border-radius: 30.24px; /* 21.6px + 40% */
    font-size: 37.8px; /* 27px + 40% */
}



button {
    width: 100%; /* 54px + 40% */
    padding: 37.8px; /* 27px + 40% */
    border: none;
    border-radius: 30.24px; /* 21.6px + 40% */
    background-color: #4CAF50; /* Зелен цвят */
    color: #fff;
    font-size: 56.7px; /* 40.5px + 40% */
    cursor: pointer;
}

button:hover {
    background-color: #45a049; /* По-тъмно зелен цвят */
}

p {
    margin-top: 60.6px; /* 54px + 40% */
    font-size: 35.8px; /* 27px + 40% */
}

label{
    font-size: 35.8px; /* 27px + 40% */
}

span{
    font-size: 35.8px; /* 27px + 40% */
}

a {
    color: #007bff;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}