﻿    .biologo { 
        height: 100px; 
        box-sizing: border-box; 
        padding: 0; 
        margin: 0;
    }
    .biologo a{ 
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%; width: 100%;
    }
    .biologo img{
        height: 30px;
        width: 120px;
    }

.backgroundImage {
	background-image: url('../../../images/login_background.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-color: rgba(150, 150, 150, 0.4);
	background-blend-mode: lighten;
}

    .hiddenRule {
        opacity: 0;
    }

    .login-page-adjustment > .content,
    .lock-page-adjustment > .content {
        padding-top: 35vh;
    }

.drop-down-length-190 {
    width: 190px;
}