body {
    
    background-color: transparent;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    
}

#pint-login-overlay {
    
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
    opacity: .4;
    background-color: #000
    
}


#pint-login-cont {
    
    z-index: 2;
    padding-top: 90px;
    padding-bottom: 15px;
    border-radius: 0 4px 4px 0;
    
}

label[for="user_login"], label[for="user_pass"] {
    
    display: none;
    
}

#pint-login-pres {
    
    z-index: 2;
    border-radius: 4px 0 0 4px;
    background-color: #171717
    
}

#pint-login-brand {
    
	padding-left: 45px;
	padding-right: 45px;
    
}

#pint-login-brand h3 {
    
	color: #5f5f5f;
	font-size: 20px;
	font-family: Open Sans, Arial, sans-serif;
	font-weight: lighter;
	margin-top: 45px;
    
}

#pint-login-brand p {
    
	color: #5f5f5f;
	font-size: 20px;
	font-weight: lighter;
	margin-top: 12px;
	display: block;
	line-height: 25px;
    
}

#user_login, #user_pass {
    
    min-width: 300px;
	border-radius: 25px;
	border: 0 none;
	padding: 10px 15px;
    color: #3c3c3c;
    box-shadow: inset 0 0 3px 1px #c3c3c3;
    min-height: 45px
    
}

.login-password {
    
    margin-top: 25px
    
}


#pint-env {
	
    min-height: 50px;
	background: linear-gradient(to bottom, #b932de 0%,#6c0189 100%); /* W3C */
	border: none;
	border-radius: 50px;
	position: relative;
	border-bottom: 4px solid #560e69;
	color: #fbfbfb;
	font-weight: bold;
	text-shadow: 2px 1px 1px rgba(18, 9, 47, 0.6);
	font-size: 18px;
	text-align: center;
	box-shadow: 1px 2px 2px 0px rgba(0,0,0,.2);
	cursor: pointer;
	padding: 16px 39px 12px 39px;
	text-transform: uppercase;
	line-height: 18px;
    cursor: pointer;
    transition: all 0.2s ease-out;
    transform: perspective(1px) translateZ(0);
    letter-spacing: 0.5px
	
}

#pint-env:hover {
    
    background: linear-gradient(to bottom, #9911be 30%,#5b176d 100%); /* W3C */
    box-shadow: 1px 2px 3px 1px rgba(0,0,0,.2);
    color: #fff;
    
}

#pint-env:focus {
    
        box-shadow: inset 0px 2px 3px rgba(0,0,0,0.2);
    
}

#pint-env:active {
	
    background: linear-gradient(to bottom, #6c0e85 30%,#6c0189 100%) !important; /* W3C */
    box-shadow: inset 0px 2px 3px rgba(0,0,0,0.2);
    text-shadow: 2px 1px 2px rgba(0,0,0,.5)
  
}


#pint-lost-pass {
    
    display: block;
    
}

#pint-lost-pass a {
    
	font-size: 15px;
	color: #f2fce0;
    padding-right: 15px;
	font-weight: lighter;
	font-family: 'Open Sans', Arial, sans-serif;
    
}

#pint-lost-pass a:hover {
    
    text-decoration: none;
    color: #fff
    
}

.login-remember {
    
    display: none
    
}

.login-username, .login-password {
    
    padding: 0 15px
    
}

#pint-login-status {
    
	margin-top: 20px;
	margin-bottom: 5px;
    display: block;
    visibility: hidden
    
}

#pint-login-status img {
    
    display: inline-block;
    margin-right: 5px;
    margin-top: -2px;
    
}

#pint-login-status-txt {
    
	display: inline-block;
	color: #fff;
	font-size: 15px;
	font-weight: lighter;
    
}

#pint-login-cont-overlay {
    
    background-image: url("../imgs/fd-about.png");
    background-repeat: repeat;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: -1
    
}

#pint-login-brand-mv {
    
    color: #fff;
    margin-bottom: 50px
    
}

#pint-login-brand-mv img {
    
    max-height: 130px;
    
}

#pint-login-susc-mv {
    
    color: #fff;
    font-size: 22px;
    margin-bottom: 50px;
    font-weight: lighter;
    line-height: 30px
    
}

#pint-login-susc-mv a {
    
    color: #a51630;
    font-weight: bold;
    
}


.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

@keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@media screen and (min-width:200px) and (max-width:767px) {
    
    body {
        
    background-image: url("../imgs/fd-about.png") !important;
    background-repeat: repeat;
    background-size: contain;
    
        
    }
    
#pint-login-cont-overlay, #pint-login-cont {
    
    background: none !important;

}
    
#pint-login-cont {

    padding-top: 0 !important;
    padding-bottom: 0 !important;
    
}
    
#pint-env, #user_login, #user_pass {
    
    width: 100%
    
    }
    

#pint-env {

    padding: 16px 35px 14px 35px
        
    }
    
#pint-login {
    
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 20px
    
    }
    
#pint-lost-pass a {
        
    padding-right: 0        
        
    }
    
}