﻿body {
  background-image: url("/Content/img/bg-01.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.loginform {
  padding: 50px;
}

a {
  text-decoration: none;
  color: inherit;
}
.aforget {
  text-decoration: none;
  color: inherit;
  margin-left: 159px;
}

h1 {
  padding-bottom: 30px;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-weight: bolder;
}

.container {
  font-family: "Poppins", sans-serif;
  background-color: white;
  margin: 100px auto;
  width: 25rem;
  height: auto;
  border-radius: 5px;
}

input {
  /* outline: none;
    border: none; */
  width: 86%;
  padding: 10px;
  outline: 0;
  border-width: 0 0 2px;
}

label {
  font-size: small;
}

.loginbtn {
  font-weight: 0;
  font-size: 18px;
  color: #fff;
  background: linear-gradient(90deg, #0066cc 0%, #c500cc 100%);
  padding: 12px 127px;
  border: none;
  box-shadow: rgb(0, 0, 0) 0px 0px 0px 0px;
  border-radius: 50px;
  transition: 1000ms;
  transform: translateY(0);
}

.loginbtn:hover {
  transition: 1000ms;
  background: linear-gradient(90deg, #0066cc 0%, #c500cc 100%);
  color: #ffffff;
  border: none;
}

.socials {
  display: flex;
  padding: 0px;
  padding: 20px;

  width: fit-content;
}

p {
  font-size: smaller;
}
