.cover {
  background: url("../images/background.jpg") no-repeat center center
    fixed;
  /*background: url("../images/cover2.jpg") no-repeat center center fixed;*/
  opacity: 80%;

  background-size: cover;
}

.welcome {
  background-color: red;
  height: 100%;
  width: 30%;
  top: 0;
  position: fixed;
  bottom: 0;
  border-bottom-right-radius: 100px;
}
.half {
  height: 50%;
}

.top {
  border-bottom-left-radius: 100px;
  background-color: white;
}
.bottom {
  border-bottom-right-radius: 100px;
  background-color: red;
}

.title {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.share-logo {
  background-image: url("../images/logo.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 70%;
  height: 172px;
  margin-top: 15%;
  width: 250px;
}
.share-title {
  font-size: xx-large;
  text-align: center;
  padding: 10%;
  font-weight: bold;
  color: #444;
}
#support {
  color: red;
  font-size: large;
}
.title button {
  margin-left: 22%;
  border-radius: 30px;
  border-style: solid;
  border-color: white;
  background-color: #fff;
  color: red;
  padding-left: 20px;
  padding-right: 20px;
  font-size: larger;
}

.eTech {
  left: 88%;
  top: 83%;
  bottom: 0;
  right: 0;
  z-index: 1;
  width: 200px;
  height: 138px;
  position: fixed;
  color: rgba(255, 255, 255, 0.952);
  background-image: url("../images/eTechBlueBg-logo.png");
  background-repeat: no-repeat;
  background-size: 50%;
  background-position: center;
  display: flex;
  justify-content: center;
}
.eTech h1,
.eTech p {
  margin-top: 55%;
}
.panel-body {
  margin-top: 20%;
}

.input-group {
  height: 30px !important;
  border-radius: 10px;
  border-color: #fcad18;
}

.input-group-addon {
  text-align: left !important;
  min-width: 40px !important;
  border-right: 0;
  border-radius: 50%;
  border-color: transparent !important;
  min-height: 50px !important;
  height: 40px;
  width: 40px;
  margin-left: 50px !important;
  background-color: red !important;
  color: white;
  text-align: center !important;
  border: 0px solid transparent !important;
}
.input-group .form-control{
  position: relative;
  z-index: 1;
  float: left;
  margin-bottom: 0;
  margin-left: -40px;
  border-radius: 50px !important;
  height: 40px;
  background-color: transparent !important;
  width: 230px !important;
  padding-left: 55px !important;
  color: white !important;
}

.input-group-addon:first-child {
  border-right: 0;
  border-radius: 50%;
  border-color: white !important;
  min-height: 50px !important;
  height: 40px;
  width: 40px;
  margin-left: 50px !important;
  background-color: white !important;
  color: #444;
  text-align: center !important;
}

.form-control::placeholder {
  color: #ddd !important;
}
.form-control {
  border: 1px solid white !important;
}
.text-danger:empty{
  display: none;
}
.text-danger {
  color:yellow;
  padding-left: 3%;
  padding-left: 4%;
  padding-right: 4%;
  padding-bottom: 2%;
  padding-top: 2%;
  border-radius: 10px;
  margin-left: 5%;
}
.forgot{
  margin-left: 25%;
}
.forgot a{
  color: white;padding-bottom: 15%;
}
.forgot-ok{
  background-color: white;
  padding: 5%;
  border: #224390 double 2px;
  border-radius: 30px;
  font-style: italic;
}
.panel,.panel-info{
  background-color: transparent;
  width: auto;
  height:100px;
}
#login-username{
  border-radius: 50px !important;
  background-color: transparent;
  color: white;
}
div .panel .panel-info{
  display: none;
}
.panel-info{
  color: transparent;
}
.panel-title{
  text-align: center;
  color: white;
}
.forgot-panel{
  margin-left: 10%;
  margin-right: 10%;
}
.btn .btn-primary{
  margin-left: 20% !important;
}
/*mobile*/
@media (max-width: 330px) {
  .welcome {
    width: 100%;
  }
  .eTech {
    background-image: url("../images/logo.png");
    left: 20%;
    top: 80%;
    background-size: 30%;
  }
  .share-title {
    font-size: x-large;
  }
  .share-logo {
    background-size: 50%;
  }
}

@media (min-width: 331px) and (max-width: 480px) {
  .welcome {
    width: 100%;
  }
  .share-logo {
    background-size: 50%;
  }
  .eTech {
    background-image: url("../images/logo.png");
    left: 25%;
    top: 80%;
    background-size: 30%;
  }
  .share-title {
    font-size: x-large;
  }

}

/*tablets*/
@media (min-width: 481px) and (max-width: 960px) {
  .welcome {
    width: 100%;
  }
  .eTech {
    background-image: url("../images/eTech.png");
    left: 38.8%;
    top: 85%;
    background-size: 30%;
  }
  .share-title {
    font-size: x-large;
  }
}

/*desktop*/
@media (min-width: 1025px) {
  .panel-body {
    margin-top: 10%;
  }
  .container {
    width: auto;
    margin-top: 10%;
  }
  .col-sm-6 {
    width: 100%;
  }
}

/*hi-res laptops*/
@media (max-width: 1280px) {
  .panel-body {
    margin-top: 10%;
  }
  .container {
    width: auto;
    margin-top: 10%;
  }
  .col-sm-6 {
    width: 100%;
  }
}
