@font-face {
    font-family: Poppins;
    src: url(font/Poppins-Regular.ttf);
}

@font-face {
	font-family: Rubik;
	src: url(font/Rubik-Regular.ttf);
}

body {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
    font-family: Rubik;
    color: #000000;
    background-image: url('/images/opvragen-1-2.png');
    background-repeat: no-repeat;
    background-position: bottom left;
    background-color: #f4f5f4;
}

.aligner {
  width:100vw;
  height: calc(100vh);
  display: flex;
  align-items: center;
  justify-content: center;
}

.wrapper{
 margin-bottom:100px;
}

p {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
    font-family: Rubik;
    color: #3575BB;
}

.messagePreview {
  border:1px solid #cdd3da;
  border-radius:6px;
  padding:16px 16px 16px 16px;
  margin:0 0 16px 0;
}

.messagePreview p {
  color:black;
  margin:0 0 16px 0;
}

.card-body{
  background-color: #fff !important;
  padding:2rem;
}


.btn-outline-secondary {
  color:#3575bb;
  border:1px solid #3575bb;
}

.btn-outline-secondary:hover {
  background-color: #e1ecfc;
  border:1px solid #3575bb;
  color:black;
}

.modal-dialog {
  /* margin: 32vh auto; */
}

.modal-body {
  color: #3575bb;
}
