* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-family: "Roboto", sans-serif;
  background-color: #e4f7fb;
}
hr {
  color: #e4f7fb !important;
  margin: 0 !important;
}

a[href^="tel"]{
  color: #e4f7fb !important;
  text-decoration:none !important;
}
/* .header {
  height: 250px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}
.header .userAvatar img {
  position: relative;
  top: 165px;
  z-index: 2;
} */
nav {
  z-index: 900;
}
nav .nav-link {
  color: #0e69ae;
}
.header_name,
.header_position {
  color: #0e69af;
  font-weight: bold;
}
.user_avatarName {
  position: relative;
  top: -170px;
  min-height: 400px;
  background-image: url(../images/userAvatar_bg.png);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 100;
  background-position-y: bottom;
  padding-top: 170px;
}
.main {
  position: relative;
  top: -220px;
  background-color: #0e69af !important;
}

.main .main_bg {
  width: 100vw;
  position: absolute;
  top: -45px;
  left: 0;
  opacity: 0.5;
}
.main h2 {
  font-size: 2rem;
  line-height: 1.8;
}
.main .logo_mobifone {
  padding: 60px;
}
.main form {
  padding: 30px;
}
.inp {
  position: relative;
  margin: auto;
  width: 100%;
  border-radius: 3px;
  overflow: hidden;
}
.inp .label {
  position: absolute;
  top: 20px;
  left: 12px;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.5);
  font-weight: 500;
  transform-origin: 0 0;
  transform: translate3d(0, 0, 0);
  transition: all 0.2s ease;
  pointer-events: none;
}
.inp .focus-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background: rgba(0, 0, 0, 0.05); */
  z-index: -1;
  transform: scaleX(0);
  transform-origin: left;
  color: #000;
}
.inp input {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  border: none !important;
  font-family: inherit;
  padding: 35px 15px 0 12px;
  height: 65px;
  font-size: 16px;
  font-weight: 400;
  background: rgba(0, 0, 0, 0.02);
  color: #000;
  transition: all 0.15s ease;
  font-weight: bold;
}
.inp input:hover {
  background: rgba(0, 0, 0, 0.04);
  box-shadow: inset 0 -10px 0 rgba(0, 0, 0, 0.5);
}
.inp input:not(:placeholder-shown) + .label {
  color: rgba(0, 0, 0, 0.5);
  transform: translate3d(0, -12px, 0) scale(0.75);
}
.inp input:focus {
  background: rgba(0, 0, 0, 0.05);
  outline: none;
  box-shadow: inset 0 -2px 0 #e4f7fb;
}
.inp input:focus + .label {
  color: #000000;
  transform: translate3d(0, -20px, 0) scale(0.75);
}
.inp input:focus + .label + .focus-bg {
  transform: scaleX(1);
  transition: all 0.1s ease;
}
.inp span {
  color: #e4f7fb !important;
}
.inp span i {
  position: relative;
  top: 20px;
}
.inp span i,
.inp p {
  color: #e4f7fb !important;
}
.inputUser {
  display: none;
}
.field-icon {
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: rgba(41, 41, 41, 0.9);
}
.checkbox-wrap {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 400;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #000;
}
.checkbox-wrap input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
}
.checkmark:after {
  content: "\f0c8";
  font-family: "FontAwesome";
  position: absolute;
  color: rgba(255, 255, 255, 0.1);
  font-size: 20px;
  margin-top: -4px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
@media (prefers-reduced-motion: reduce) {
  .checkmark:after {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}
.checkbox-wrap input:checked ~ .checkmark:after {
  display: inline-block;
  content: "\f14a";
  font-family: "FontAwesome";
  color: rgba(0, 0, 0, 0.2);
}
.checkbox-primary {
  color: #000;
}
.checkbox-primary input:checked ~ .checkmark:after {
  color: #e4f7fb;
}
.change-password {
  text-decoration: none;
  display: inline-block;
  color: #5d5e5e;
  position: relative;
}
.forget-password {
  text-decoration: none;
  display: inline-block;
  color: #000;
  position: relative;
  font-weight: bold;
}
button[type="submit"] {
  display: none;
  background: #e4f7fb;
  background: linear-gradient(180deg, #e4f7fb 0%, #3abbd6 50%, #0e69ae 100%);
}
button[type="submit"]:hover {
  background: #0e69ae;
}
/* Modal css */
#changePassModal {
  border-radius: 30px;
}

#changePassModal .modal-header {
  background: #0e69ae;
  border-radius: 0 0 50px 50px;
}
#changePassModal .modal-header button {
  position: relative;
  top: 10px;
  right: 10px;
  padding: 10px;
  border: 2px solid #000;
  border-radius: 50%;
}
#changePassModal .modal-header img {
  position: relative;
  top: 80px;
}

.website_footer {
  color: #0c4e80;
}

@media (min-width: 576px) {
  .user_avatarName {
    background-size: cover;
    min-height: 450px;
  }
  .header_name_user {
    z-index: 10000;
  }
  .header_name_user h1,
  .header_name_user span {
    color: #e4f7fb;
  }
}

@media (min-width: 768px) {
  .header_name_user h1,
  .header_name_user span {
    color: #0e69af;
  }
}