body {
  background: #448ed3;
  font-family: "Tahoma";
}

.alert {
  padding: 5px 15px;
}

.info {
  width: 35%;
}

@media (min-width: 240px) and (max-width: 768px) {
  .info {
    width: 90%;
  }
}

.wrap {
  width: 250px;
  height: auto;
  margin: auto;
  margin-top: 2%;
}

.avatar {
  width: 100%;
  margin: auto;
  width: 65px;
  border-radius: 100px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  height: 65px;
  background: #448ed3;
  position: relative;
  bottom: -15px;
}

.avatar img {
  width: 55px;
  height: 55px;
  border-radius: 100px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  margin: auto;
  border: 3px solid #fff;
  display: block;
}

.wrap input {
  border: none;
  background: #fff;
  font-family: "Tahoma";
  font-size: 14px;
  font-weight: 700;
  display: block;
  height: 40px;
  outline: none;
  width: calc(100% - 24px);
  margin: auto;
  padding: 6px 12px 6px 12px;
}

.bar {
  width: 100%;
  height: 1px;
  background: #fff;
}

.bar i {
  width: 95%;
  margin: auto;
  height: 1px;
  display: block;
  background: #d1d1d1;
}

.wrap input[type="text"] {
  border-radius: 7px 7px 0px 0px;
  -moz-border-radius: 7px 7px 0px 0px;
  -webkit-border-radius: 7px 7px 0px 0px;
  box-sizing: initial;
}

.wrap input[type="password"] {
  border-radius: 0px 0px 7px 7px;
  -moz-border-radius: 0px 0px 7px 7px;
  -webkit-border-radius: 0px 0px 7px 7px;
  box-sizing: initial;
}

.forgot_link {
  color: #83afdf;
  text-decoration: none;
  font-size: 11px;
  position: relative;
  left: 193px;
  top: -36px;
}

.wrap input[type="submit"] {
  width: 100%;
  border-radius: 7px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  background: #b6ee65;
  text-decoration: center;
  border: none;
  color: #51771a;
  margin-top: 0px;
  padding-top: 14px;
  padding-bottom: 14px;
  outline: none;
  font-size: 13px;
  font-weight: bold;
  border-bottom: 3px solid #307d63;
  cursor: pointer;
}