.card {
    margin: 16px;
}

body {
    background-image: url("/mfa/assets/images/Campus_shotDark.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #000;
    display:flex;
    align-items:center;
}
html, 
body {
    height: 100%;
}
.btn-primary {
	background-color: #003e7e;
}

.card {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    max-width: 800px;
    width: calc(100% - 40px);
    margin:auto auto;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 2px 6px rgba(0,0,0,0.2);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    min-width: 320px;
    min-height: 338px;
    overflow: hidden;
}

h1{font-size:28px; text-align: right;}
