.Home_screen {
    display: flex;
    background: #f0f8ff00;
    height: 100vh;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none;
}

* {
    margin: 0;
    padding: 0;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none;
}

.HomeScreenLogo {
    padding: 18px;
}

.HomeScreenFiled {
    padding: 26px;
}

.HomeScreenFiled input {
    padding: 13px;
    border-radius: 61px;
    border: 1px solid rgb(169 150 150 / 36%);
    width: 300px;
    font-weight: 700;
    box-shadow: 0px 0px 8px #a5919129;
}

.HomeScreenFiled input[type="button"], .HomeScreenFiled input[type="submit"] {
    width: fit-content;
    background: #2871a5;
    color: white;
}

input[type="text"] {}

.HomeScreenLogo img {
    width: 223px;
}