	body{
		background-color: #C0C0F2;
	}

	a{
		text-decoration: none;
	}

	.card{
		width: 400px;
	    background-color: #fff;
	    border: none;
	    border-radius: 12px
	}

	.confirm-button {
    	height: 40px;
    	border-radius: 10px;
    	width: 100%;
    }

    .login-image{
    	width: 200px;
    	margin-bottom: 30px;
    }