#title {
  font-size: 50px;
  font-weight: 700;
  color: #5d368c;
  font-family: 'Rubik', sans-serif;
}
.navbar {
    background-color:#5d368c;
}

.white {
  color: rgb(255, 255, 255) !important;
}

* {
  box-sizing: border-box;
}

body {
  font-family: 'Roboto', sans-serif;
  background: #f2f2f2;
  color: #333333;
}

div {
  display: block;
}

#container-home {
  width: 800px;
  min-height: 300px;
  background: #ffffff;
  margin: auto;
  padding: 40px 50px;
}

#container-form {
  width: 400px;
  background: #ffffff;
  margin: auto;
  border-radius: 2  px;
  padding: 40px 50px;
  box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.1);
}

.input_wrap {
  padding: 10px 0 0 0;
  margin-bottom: 35px;
  border-bottom: 2px solid #adadad;
}

.input_wrap_sel {
    border-bottom: 2px solid #5d368c;
}

input::placeholder {
  color: #adadad;
}

input:focus::placeholder {
  color: #5d368c;
}

input {
  height: 45px;
  width: 100%;
  background: transparent;
  display: block;
  /*padding: 0 5px 0 45px;*/
  padding: 0 5px;
  color: #555555;
  font-size: 15px;
  outline: none;
  border: none;
  overflow: visible;
}

#container-button {
  width: 300px;
}

button {
  font-size: 15px;
  color: #ffffff;
  justify-content: center;
  width: 40%;
  height: 40px;
  margin: 10px 0;
  background: #5d368c;
  border: none;
  border-radius: 10px;
  font-family: 'Rubik', sans-serif;
}

button:hover {
  background: #5d368cd0;
}

#signup_option {
  font-size: 13px;
  text-align: center;
  margin: 5px 0 0 0;
}

#container-logout {
  float: right;
}

#myDiv {
    position: absolute;
    top: 30%;
    left: 43%;
    margin-top: -50px;
    margin-left: -50px;
    width: 300px;
    height: 100px;
}

#smallContact {
  font-size: 12px;
  font-style: italic;
  color: #000000;
}