body {
    text-align: center;
    font-size: 20px;
    padding: 50px;
    background-color: #f7f7f5;
}

.logo2 {
    position: absolute;
    top: 32px;
    left: 32px;
  }
.logo>img {
    width: 150px;
}
h2 {
    margin-top: 100px;
    font-size: 34px;
    font-weight: 600;
}
main p {
    line-height: 32px;
}
.input-container {
    margin: auto;
    margin-top: 40px;
    text-align: left;
    max-width: 420px;
}
.companies {
    margin-top: 100px;
    font-size: 20px;
}
.companies>.images {
    margin-top: 10px;
}
.companies>.images>img {
    width: 85px;
    height: auto;
    display: inline;
}
.companies>img {
    display: inline;
}
.secure_connection {
    opacity: 0.5;
    width: 100px;
    height: auto;
    margin-top: 5px;
}
.response {
    padding: 10px;
    font-size: 16px;
    width: 400px;
    height: 20px;
    color: #CC0000;      
}
#have_account {
    display: block;
    position: fixed;
    font-size: 16px;
    top: 16px;
    right: 16px;
}
#have_account>a {
    text-decoration: none;
    color: #1B68E7;
}
#have_account>a:hover {
    text-decoration: underline;
}
.input-container {
    margin: auto;
    margin-top: 40px;
    text-align: left;
    max-width: 515px;
}
input[type="email"] {
    margin-top: 10px;
    padding: 10px;
    font-size: 20px;
    width: 500px;
    height: 20px;
    border: 1px solid #ccc !important;
    border-radius: 4px;
    box-sizing: content-box;
}
input[type="email"]::placeholder {
    opacity: 0.5;
}
input[type="email"]:focus {
    outline:none; 
    border:1px solid #4D90FE !important;
    -webkit-box-shadow: 0px 0px 5px  #4D90FE !important;
    box-shadow: 0px 0px 5px  #4D90FE !important;
}
input[type="submit"] {
    background-color: rgb(250, 107, 5);
    color: white;
    padding: 6px 20px;
    border: none;
    border-radius: 4px;
    font-size: 20px;
    font-weight: 700;
    cursor: pointer;
    margin-top: 20px;
}


@media only screen and (max-width:640px) {
    h2 { margin-top: 50px; margin-bottom: 0px; }
    .input-container { margin-top: 25px; }
    body { padding: 0; padding-top: 50px; }
    h2 { font-size: 30px; }
    main p { font-size: 18px; }
    input[type="email"] { width: 400px; }
    .input-container { max-width: 415px; }
    .optional { display: none; }
}

@media only screen and (min-width:641px) and (max-width:800px) {
    body { padding: 0; padding-top: 50px; }
    h2 { font-size: 30px; }
    main p { font-size: 18px; }
}
