*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body, html, .login_form {
  
}

body {
  background-color: #d7d9dd !important;
}
/* Typography */
h1#title {
	font-family: 'Roboto Slab', serif;
	font-weight: 300;
	font-size: 3.2em;
	color: white;
	text-shadow: 0 0 10px rgba(0,0,0,0.8);
	margin: 0 auto;
	padding-top: 65px;
	max-width: 300px;
	text-align: center;
	position: relative;
	top: 0px;
}

h1#title span span {
	font-weight: 400;
}

.title{
	font-weight: 400;
	
	font-size:20px;
	
}

a {
	text-decoration: none;
	color: #666;
}

a:hover {
	color: #aeaeae;
}

p.small {
	font-size: 0.8em;
	margin: 20px 0 0;
}




.top {
	margin: 0;
	padding: 0;
	width: 100%;
	background: -moz-linear-gradient(top,  rgba(0,0,0,0.6) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.6) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(0,0,0,0.6) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
}



.login-wrapper{
	width:425px;
	
}
.login_form {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-flex: center;
  -moz-box-flex: center;
  -webkit-flex: center;
  -ms-flex: center;
  flex: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  align-items: center;
}



.logo {
  text-align: center;
}
.logo img {
  max-width: 300px;
  width: 100%;
  margin: 1em auto 2em;
}

form {
  background: #0060af;
  padding: 2em 2em;
  font-family: helvetica, sans-serif;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
form label {
  color: #fff;
 /* margin: 0 3% .25em;*/
  display: block;
  font-family: helvetica, sans-serif;
}
form input {
  width: 94%;
  padding: .5em .25em;
  margin: 0 0% 1em;
  font-size: 1.2em;
  border: 2px solid #08305d;
  outline: none;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -ms-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
form input:focus {
  border: 2px solid #08305d;
}
form button {
  width: 100%;
  margin: 2em 0% 0;
  border: none;
  background: #f68b1e;
  padding: 1em 0;
  clear: both;
      color: #fff;
    font-weight: bold;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;

  outline: none;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -ms-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
  cursor: pointer;
}
form button:focus, form button:hover {
  background:#f68b1e;; /* #262626;*/
}

.hide-show {
  width: 94%;
  margin: -3.62em 3% 0 1.5%;
  position: relative;
  z-index: 5;
  display: none;
}
.hide-show span {
  background: #1fd100;
  font-size: 1em;
  padding: .5em;
  float: right;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  cursor: pointer;
}

.login-box {
	background-color: white;
	max-width: 340px;
	margin: 0 auto;
	position: relative;
	top: 80px;
	padding-bottom: 30px;
	border-radius: 5px;
	box-shadow: 0 5px 50px rgba(0,0,0,0.4);
	text-align: center;
}

.login-box .box-header {
	background-color: #665851;
	margin-top: 0;
	border-radius: 5px 5px 0 0;
}

.login-box label {
	font-weight: 700;
	font-size: .8em;
	color: #888;
	letter-spacing: 1px;
	text-transform: uppercase;
	line-height: 2em;
}

.login-box input {
	margin-bottom: 20px;
	padding: 8px;
	border: 1px solid #ccc;
	border-radius: 2px;
	font-size: .9em;
	color: #888;
}

.login-box input:focus {
	outline: none;
	border-color: #665851;
	transition: 0.5s;
	color: #665851;
}

.login-box button {
	margin-top: 0px;
	border: 0;
	border-radius: 2px;
	color: white;
	padding: 10px;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 0.7em;
	letter-spacing: 1px;
	background-color: #665851;
	cursor:pointer;
	outline: none;
}

.login-box button:hover {
	opacity: 0.7;
	transition: 0.5s;
}

.login-box button:hover {
	opacity: 0.7;
	transition: 0.5s;
}

.selected {
	color: #665851!important;
	transition: 0.5s;
}

/* Animation Delay */
#logo {
  -webkit-animation-duration: 1s;
  -webkit-animation-delay: 2s;
}

.login-box {
  -webkit-animation-duration: 1s;
  -webkit-animation-delay: 1s;
}
.panel-heading {
	background:#e22258 !important;
	color:#fff;
}
.panel-title>a {
	color:#fff;
}
.panel-group{
	margin-bottom:0;
}
.panel-group .panel+.panel {
    margin-top: 0px;
} 
.showvideo{display: none;}
.vouchpronavs .list-unstyled li {
	background:#595d61;
	
	padding:10px;
	border-bottom: 1px solid #fff;
	
}
.vouchpronavs .list-unstyled li a{
	color:#fff;
	
}
.active{
	background: #000;
    color: #fff;
    padding: 12px 31px 12px 14px;
}
.pwed.web {
  position: absolute;
  bottom: 9px;
  right: 12px;
  clear: both;
  float: right;
}

@media (min-width:992px) {
  
.logoFooter {
	position:absolute;
	bottom: 0;
	right:4px;
}
}

@media(max-width:5000px){
    .container{max-width: 95% !important;}
    /* #loginForm{max-width: 100%;} */
    .res .img-responsive {
        width: 74%;
       
    }
    }
   
@media(max-width:1366px){
    /* #loginForm{max-width: 320px;} */
    .container{max-width: 1170px !important;}
    .res .img-responsive {
      width: 74%;
      max-width: 100%;
    }
}
@media(max-width:1024px){
  .res .img-responsive {
    width: 90%;
    max-width: 100%;
}
}
@media (max-width:991px) {
  .pwed.web {display: none}
  .pwed.mob {
    display: block !important;
    position: relative;
    bottom: 0 !important;
    clear: both;
    padding: 10px 0px;
}
.pwed.mob img {
  max-width: 100px !important;
}
.res .img-responsive {
  width: 100%;
  max-width: 250px !important;
  margin: 12px auto;
}
}
@media (max-width:768px) {
	.pwed.mob img {
    max-width: 57px !important;
}
    .res .img-responsive {
      width: 70%;
      max-width: 150px !important;
      margin: 9px auto;}
    /* #loginForm {
        max-width: 100%;
    } */
  }
   @media (max-width:640px)
{.container {
position: relative !important;
top: 0   !important   ;
left: 0   !important   ;
-moz-transform: translateX(0%) translateY(0%)   !important   ;
-webkit-transform: translateX(0%) translateY(0%   !important   );
transform: translateX(0%) translateY(0%)   !important   ;
}}
  .btn-primary {
    color: #00afae !important;
    background-color: #fff !important;
    border-color: #00afae !important;
}
.btn-primary:hover {
  color: #fff !important;
  background-color: #00afae !important;
  border-color: #fff !important;
}
