html {
    height: -webkit-fill-available;
	height: 100%;
}
body{
	-o-height: 100%;
	min-height:100%;
    height:100%;
	margin-bottom: 0px;
    /*background-color: blue;*/

}

.container {
    /*background-color: green;*/
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: 100%;
	height: -webkit-fill-available;
}
.login-button {
    width: 100%;
	width: -webkit-fill-available;
}


.left { 
    /*background-color: cornflowerblue; */
    height: 100%;
	height: -webkit-fill-available;
    height: 100vh;
}

.right {
    /*background-color: red;*/
    height: 100%;
    height: -webkit-fill-available;
    height: 100vh;
    background-image: url('../img/ongoing-exam.png');
    background-repeat: no-repeat;
    background-size: cover;
}

.small-box{    
    width: 60%;
    margin: auto;
}
    
.logo {
    margin: 40px 0;
}
.btn-primary {
    background-color: #4e509d;
    border-color: #4e509d;
}