@CHARSET "UTF-8";

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
}

body {
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
  background-color: #007cbc !important;
  /*background-attachment: fixed;*/
  background: url("../images/backgrounds/pwu_taft.png");

}

.login-form {
  font: 16px/2em Lato, serif;
  margin: 100px 30px 10px;
  max-width: 400px;
}

.txt1 {
  font-family: Montserrat-SemiBold;
  font-size: 16px;
  color: #555555;
  line-height: 1.5;
}

.login100-title {
  width: 100%;
  display: block;
  font-family: Montserrat-Medium;
  font-size: 12px;
  color: #555555;
  line-height: 1.2;
  text-align: center;
}

form[role=login] {
  color: #5d5d5d;
  background: #f2f2f2;
  padding: 26px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}

form[role=login] img {
  display: block;
  margin: 0 auto;
  margin-bottom: 35px;
}

form[role=login] input,
form[role=login] button {
  font-size: 18px;
  margin: 16px 0;
}

form[role=login]>div {
  text-align: center;
}

.form-links {
  text-align: center;
  margin-top: 1em;
  margin-bottom: 50px;
}

.form-links a {
  color: #fff;
}

/* Shared */
.loginBtn {
  box-sizing: border-box;
  position: relative;
  width: 10em;
  margin: 0.2em;
  padding: 0 10px 0 40px;
  border: none;
  text-align: left;
  line-height: 34px;
  white-space: nowrap;
  border-radius: 0.2em;
  font-size: 11px;
  color: #FFF;
}

.loginBtn:before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  width: 34px;
  height: 100%;
}

.loginBtn:focus {
  outline: none;
}

.loginBtn:active {
  box-shadow: inset 0 0 0 32px rgba(0, 0, 0, 0.1);
}

/* Website */
.loginBtn--website {
  background-color: #34b251;
  /*background-image: linear-gradient(#4C69BA, #3B55A0);*/
  /*font-family: "Helvetica neue", Helvetica Neue, Helvetica, Arial, sans-serif;*/
  text-shadow: 0 -1px 0 #354C8C;
}

.loginBtn--website:before {
  border-right: #364e92 1px solid;
  /*background: url('../images/icon_facebook.png') 6px 6px no-repeat;*/
}

.loginBtn--website:hover,
.loginBtn--website:focus {
  background-color: #34b251;
  background-image: linear-gradient(#34b251, #34b251);
}

/* Facebook */
.loginBtn--facebook {
  background-color: #4C69BA;
  background-image: linear-gradient(#4C69BA, #3B55A0);
  /*font-family: "Helvetica neue", Helvetica Neue, Helvetica, Arial, sans-serif;*/
  text-shadow: 0 -1px 0 #354C8C;
}

.loginBtn--facebook:before {
  border-right: #364e92 1px solid;
  background: url('../images/icon_facebook.png') 6px 6px no-repeat;
}

.loginBtn--facebook:hover,
.loginBtn--facebook:focus {
  background-color: #5B7BD5;
  background-image: linear-gradient(#5B7BD5, #4864B1);
}


/* Google */
.loginBtn--google {
  /*font-family: "Roboto", Roboto, arial, sans-serif;*/
  background: #DD4B39;
}

.loginBtn--google:before {
  border-right: #BB3F30 1px solid;
  background: url('../images/icon_google.png') 6px 6px no-repeat;
}

.loginBtn--google:hover,
.loginBtn--google:focus {
  background: #E74B37;
}

#popupModal {
  text-align: center;
}

.sv-btn,
.vh-btn,
.appprevnxt-btn,
.btl-btn {
  height: 32px !important;
  border-radius: 3px !important;
  border: 0 !important;
  color: #fff !important;
  padding: 3px 15px !important;
}

.df-btn {
  background-color: #fff !important;
}

.df-btn {
  height: 32px;
  border-radius: 3px;
  border: 1px solid #ddd;
  color: #000;
  padding: 3px 15px;
}

.all-modal-btn {
  margin-left: 5;
  width: 80;
  height: 32px;
  background-color: #337ab7;
  border-radius: 3px;
  border: 0;
  color: #fff;
}

.sv-btn {
  background-color: #008000 !important;
}

.sv-btn[disabled] {
  background-color: #56b756 !important;
}

.cn-btn[disabled] {
  background-color: #fb8784 !important;
}

.appprevnxt-btn {
  background-color: #3277b3 !important;
}

.vh-btn {
  background-color: #337ab7 !important;
}

.btl-btn {
  background-color: #12089b !important;
}

.no-wrap {
  white-space: nowrap;
}

.b_d {
  font-weight: bold;
}

.roboto16 {
  font-size: 16px !important;
  font-family: Roboto !important;
}

.tahoma13 {
  font-size: 13px !important;
  font-family: Tahoma !important;
}

.tahoma135 {
  font-size: 13.5px !important;
  font-family: Tahoma !important;
}

.tahoma14 {
  font-size: 14px !important;
  font-family: Tahoma !important;
}

.tahoma145 {
  font-size: 14.5px !important;
  font-family: Tahoma !important;
}

.tahoma15 {
  font-size: 15px !important;
  font-family: Tahoma !important;
}

.tahoma16 {
  font-size: 16px !important;
  font-family: Tahoma !important;
}

.tahoma165 {
  font-size: 16.5px !important;
  font-family: Tahoma !important;
}

.tahoma18 {
  font-size: 18px !important;
  font-family: Tahoma !important;
}

.b_d {
  font-weight: bold !important;
}

.bold_d {
  font-weight: bold !important;
}

.bkgicon {
  border-top-right-radius: 6px !important;
  border-bottom-right-radius: 6px !important;
  background-color: white !important;
  height: 46px !important;
}

.input-group>input {
  border-right: 0px;
  border-color: #ccc;
  box-shadow: none;

}

/* style icon */
.inner-addon .glyphicon {
  position: absolute;
  padding: 45px;
  top: -60%;
  box-shadow: none !important;
}

#leftt {
  position: relative;
  left: 1.8%;
}

/* align icon */
.left-addon .glyphicon {
  left: 0px;
}

.right-addon .glyphicon {
  right: -10%;
}

/* add padding  */
.left-addon input {
  padding-left: 30px;
}

.right-addon input {
  padding-right: 30px;
}


.input-group-focus {
  border-radius: 4px;
  -webkit-transition: box-shadow ease-in-out .15s;
  transition: box-shadow ease-in-out .15s;
}

.input-group-addon {
  -webkit-transition: border-color ease-in-out .15s;
  transition: border-color ease-in-out .15s;
}

.input-group.input-group-focus {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6) !important;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6) !important;
}

.has-error.input-group.input-group-focus,
.has-error .input-group.input-group-focus {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483 !important;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483 !important;
}

.has-warning.input-group.input-group-focus,
.has-warning .input-group.input-group-focus {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168 !important;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168 !important;
}

.has-success .input-group.input-group-focus,
.has-success .input-group.input-group-focus {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b !important;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b !important;
}

.input-group-focus input:focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.input-group-focus input {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.input-group .input-group-addon {
  border-color: #ccc !important;
}

.input-group-focus .input-group-addon {
  border-color: #66afe9 !important;
}

.has-error .input-group-addon {
  border-color: #843534 !important;
}

.has-success .input-group-addon {
  border-color: #2b542c !important;
}

.has-warning .input-group-addon {
  border-color: #66512c !important;
}

.input-group>input {
  border-right: 0px;
  border-color: #ccc;
  box-shadow: none;

}

.form-control {
  font-size: 13.5px;
  font-family: Tahoma;
}

#txtPwd {
  margin-top: 0px;
}

.cpt-cont {
  /* border: 1px solid #ccc; */
  color: #555;
  border-radius: 6px;
  padding: 3px 15px;
  text-align: center;
  position: relative;
}

.cpt-cont #reload-cpt {

  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  background-color: #3277B3;
  color:#fff;
  padding: 13px 15px;
  display: inline-block;
  height: 46px;
  margin: 3px 0;
  font-size:20px;
  cursor: pointer;
}

.cpt-cont #cpt {
  border: 1px solid #ccc;
  color: #555;
  height:46px;
  border-radius:0;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  padding: 3px 15px;
  margin:3px 0;
  width: 100%;
}

#captcha-generator {
  height: 50px;
}

.container {
  display: flex;
  justify-content: center;
}

.uxNtfBrd {
  background: #fffc;
  padding: 15px;
  border-radius: 5px;
  max-width: 670px;
  margin-top: 100px;
  max-height: 600px;
  height:auto;
  overflow-y: auto;

}

/* width */
.uxNtfBrd::-webkit-scrollbar {
  width: 10px;
  border-radius: 5px;
}

/* Track */
.uxNtfBrd::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

/* Handle */
.uxNtfBrd::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 5px;
}

/* Handle on hover */
.uxNtfBrd::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.uxNtfBrd * {
  color: #337ab7;
}

@media only screen and (max-width: 1000px) {
  .container {
    display: flex;
    flex-direction: column;
  }
  .login-form{
    margin:10px auto;
  }
  .uxNtfBrd{
    margin-top: 0;
  }
}