﻿.bg-section {
  background-image: url(../img/UTBanner.jpg);
  background-size: cover;
  padding: 41px;
  text-align: center;
  background-position: center;
  background-repeat: no-repeat;
}

.inject-logo-background {
  width: 8.8vw;
  top: -12px;
  padding-bottom: 15px;
  position: relative;
  background-size: contain;
}

#siteLogo {
  background-image: url(../img/UTlogo.png);
  height: 200px;
  width: auto;
  background-repeat: no-repeat;
  background-position: center;
}

/* login-page */
.left-section {
  padding: 35px 25px;
  display: inline-block;
}

#detailedErrorMessage {
  display: none;
}

#publicErrorText:after {
  content: "You do not have access to this application. Please contact your administrator.";
  visibility: visible;
}

.event-logo {
  background-image: url(content/img/eventLogo-08.jpg);
  background-repeat: no-repeat;
  background-size: 80%, 100%;
  height: 10vh;
  background-position: center;
  width: 65px;
  border: 2px solid #f1f2f2;
  display: inline-block;
}

.confrence-text {
  margin-top: 12px;
  font-size: 13px;
  font-weight: 600;
  color: #2c2d2d;
}

.confrence-time {
  font-size: 13px;
  color: #808285;
}

.map-section {
  color: #246ff0;
  font-size: 12px;
}

.login-section {
  position: relative;
}

.login-btn {
  background-color: #246ff0;
  color: #fff;
  border-radius: 25px;
  width: 100%;
  border: 1px solid #246ff0;
  margin-top: 15px;
  font-size: 14px;
}

  .login-btn:hover {
    background-color: #1a53b4;
    border: 1px solid #1a53b4;
  }

h3 {
  font-weight: 700;
  margin-bottom: 0;
}

.instruction-text {
  font-size: 14px;
  color: #2c2d2d;
  margin-bottom: -7px;
}

.signup-btn {
  background-color: #fff;
  color: #246ff0;
  padding: 4px 20px;
  border-radius: 15px;
  border: 1px solid #246ff0;
  margin-top: 10px;
  font-size: 12px;
}

  .signup-btn:hover {
    background-color: #1a53b4;
    border: 1px solid #1a53b4;
  }

.div-center {
  background-color: transparent;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}

.user-mail,
.user-password {
  position: relative;
  top: 17px;
  background: #fff;
  padding: 0 5px;
  font-size: 11px;
  font-weight: 500;
  left: 9px;
}

.content-wide {
  width: 80%;
}

.content {
  margin: 0px auto;
  margin-top: -30px;
  padding: 30px 90px;
  background-color: #fff;
  box-shadow: 0px 3px 16px 3px rgb(195 188 188 / 59%);
  border-radius: 5px;
  border: 1px solid #f1f2f2;
}

.content-narrow {
  width: 530px;
}

img {
  src:
}

.margin-10 {
  margin-top: -10px;
}

.form-group {
  margin-bottom: 0;
}

.forgot-block {
  padding-top: 10px;
}

  .forgot-block .btn-link {
    float: right;
    font-size: 14px;
    text-decoration: underline;
  }

.text-holder {
  font-size: 14px;
  font-weight: 500;
}

.forgot-block label {
  color: #808285;
  font-size: 14px;
}

.btn:hover:not(.btn-link) {
  color: #fff;
}

.padding-top-50 {
  padding-top: 80px;
}

/* Forgot-password */
.forgot-bgcolor,
.forgot-mail {
  background-color: #f1f2f2;
}

.forgot-box {
  background-color: #f1f2f2;
}

  .forgot-box:focus {
    background-color: #f1f2f2;
  }

.back-section {
  border-bottom: 1px solid #bdc0c5;
  padding-bottom: 12px;
  margin-bottom: 12px;
}

.back-icon {
  border: 1px solid #246ff0;
  border-radius: 50px;
  padding: 8px 9px;
  background-color: #246ff0;
  color: #fff;
  cursor: pointer;
}

.forgot-block-text {
  padding-left: 5px;
  font-weight: 500;
  font-size: 13px;
}

.form-control {
  border: 1px solid #2c2d2d;
}

  .form-control:focus {
    box-shadow: none;
    border: 2px solid #246ff0;
  }

.labelfocus {
  color: #246ff0;
}

.form-errors ul {
  list-style-type: none;
  padding: 0;
  font-size: 14px;
}

.instruction-box {
  margin-bottom: 20px;
  padding-bottom: 10px;
}
/* mobile specific Responsive Design START */
@media only screen and (max-width: 600px) {
  .left-section {
    margin-bottom: 30px;
    padding: 30px 0px;
  }

  .div-center {
    position: relative;
  }

  .padding-top-50 {
    padding: 30px;
    margin-bottom: 30px;
  }

  .content {
    padding: 30px 30px;
    width: initial;
  }

  .inject-logo-background {
    width: 21vw;
    top: 0px;
  }
}

@media only screen and (min-width: 601px) and (max-width: 1200px) {
  .div-center {
    position: relative;
  }

  .left-section {
    margin-bottom: 35px;
    text-align: center;
    display: block;
  }

  .event-logo {
    height: 14vh;
    width: 10vw;
  }

  .inject-logo-background {
    top: 0;
    width: 9vw;
    position: relative;
  }
}

/* mobile specific Responsive Design END */
