.allWindow { width: 100vw; height: 100vh; background-color: #c0c0c0; display: flex; flex-wrap: wrap; justify-content: center; align-items: center; } .formaLogin { background-color: #d0e8ff; box-shadow: 10px 10px 20px 3px #202020; display: flex; flex-wrap: wrap; text-align: center; border-radius: 4px; border: 2px solid #404040; } .formaLogin :nth-child(n) { margin: 5px; } input[type='text'], input[type='password'] { width: 300px; height: 40px; font-size: 18px; margin-bottom: 25px; border-radius: 4px; padding-left: 10px; } .buttons :nth-child(n) { font-size: 18px; }