:root {
  --itop-link-color:       #61605F;
  --itop-link-hover-color:  #1a516b;

  --itop-button-color:        #013E5B;
  --itop-button-hover-color:  #1a516b;
  --itop-shadows:             #011B3955;

  --itop-button-text-color:       #FFF;
  --itop-button-hover-text-color: #FFF;

  --itop-font-size: 1rem;
}

/*
@font-face {
  font-family: CustomFont;
  src: url('../fonts/Montserrat-Regular.ttf');
}
*/

body {
  /* font-family: CustomFont,sans-serif; */
  /* background-image: url("../img/bkg.jpg"); */
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: #FFF;
  font-size: var(--itop-font-size);
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

table {
	background: #343434;
	border: 1px solid #343434;
	border-radius: 20px;
}

div#mainFormSubmit{
	text-align: center;
}
.check-row {
	  line-height: 45px;
}

.form-control {
	background-color: rgb(255, 255, 255, 0.8);
	padding: 10px 0;
    padding-left: 15px;
	margin-bottom: 1.3rem;
}
