/* html,
body {
  height: 100%;
}

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

.form-signin {
  width: 100%;
  max-width: 330px;
  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;
} */

body {
  margin: 0;
  padding: 0;
  font-family: verdana, sans-serif;
  background: #34495e;
  color: yellow;
  font-size: small;
}

.box {
  width: 300px;
  padding-top: 45px;
  padding-left: 25px;
  padding-right: 25px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #191919;
  text-align: center;
  /* box-sizing:border-box; */
  border-bottom: 5px solid #ff3300;
  border-radius: 15px;
}

.box h1 {
  color: orange;
  text-transform: uppercase;
  font-weight: 500;
}

.box input[type="text"], .box input[type="email"], .box input[type="password"] {
  border: none;
  background: none;
  display: block;
  margin: 10px auto;
  text-align: center;
  border: 2px solid #00cccc;
  padding: 10px 10px;
  width: 200px;
  outline: none;
  color: rgb(255, 255, 255);
  border-radius: 24px;
  transition: 0.25s;
}
.fa-circle, .fa-eye {
  position: absolute;
  top: 45%;
  right:20%;
  padding:0px 2px;
  cursor: pointer;
  color: cyan;
  background-color: #191919;
}
.is-invalid {
  border: 2px solid red !important;
}
.reg {
  position: absolute;
  top: 46%;
  right:23%;
  padding:3px 3px;
  cursor: pointer;
  color: cyan;
  background-color: #191919;
}
.box p small {
  color: white;
  font-size: 8px;
  font-family: sans-serif;
  color: grey;
}

p a {
  text-decoration: none;
  color:orange;
}
p a:hover {
  color: rgb(253, 238, 210);
}
.box input[type="text"]:hover, .box input[type="email"]:hover,
.box input[type="password"]:hover {
  width: 280px;
  border-color: #2ecc71;
}

.box input[type="text"]:focus, .box input[type="email"]:focus,
.box input[type="password"]:focus {
  width: 280px;
  border-color: #2ecc71;
}


.box input[type="submit"] {
  border: none;
  background: none;
  display: block;
  margin: 20px auto;
  text-align: center;
  border: 2px solid #2ecc71;
  padding: 14px 40px;

  outline: none;
  color: white;
  border-radius: 24px;
  transition: 0.25s;
  cursor: pointer;
}

.box input[type="submit"]:hover {
  background: #2ecc71;
  color: black;
}

.avatar {
  width: 100px;
  height: 100px;
  padding: 10px;
  background: #191919;
  border-radius: 50%;
  position: absolute;
  top: -55px;
  left: 33%;
  left: calc(50%-50px);
}
.box p {
  color: white;
  font-size: 12px;
  font-family: sans-serif;
  color: grey;
}

.reg-box {
  width: 500px;
  padding-top: 45px;
  padding-left: 25px;
  padding-right: 25px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #191919;
  text-align: center;
  /* box-sizing:border-box; */
  border-bottom: 5px solid #ff3300;
  border-radius: 15px;
}
.reg-img {
  width: 55px;
  height: 55px;
  padding: 10px;
  background: #191919;
  border-radius: 50%;
  position: absolute;
  top: -33px;
  left: 0%;
}
.reg-header {
  color: white;
  text-transform: uppercase;
  font-weight: 500;
  width: 200px;
  height: 40px;
  padding: 10px;
  font-size: 1.5rem;
  /* background: #191919; */
  position: absolute;
  top: -14px;
  left: 18%;
}