body{
    min-width: 100px;
    background: linear-gradient(to right, lightblue, #c9d6ff);
}

.container { 
    background:#E2E2E2;
    width:450px;
    height: 550px;
    padding:1.5rem;
    margin:50px auto; 
    border-radius: 10px;
    box-shadow: 0 20px 35px rgba(0,0,1,0.9)
}

nav {
    display: flex;
}

img {
    width: 60px;
    height: 60px;
    margin-left: 10px;
}

h1 {
    font-size: 36px;
    font-family: "Courier New", Courier, "Lucida Sans Typewriter", "Lucida Typewriter", monospace;
    font-weight: bold;
    margin-top: 14px;
    margin-left: 10px;
}

h2 {
    font-size: 18px;
    font-weight: bold;
    margin-left: 100px;
    margin-top: 40px;
    color: #383838;
}

label#lab1 {
    display: block;
    margin-left: 76px;
    margin-top: 50px;
    font-size: 16px;
    font-weight: bold;
    color: #4B4B4B;
}

input[type="text"] {
    margin-left: 76px;
    height: 28px;
    width: 300px;
    background-color: white;
    border-style: none;
    margin-top: 3px;
}

label#lab2 {
    display: block;
    margin-left: 76px;
    margin-top: 30px;
    font-size: 16px;
    font-weight: bold;
    color: #4B4B4B;
}

input#password {
    display: block;
    margin-left: 76px;
    margin-top: 10px;
    height: 28px;
    width: 300px;
    background-color: white;
    border-style: none;
    margin-top: 3px;
}

input#showPassword {
    display: inline-block;
    margin-top: 6px;
    padding: 0px;
    cursor: pointer;
    margin-left: 76px;
}

label#lab3 {
    margin-top: 3px;
    font-family: Arial, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #4B4B4B;
    margin-left: 0px;
}

h4{
    margin-left: 780px;
    margin-top: 40px;
    font-size: 18px;
    font-weight: bold;
    color: #4B4B4B;
}

button#myBtn {
    width: 90px;
    height: 30px;
    margin-top: 60px;
    margin-left: 180px;
    border-style: none;
    cursor: pointer;
    font-weight: bold;
    border-radius: 6px;
    background-color: #4CAF50;
    color: white;
    font-size: 14px;
    display: block;
    margin-bottom: 40px;
}

label {
    margin-left: 143px;
    margin-top: 150px;
}

button#button1 {
    margin-top: 10px;
    border-style: none;
    background-color: #E2E2E2;
    color: royalblue;
    font-weight: bold;
    margin-left: 192px;
    cursor: pointer;
}



