/*Carousel codes starts here */
* {
  /*padding: 0;
  margin: 0;*/
  box-sizing: border-box;
}

body {
  font-family: geomanistregular, Arial, Helvetica, sans-serif;
  background-color: #E8EDF3;
}

.gratitude {
  margin-bottom: 25px;
}

.container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  display: flex;
  flex-direction: row;
  align-items: center;
  background-color: white;
  padding: 30px;
  box-shadow: 0 0 50px darkslategray;
}

#registration {
  margin-top: 20%;
}

.custom_form {
  width: 500px;

}


.custom_form h2 {
 /* color: #1c1c1f;
  margin-bottom: 20px;*/
}

.custom_form input {
  border: none;
  outline: none;
  border-radius: 0;
  width: 100%;
  border-bottom: 2px solid #1c1c1f;
  margin-bottom: 0;
  padding: 7px 0;
  font-size: 18px;
}

label {
	/*width: 240px;
	display: inline-block;*/
}


.custom_form button {
  color: white;
  background-color: #1c1c1f;
  border: none;
  outline: none;
  border-radius: 2px;
  font-size: 14px;
  padding: 5px 12px;
  font-weight: 500;  
}



@font-face {
    font-family: 'geomanistregular';
    src: url('../font/Geomanist-Regular-Italic/Geomanist-Regular-Webfont/geomanist-regular-webfont.eot');
    src: url('../font/Geomanist-Regular-Italic/Geomanist-Regular-Webfont/geomanist-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/Geomanist-Regular-Italic/Geomanist-Regular-Webfont/geomanist-regular-webfont.woff2') format('woff2'),
         url('../font/Geomanist-Regular-Italic/Geomanist-Regular-Webfont/geomanist-regular-webfont.woff') format('woff'),
         url('../font/Geomanist-Regular-Italic/Geomanist-Regular-Webfont/geomanist-regular-webfont.ttf') format('truetype'),
         url('../font/Geomanist-Regular-Italic/Geomanist-Regular-Webfont/geomanist-regular-webfont.svg#geomanistregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* Menu Bar: Add a black background color to the top navigation */
.topnavigationbar {
  background-color: #333;
  overflow: hidden;
}

/* Menu Bar: Style the links inside the navigation bar */
.topnavigationbar a {
  float: left;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

/* Menu Bar: Change the color of links on hover */
.topnavigationbar a:hover {
  background-color: #ddd;
  color: black;
}

/* Menu Bar: Add a color to the active/current link */
.topnavigationbar a.active {
  background-color: #4CAF50;
  color: white;
}


.logout {
  

}


.title {
  color: grey;
}

.button {
  border: none;
  border-radius: 4px;
  outline: 0;
  display: inline-block;
  padding: 30px;
  color: white;
  background-color: #4CAF50;
  text-align: center;
  cursor: pointer;
  width: 80%;  
  font-size: 18px;
}

.button:hover {
  background-color: #555;
}


.active, .dot:hover {
  background-color: #717171;
}

.empty {  
  color: red;
  float: right;
  margin-right: 70%;
}

.hiddenvalue {
  color: white;
}


/* columns side by side */
.column {
  float: left;
  width: 23.3%;
  margin-bottom: 16px;
  padding: 0 8px;
}

/* show asterisks after required fields*/
.required:after {
  content: " *";
  color: #CCCCCC;
}

.footer {  
  position: absolute;
  bottom: -400px;
  left: 50%;  
  height: 100px;  
}