body {
    margin:0;
    padding:0;
    font-family: "Krona One", serif;
    font-weight: 400;
    font-style: normal;
}

html, body {
    height: 100%;
}

* {
    box-sizing: border-box;
}

.container {
    height: 100%;
    min-height: 380px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width:1170px;
    padding: 20px;
    width: 100%;
    margin: 0 auto;
}

.form {
    display: flex;
    flex-direction: column;
    max-width: 480px;
    width: 100%;
}

a {
    color: #F06932;
}

button {
    font-family: "Krona One", serif;
    font-weight: 400;
    font-style: normal;
    background: transparent;
    display: flex;
    align-items: center;
    gap: 32px;
    outline: 0;
    border: 0;
    margin-left: auto;
    margin-top: 32px;
    cursor: pointer;
    color: #F06932;
}

input::placeholder {
    font-family: "Krona One", serif;
    font-weight: 400;
    font-style: normal;
    color: black;
}

.font-sans {
    font-family: "Open Sans", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings: "wdth" 100;
    font-size: 15px;
    margin-top: 40px;
}

input[type="text"],
input[type="password"] {
    width: 100%;
    height: 60px;
    padding: 0 40px; 
    font-size: 15px;
    border: 1px solid black;
    font-family: "Krona One", serif;
    font-weight: 400;
    font-style: normal;
}

input + input {
    margin-top: 24px;
}

h1 {
    text-align: center;
    color: #1E193C;
    font-weight: 400;
    margin: 0 0 45px;
    font-size: 32px;
}

.logo {
    margin-bottom: 50px;
    width: 300px;

}

.logo img {
    width: 300px;
}

.orange {
    padding-left: 40px;
    color: #F06932;
    font-size: 13px;
}