.login-form {
            width: 32rem;
            height: 19.75rem;
            position: fixed;
            top: 50%;
            margin-top: -9.375rem;
            left: 50%;
            margin-left: -12.5rem;
            background-color: #ffffff;
            opacity: 0;
            -webkit-transform: scale(.8);
            transform: scale(.8);
}

.parent{
display:flex;
justify-content: center;
border:none;
}

.logo{
	width:120px;
	height:70px;
	background: url(/img/logo.png)center/80% no-repeat;
	border:none;
}
