html, body {
    height: 100%;
    margin: 0;
}
.left-panel {
    background: rgba(8,19,40,.03);
    border-right: 1px solid #ececec;
    box-shadow: 8px 0 20px rgb(0 0 0 / 5%);
    justify-content: center;
    align-items: center;
    padding: 40px;
    max-width: 546px;
}

h1 {
    font-weight: bold;
    margin: 0;
}

h2 {
    text-align: center;
}

p {
    font-size: 14px;
    font-weight: 100;
    line-height: 20px;
    letter-spacing: 0.5px;
    margin: 20px 0 30px;
}

span {
    font-size: 12px;
}

a {
    color: #333;
    font-size: 14px;
    text-decoration: none;
    margin: 15px 0;
}

button, .button {
    border: 1px solid #3A6ED7;
    background-color: #3A6ED7;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: bold;
    padding: 12px 45px;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: transform 80ms ease-in;
    /*width: 100%;*/
}

button.full_width, .button.full_width {
    width: 100%;
}

button.btn_modal {
    padding: 9px 25px;
}

button:hover {background: #3A6ED7;}
.button:hover {background:#3A6ED7; color: #ffffff}


button:active {
    transform: scale(0.95);
}

button:focus {
    outline: none;
}

button.ghost {
    background-color: transparent;
    border-color: #FFFFFF;
}

input {
    background-color: #b5b5b5;
    border: none;
    padding: 12px 15px;
    margin: 8px 0;
    width: 100%;
}

#forms-section {
    margin-bottom: 100px;
}

.footer {
    background-color: #222;
    color: #fff;
    font-size: 14px;
    bottom: 0;
    position: fixed;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 999;
    height: 60px;
    padding-top: 9px;
}

.footer p {
    margin: 10px 0;
}

.footer i {
    color: red;
}

.footer a {
    color: #3c97bf;
    text-decoration: none;
}

.product_type {
    font: normal 22px Tahoma, Helvetica, sans-serif;
    color: #47536d;
    margin: auto;
    margin-top: -22px;
}

.right-panel {
    background: url(../images/Azenta_Graphic_Elements_Gradient.png) no-repeat;
    background-size: cover;
    background-position: center;
}

.right-panel-content {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 72px;
}

.right-panel-logo-container { 
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 200px;
}

.right-panel-content img { 
    vertical-align: middle;  
    align-self: center 
}

.form {
    width: 80%;
    margin: auto;
}

.form form > *, .form button {
    margin-top: 10px;
}

.azenta_logo img {
    margin: auto;
}

.left-container {
    height: inherit;
    position: relative;
    min-height: 520px;
}
.left-container-extended {
    min-height: 740px !important;
}

#azenta_image {
    /*position: absolute;*/
    /*bottom: 35px;*/
    /*margin-left: -88px;*/
    padding-bottom: 45px;
}

hr {
    margin: 2rem 0 !important;
}

input.error {
    box-shadow: 0 0 20px #ff0000;
}

@media (max-width: 1050px) {
    .left-panel {
        max-width: 100%!important;
    }
}