@import url('https://fonts.googleapis.com/css2?family=Ovo&family=Rubik:wght@300;400;700;900&display=swap');
html,
body {height: 100%;font-family: 'Rubik', sans-serif;font-weight: 400;font-style: normal;}
input{box-shadow:none;outline: none;border:none;background-image:none;background-color:transparent;-webkit-box-shadow: none;-moz-box-shadow: none;box-shadow:none;}
input{font-family: 'Rubik', sans-serif;font-weight: 400;font-style: normal;}
h1, h2, h3, h4, h5{font-family: 'Ovo', serif;font-weight:700;color:#2b2d42;}
.mb-20{margin-bottom:20px;}
h5{color:#434667;}
img{max-width: 100%;}

input:not([type="checkbox"]){width:100%;height:48px;}
input[type="text"], input[type="password"]{border-bottom:1px solid #d2d2d2;margin-top:8px;margin-bottom:8px;}
input::placeholder{color:#8d99ae;}
input[type="submit"]{margin-top:16px;background:#ef233c;color:#fff;}
input[type="submit"]:hover{transition:all 1s ease;background:#ff3850;}

body {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
}

.form-signin {
  width: 100%;
  max-width: 380px;
  padding: 15px;
  margin: auto;
}
.form-signin .checkbox {
  font-weight: 400;
}
.form-signin .form-control {
  position: relative;
  box-sizing: border-box;
  height: auto;
  padding: 10px;
  font-size: 16px;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}