@CHARSET "UTF-8";

* {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	outline: 0 !important;
}
body {
	background-image: url(../images/pwu_taft.png);
     background-repeat: no-repeat;
    background-size: cover;
    background-position: 100% left;
    background-attachment: fixed;

}
#btnLogin{
  margin-top: 20px !important;
}
.login-form {
    font: 16px/2em Lato, serif;
	margin: 100px auto;
	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: 0;
	}
	form[role=login] input,
	form[role=login] button {
    font-size: 18px;
    margin: 3px 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;
}

.tahoma10{font-size: 10px !important;font-family: Tahoma !important;}
.tahoma12{font-size: 12px !important;font-family: Tahoma !important;}
.tahoma125{font-size: 12.5px !important;font-family: Tahoma !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;}
.tahoma17{font-size: 17px !important;font-family: Tahoma,Roboto,Arial !important;}
.tahoma18{font-size: 18px !important;font-family: Tahoma !important;}
.sv-btn,.cn-btn,.vh-btn,.btn-box,.cls-btn,.prt-btn{height: 32px !important;border-radius: 3px !important;border:0 !important;color:#fff !important;padding:3px 15px !important;outline:none  !important;}
.sv-btn{background-color: #008000 !important;background: #008000 !important;}
.prt-btn{background-color: #008521 !important;}
.cn-btn{background-color: #D9534F !important;background: #D9534F !important;}
.vh-btn{background-color: #337ab7 !important;}
.cls-btn{background-color: #a22630 !important;}
.no-wrap{white-space: nowrap;}
.bold_d{font-weight:bold;}

/* // captcha beybe */
.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: #ccc;
  padding: 14px 12px;
  display: inline-block;
  height: 46px;
  margin: 3px 0;
  cursor: pointer;
  font-size:16px
}

.cpt-cont #cpt {
  border: 1px solid #ccc;
  color: #555;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  padding: 3px 15px;
  vertical-align: -1.4;
  height: 46px;
}
#captcha-generator{
  height: 50px;
}
/* // captcha beybe end */

.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: #008000;
}

@media only screen and (max-width: 800px) {
  .container {
    display: flex;
    flex-direction: column;
  }
  .login-form{
    margin:10px auto;
  }
}