@font-face {
    font-family: Norse;
    src: url('Norse-Bold.otf') format("opentype");
    font-weight: normal;
    font-style: normal;
}

body {
    margin: 0;
    padding: 0;
}

.Title {
    display:flex;
    font-family: Norse;
    align-items: center;
    font-size: 4.5rem;
    color: white;
    position:absolute;
    left: 50%;
    transform: translate( -50%);
    justify-content: center;
    
}

div > img {
    position: relative;
    width: 8vw;
    Height: 15vh;
}


img + div {
    position: absolute;
    background-color: rgba(34, 33, 33, 0.7);
    width: 40vw;
    height: 15vh;
    top:30%;
    left:20%;
    transform: translate(-50%, -50%);
    overflow: hidden;
}

.Section1 {
    display: flex;
    background-color: #F9FAFB;
    height: 35vh;
    justify-content: end;
    flex-direction: column;
}

.Section1 p {
  margin: 0;
  padding: 0;
  font-size: 1rem;
  font-weight: 700;
  margin: 0.2rem 2rem 1rem 2rem;
  font-family: 'Times New Roman', Times, serif;
  font-size: 1.2rem;
  width: 43vw;
  
}

.Section1 p:nth-child(2) {
    margin-bottom: 3rem;
}

.Section2 {
    background-color: rgb(255, 255, 255);
    height: 30vh;
    border-bottom: 1px black transparent;
    box-shadow: 0 10px 10px rgba(0,0,0,.1);
}

.Section2 > div:nth-child(1) {
    margin-left: 2rem;
    margin-top: 1rem;
    font-weight: 500;
    font-size: 1.2rem;
    font-weight: 600;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}



.Form {
    display: flex;
    flex-direction: row;
    gap:4rem;
}

label {
    display: flex;
    flex-direction: column;
    margin-left: 2rem;
    margin-top: 1rem;
    font-family: sans-serif;
    letter-spacing: 0.1rem;
    font-size: 0.7rem;
    gap:0.1rem;
}

button {
    color: white;
    background-color: #596D48;
    width: 10rem;
    height: 2rem;
    border: none;
    border-radius: 4px 4px 4px 4px;
    margin-top: 1.5rem;
    margin-left: 2.5rem;
    box-shadow: 3px 3px 15px -2px rgba(0,0,0,0.5);
}

button + p {
    font-size: 0.9rem;
    margin-left: 2.5rem;
    margin-top: 1.2rem;

}

input {
    border: 1px solid #E5E7EB;
    border-radius: 2px 2px 2px 2px; 
}

input:hover {
    border: 1px solid black;
    box-shadow: 2px 2px 2px 2px rgba(0,0,0,.1);
}

[type="password"] {
border: 1px red solid;
}


body {
    display:flex;
    position: relative;
}

img {
    width:40vw;
    height:100vh;
    display: block;
 
}

.Main {
    width: 60vw;
    height:100vh;
}


span {
    font-style: italic;
}

