*{
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
  height: 100%;
}

input {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}

@font-face {
  font-family: SanFrancisco-M;
  src: url('../fonts/SF-Pro-Display-Medium.otf');
}

@font-face {
  font-family: SanFrancisco-T;
  src: url('../fonts/SF-Pro-Display-Thin.otf');
}

@font-face {
  font-family: SanFrancisco-L;
  src: url('../fonts/SF-Pro-Display-Light.otf');
}

@font-face {
  font-family: SanFrancisco-K;
  src: url('../fonts/SF-Pro-Display-Semibold.otf');
}

@font-face {
  font-family: SanFrancisco-B;
  src: url('../fonts/SF-Pro-Display-Bold.otf');
}

@font-face {
  font-family: SanFrancisco-H;
  src: url('../fonts/SF-Pro-Display-Heavy.otf');
}

@font-face {
  font-family: Outfit-T;
  src: url('../fonts/Outfit-Thin.otf');
}

@font-face {
  font-family: Outfit-R;
  src: url('../fonts/Outfit-Regular.otf');
}

@font-face {
  font-family: Outfit-L;
  src: url('../fonts/Outfit-Light.otf');
}

@font-face {
  font-family: Outfit-M;
  src: url('../fonts/Outfit-Medium.otf');
}

@font-face {
  font-family: Outfit-B;
  src: url('../fonts/Outfit-Bold.otf');
}

@font-face {
  font-family: Outfit-EB;
  src: url('../fonts/Outfit-ExtraBold.otf');
}

body{
  font-family: 'SanFrancisco', sans-serif;
  max-width: 100%;
}

.shadow{
  -webkit-box-shadow: 0 3px 18px rgba(57, 63, 72, 0.125);
  -moz-box-shadow: 0 3px 18px rgba(57, 63, 72, 0.125);
  box-shadow: 0 3px 18px rgba(57, 63, 72, 0.125);
}

.w{
  color: white;
}

.head{
  position: relative;
  width: 400px;
  height: 150px;
  left: 50%;
  margin-left: 0px;
  transform: translate(-50%,0%);
  top: 40px;
}

#cap-page{
  position: absolute;
  font-family: SanFrancisco-K;
  height: 30px;
  left: 0px;
  top: 50%;
  margin-top: -15px;
  font-size: 28px;
  width: 400px;
  top: 90px;
  text-align: center;
}

#user{
  position: absolute;
  font-family: SanFrancisco-L;
  height: 10px;
  margin-top: -7.5px;
  color: #4d4d4d;
  font-size: 13px;
  width: 400px;
  left: 0px;
  top: 120px;
  text-align: center;
}

#logo{
  position: absolute;
  width: 40px;
  height: auto;
  left: 50%;
  transform: translate(-50%,-50%);
  top: 5%;
}
