html,
body {
  height: 100%;
  background-color: #f7f7ff !important;
  font-family: "Montserrat", sans-serif;
  color: #6a6a6a;
}

.text-box-cont ::placeholder {
  color: #747f8a !important;
  font-size: 13px;
  opacity: 0.5 !important;
}

.text-box-cont p {
  font-family: inherit;
}

.text-box-cont .form-control:focus {
  box-shadow: none;
  border: 1px solid #dc3545 !important;
}

.text-box-cont .form-control {
  background-color: #f8f8f8;
  margin-bottom: 20px;
}
.text-box-cont .form-control:focus {
  background-color: #fff;
  border-color: #ccc;
}

.login-box {
  background-color: #fff;
  float: none;
  margin: auto;
  border-radius: 25px !important;
  -webkit-box-shadow: 0px 0px 72px -10px rgba(0, 0, 0, 0.44);
  -moz-box-shadow: 0px 0px 72px -10px rgba(0, 0, 0, 0.44);
  box-shadow: 0px 0px 72px -10px rgba(0, 0, 0, 0.44);
  border-radius: 5px;
  margin-top: 6%;
}

.logintext {
  margin-top: 15px;
  font-weight: bold;
  font-size: 1.2 rem;
  text-align: left;
}

.log-det {
  padding: 40px;
}
.log-det .small-logo {
  text-align: center;
  align-items: center;
  color: #c82333;
  font-size: 1.2rem;
}
.log-det .small-logo i {
  font-size: 32px;
  margin-right: 10px;
}
.log-det p {
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
  margin-top: 10px;
}
.log-det .small-info {
  font-size: 0.9rem;
  border-top: 1px solid #cccccc73;
  padding-top: 20px;
  margin-bottom: 5px;
}
.log-det .btn {
  width: 100%;
}
.log-det .text-box-cont {
  max-width: 300px;
  float: none;
  margin: auto;
}
.log-det .text-box-cont .input-group .input-group-prepend span {
  background-color: #f8f8f8;
  border-radius: 0px;
  border-right: 0px;
  border-bottom-left-radius: 50px;
  border-top-left-radius: 50px;
}

.log-det .text-box-cont .input-group .input-group-prepend i {
  color: #777474;
  font-size: 14px;
  padding: 5px 0;
}
.log-det .text-box-cont .input-group input {
  border-left: 0px;
  border-radius: 0px;
  border-bottom-right-radius: 50px;
  border-top-right-radius: 50px;
}
.log-det .text-box-cont .btn {
  border-radius: 50px;
  padding: 10px 30px;
  margin: auto;
  margin-bottom: 10px;
  font-size: 13px;
}

.box-de {
  background-image: url(../images/bg.jpg);
  background-size: cover;
  padding: 0px;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  background-repeat: no-repeat;
  position: relative;
  height: 20vh;
}
.box-de .inn-cover {
  display: flex;
  background-color: rgba(200, 35, 51, 0.7);
  position: absolute;
  width: 100%;
  height: 100%;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  padding: 30px;
}

.box-de .foter-credit {
  position: absolute;
  bottom: 10px;
  text-align: center;
  right: 6%;
  font-size: 14px;
  padding: 10px;
  color: #fff;
  font-weight: 300;
}
.box-de .foter-credit a {
  color: #fff;
  text-decoration: none;
}

/* responsive */

@media screen and (max-width: 575px) {
  .login-box {
    margin-top: 0px;
  }
}

@media (min-width: 766px) {
  .box-de {
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  .box-de .inn-cover {
    border-top-right-radius: 0px;
    border-bottom-left-radius: 25px;
    position: relative;
  }
  .box-de {
    border-bottom-left-radius: 25px;
  }
}
@media screen and (max-width: 991px) {
  .cdvfdfd {
    padding: 15px;
  }
}

@media screen and (max-width: 1096px) {
  .login-box {
    margin-bottom: 40px;
    margin-top: 40px;
  }
}
