﻿.login-form {
    width: 550px;
    height: auto;
    top: 50%;
    margin-top: -200px;
}

.split {
    height: 100%;
    width: 50%;
    position: fixed;
    z-index: 1;
    top: 0;
    overflow-x: hidden;
    padding-top: 20px;
}

/* Control the left side */
.left {
    left: 0;
    background-image: url("../img/splashbkg.svg");
}

/* Control the right side */
.right {
    right: 0;
    background-color: white;
}

/* If you want the content centered horizontally and vertically */
.centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

    /* Style the image inside the centered container, if needed */
    .centered img {
        width: 150px;
        border-radius: 50%;
    }


.custom-annotation {
    color: black;
    background-color: gray;
    height: 35px;
    width: 35px;
    border-radius: 15px;
    padding: 4px 0 0 6px;
    font-weight: bold;
}

