* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
*,
*::before,
*::after {
    box-sizing: border-box;
}
html, body {
    height: 100%;
    font-family: 'Roboto', sans-serif;
}
.image-height
{
height: 100vh;	
}
.login
{
	padding-left:0;
	margin-left:0;
}
.image-wapper
{
	background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
	 
}
.login-section
{
background-color:#111a48;	
}
.login-wrapper {
    padding: 20px;
    border-radius: 10px;
    background-color: #f8f9fa; 
	top:150px;
}

.card {
    border: none; 
}

.login-section-right {
    border: 1px solid #ccc; 
    border-radius: 5px;
}

.login-color{
    font-size: 1.2rem;
    font-weight: bold;
    color: #111a48;
}
.btn-login,.btn-login:hover,.btn-login:focus,.btn-login:active
{
background-color: #111a48;	
}
.remember-me:checked {
    background-color: #111a48;
    border-color: #111a48;
}