
@import url('https://fonts.googleapis.com/css?family=Nunito:400,700');

body, html {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  background-color: #f8f8f8;
}

h1,h2,h3 {
  color: #444;
}

.main {
  padding-top: 100px;
  background-color: #f8f8f8;
  font-family: Poppins;
  display: flex;
  justify-content: center;
}

.container {
  width: 320px;
  font-family: Poppins;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.form, .footer {
  width: 280px;
  background-color: #fff;
  padding: 32px 20px;
  border-radius: 24px;
  box-shadow: 0px 15px 16.83px 0.17px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 15px 16.83px 0.17px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0px 15px 16.83px 0.17px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 0px 15px 16.83px 0.17px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 0px 15px 16.83px 0.17px rgba(0, 0, 0, 0.05);
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  -o-border-radius: 20px;
  -ms-border-radius: 20px;
}

.footer {
  background-image: url("/ubs_small.jpg");
  background-size: cover;
  margin-top: 32px;
  min-height: 100px;
  position: relative;
}

.facebook {
  position: absolute;
  bottom: -56px;
  color: #555;
}

form {
  display: relative;
}

.input, .button {
  padding: 16px;
  font-size: large;
  margin-bottom: 4px;
  border: 1px solid #ccc;
  border-radius: 8px;
  display: block;
}

.input {
  width: 246px;
  color: #555;
}

.input.small {
  width: 102px;
}

.input.edit {
  flex: 1;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: none;
}

.input:read-only {
  color: #ababab;
}

.button {
  width: 280px;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  margin-top: 32px;
  background-color: #6dabe4;
  color: #fff;
}

.button.edit {
  width: 60px;
  margin-top: 0px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left: none;
}

.button:hover {
  background-color: #4292dc;
}

.button.delete {
  background-color: #e46d6d;
}

.button.delete:hover {
  background-color: #dc4242;
}
