:root {
  --primary-color-code: #007cc7;
  --primary-background-color-code: #a0dbff47;
  --primary-gray-color-code: #808080;
  --secondary-grey-color-code: #ddd;
  --red-warning-color-code: #FF0000;
}

body {
  position: relative;
  background: #fff;
  overflow-x: hidden !important;
  font-family: "Roboto", sans-serif;
}

p {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 0px;
}

a,
a:hover,
a:focus {
  color: var(--primary-color-code);
  transition: all 0.3s;
  text-decoration: none;
}

*:focus {
  outline: none;
}

label {
  margin-bottom: 0;
}

.link-text {
  font-weight: 500;
  color: var(--primary-color-code);
  text-decoration: none !important;
}

.link-text:hover {
  color: var(--primary-color-code);
}

.main-container-div {
  position: relative;
  height: 100%;
  width: 100%;
}

.brand-wrapper {
  padding-top: 0px;
  padding-bottom: 30px;
}

.brand-title-text {
  font-size: 25px;
  color: #000;
  font-weight: 900;
  text-decoration: none !important;
}

.brand-logo-img {
  height: 35px;
  width: auto;
}

.brand-title-text:hover {
  color: inherit;
  opacity: 0.8;
}

.login-section-wrapper {
  height: 100%;
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  align-content: center;
}

.login-wrapper {
  width: 400px;
}

.login-wrapper label {
  margin-bottom: 0px;
  font-size: 15px;
  font-weight: 400;
}

.login-btn {
  width: 100%;
  padding: 13px 20px 12px;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #fff !important;
  margin-top: 5px;
  margin-bottom: 24px;
  background: var(--primary-color-code);
  transition: all linear 0.3s;
}

.login-btn:hover {
  box-shadow: 0 4px 15px 0 rgba(65, 132, 234, 0.75);
}

.login-wrapper a.forgot-password-link {
  float: right;
  font-size: 14px;
  text-decoration: underline;
  display: inline-block;
}

.login-wrapper-footer-text {
  font-size: 16px;
  color: #000;
  margin-bottom: 0;
}

.login-title {
  font-size: 25px;
  color: #000;
  font-weight: bold;
  margin-bottom: 20px;
}

.login-left-side-wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  min-height: 100vh;
  height: 100%;
  background: #a0dbff47;
}

.signup-left-side-wrapper {
  min-height: 100vh;
  height: 100%;
  max-height: 100%;
  background: #a0dbff47;
}

.login-left-side-text {
  font-weight: 900;
  font-size: 40px;
  color: #001a3791;
  margin-left: 15%;
  line-height: 45px;
  margin-top: 20px;
}

.signup-left-side-text {
  font-weight: 900;
  font-size: 40px;
  color: #001a3791;
  margin-left: 10%;
  line-height: 45px;
  padding-top: 50px;
}

.login-img {
  height: 450px;
  width: auto;
  margin-top: 20px;
}

.signup-img {
  height: 80%;
  width: 80%;
  margin-top: 60px;
}

.footer-link {
  margin-top: 8%;
  text-align: center;
  width: 100%;
  color: #000;
}

.blue-text {
  color: var(--primary-color-code);
  text-decoration: none !important;
}

.login-wrapper .form-group {
  margin-bottom: 10px;
}

.custom-form-control {
  border: 1px solid var(--primary-color-code);
  border-radius: 5px !important;
  padding: 5px 15px;
  min-height: 45px;
  font-size: 15px;
  line-height: 21px;
  font-weight: 400;
}

.custom-margin-top {
  margin-top: -15px;
}

.password_field {
  position: relative;
  margin-bottom: 0px;
}

.password_field .password-visible {
  color: var(--primary-gray-color-code);
  font-size: 20px;
  position: absolute;
  right: 8%;
  top: 36px;
  cursor: pointer;
}

.password_field .reset-password-visible {
  color: var(--primary-gray-color-code);
  font-size: 20px;
  position: absolute;
  right: 8%;
  top: 38px;
  cursor: pointer;
}

.password_field .material-icons-outlined {
  display: block;
}

.register_password_field {
  position: relative;
  margin-bottom: 0px;
}

.register_password_field .password-visible {
  color: var(--primary-gray-color-code);
  font-size: 20px;
  position: absolute;
  left: 70%;
  top: 37px;
  cursor: pointer;
}

.register_password_field .material-icons-outlined {
  display: block;
}

#user_email-error {
  color: var(--red-warning-color-code);
  font-size: 80%;
}

#user_password-error {
  color: var(--red-warning-color-code);
  font-size: 80%;
}

#email-error {
  color: var(--red-warning-color-code);
  font-size: 80%;
}

#user_password-error {
  color: var(--red-warning-color-code);
  font-size: 80%;
}

#user_name-error {
  color: var(--red-warning-color-code);
  font-size: 80%;
}

#register_user_confirm_password-error {
  color: var(--red-warning-color-code);
  font-size: 80%;
}

#accept_pp-error {
  color: var(--red-warning-color-code);
  font-size: 80%;
  margin-top: -15px;
}

#user_college_name-error {
  color: var(--red-warning-color-code);
  font-size: 80%;
}

#reset_user_password-error {
  color: var(--red-warning-color-code);
  font-size: 80%;
}

#user_confirm_password-error {
  color: var(--red-warning-color-code);
  font-size: 80%;
}

#confirm_password-error {
  color: var(--red-warning-color-code);
  font-size: 80%;
}

@media only screen and (max-width: 991px) {

  .login-section-wrapper {
    height: 90vh;
  }

  .signup-section-wrapper {
    height: 100%;
    padding: 20px 0px;
  }

  .password_field .password-visible {
    right: 8%;
    top: 36px;
  }
}

@media (max-width: 540px) {

  .login-wrapper a.forgot-password-link {
    margin-bottom: 16px;
  }

  .login-wrapper {
    padding: 0px 20px;
  }

  .password_field .password-visible {
    right: 8%;
    top: 50px;
  }

  .register_password_field .password-visible {
    left: 85%;
    top: 38px;
  }
}

@media (max-width: 400px) {
  .login-wrapper {
    width: 100%;
    padding: 0px 10px;
  }
}