.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }
}

html,
body {
    height: 100%;
}

body {
    display: flex;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #f5f5f5;
}

.form-signin {
    width: 100%;
    max-width: 330px;
    padding: 15px;
    margin: auto;
}

.form-signin .checkbox {
    font-weight: 400;
}

.form-signin .form-floating:focus-within {
    z-index: 2;
}

.form-signin .factory-input {
    padding-top: 16px;
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.form-signin input[type="text"] {
    margin-bottom: -1px;
    border-radius: 0;
}

.form-signin input[type="password"] {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

video {
    object-fit: cover;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
}

.viewport-header {
    position: relative;
    height: 90vh;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.gradient-background {
    background: rgb(47,70,110);
    opacity: 90%;
    background: linear-gradient(90deg, rgba(47,70,110,1) 0%, rgba(30,195,206,1) 100%);
    min-width: 800px;
    padding: 30px 50px 50px 50px;
    margin: 20px 0 20px 0;
}

.left-logo {
    object-fit: scale-down;
}

.top-image {
    width: 50%;
}

.bottom-image {
    width: 30%;
}

hr {
    border: 1px solid white;
    width: 50%;
    margin: auto;
}

.email-icon {
    width: 10%;
    display: inline-block;
}

.support-link, .support-link:hover{
    text-decoration: none;
    color: white;
}

.error-message {
    color: red;
    font-weight: bold;
    margin-bottom: 10px;
}
