/*
 *
 * Template Name: Fullscreen Login
 * Description: Login Template with Fullscreen Background Slideshow
 * Author: Anli Zaimi
 * Author URI: http://azmind.com
 *
 */


body {
    background: #f8f8f8;
    font-family: 'Barlow Condensed', Helvetica, Arial, sans-serif;
    text-align: center;
    color: #fff;
    font-size: 19px;
    letter-spacing: 0.7px;
}

.page-container {
  margin: 0px auto;
	background: rgb(1, 58, 155);
background: -moz-linear-gradient(-45deg, rgba(1, 58, 155,1) 0%, rgba(1, 58, 155,1) 51%, rgba(1, 75, 200,1) 51%, rgba(1, 75, 200,1) 79%, rgba(1, 75, 200,1) 100%);
background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(1, 75, 200,1)), color-stop(51%, rgba(1, 58, 155,1)), color-stop(51%, rgba(1, 75, 200,1)), color-stop(79%, rgba(1, 75, 200,1)), color-stop(100%, rgba(1, 75, 200,1)));
background: -webkit-linear-gradient(-45deg, rgba(1, 75, 200,1) 0%, rgba(1, 58, 155,1) 51%, rgba(1, 75, 200,1) 51%, rgba(1, 75, 200,1) 79%, rgba(1, 75, 200,1) 100%);
background: -o-linear-gradient(-45deg, rgba(1, 75, 200,1) 0%, rgba(1, 58, 155,1) 51%, rgba(1, 75, 200,1) 51%, rgba(1, 75, 200,1) 79%, rgba(1, 75, 200,1) 100%);
background: -ms-linear-gradient(-45deg, rgba(1, 75, 200,1) 0%, rgba(1, 58, 155,1) 51%, rgba(1, 75, 200,1) 51%, rgba(1, 75, 200,1) 79%, rgba(1, 75, 200,1) 100%);
background: linear-gradient(135deg, rgba(1, 75, 200,0.1) 0%, rgba(1, 58, 155,1) 51%, rgba(1, 75, 200,1) 51%, rgba(1, 75, 200,1) 79%, rgba(1, 75, 200,0.1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#faf7fa', endColorstr='#fefefe', GradientType=1 );
    width: 380px;
    padding: 25px 5px 25px 5px;
    border: 2px solid #0269f0;
    border-radius: 10px;
-webkit-box-shadow: -1px 2px 14px 0px rgba(10,10,10,1);
-moz-box-shadow: -1px 2px 14px 0px rgba(10,10,10,1);
box-shadow: -1px 2px 14px 0px rgba(10,10,10,1);
}

h1 {
    font-size: 30px;
    font-weight: 700;
    text-shadow: 0 1px 4px rgba(0,0,0,.2);
}

form {
    position: relative;
    width: 325px;
    margin: 0px auto;
    text-align: center;
}

input {
    width: 97%;
    height: 42px;
    margin-top: 25px;
    padding-left: 10px;
    background: #2d2d2d; /* browsers that don't support rgba */
    background: rgba(255,255,255,.85);
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #3d3d3d; /* browsers that don't support rgba */
    border: 1px solid rgba(255,255,255,.15);
    -moz-box-shadow: 0 2px 3px 0 rgba(0,0,0,.1) inset;
    -webkit-box-shadow: 0 2px 3px 0 rgba(0,0,0,.1) inset;
    box-shadow: 0 2px 3px 0 rgba(0,0,0,.1) inset;
    font-family: 'PT Sans', Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #2d2d2d;
    text-shadow: 0 1px 2px rgba(0,0,0,.1);
    -o-transition: all .2s;
    -moz-transition: all .2s;
    -webkit-transition: all .2s;
    -ms-transition: all .2s;
}

input:-moz-placeholder { color: #2d2d2d; }
input:-ms-input-placeholder { color: #2d2d2d; }
input::-webkit-input-placeholder { color: #2d2d2d; }

input:focus {
    outline: none;
    -moz-box-shadow:
        0 2px 3px 0 rgba(0,0,0,.1) inset,
        0 2px 7px 0 rgba(0,0,0,.2);
    -webkit-box-shadow:
        0 2px 3px 0 rgba(0,0,0,.1) inset,
        0 2px 7px 0 rgba(0,0,0,.2);
    box-shadow:
        0 2px 3px 0 rgba(0,0,0,.1) inset,
        0 2px 7px 0 rgba(0,0,0,.2);
}

button {
    cursor: pointer;
    width: 100%;
    height: 44px;
    margin-top: 25px;
    padding: 0;
    background: #e7ae01;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #775a01;
    
    font-family: 'PT Sans', Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    text-shadow: 0 1px 2px rgba(0,0,0,.1);
    -o-transition: all .2s;
    -moz-transition: all .2s;
    -webkit-transition: all .2s;
    -ms-transition: all .2s;
}

button:hover {
    -moz-box-shadow:
        0 15px 30px 0 rgba(255,255,255,.15) inset,
        0 2px 7px 0 rgba(255, 193, 7, 0.9);
    -webkit-box-shadow:
        0 15px 30px 0 rgba(255,255,255,.15) inset,
        0 2px 7px 0 rgba(255, 193, 7, 0.9);
    box-shadow:
        0 15px 30px 0 rgba(255,255,255,.15) inset,
        0 2px 7px 0 rgba(255, 193, 7, 0.9);
}

button:active {
    -moz-box-shadow:
        0 15px 30px 0 rgba(255,255,255,.15) inset,
        0 2px 7px 0 rgba(0,0,0,.2);
    -webkit-box-shadow:
        0 15px 30px 0 rgba(255,255,255,.15) inset,
        0 2px 7px 0 rgba(0,0,0,.2);
    box-shadow:
        0 5px 8px 0 rgba(0,0,0,.1) inset,
        0 1px 4px 0 rgba(0,0,0,.1);

    border: 0px solid #ef4300;
}

.error {
    display: none;
    position: absolute;
    top: 27px;
    right: -55px;
    width: 40px;
    height: 40px;
    background: #2d2d2d; /* browsers that don't support rgba */
    background: rgba(232,27,27,.55);
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}

.error span {
    display: inline-block;
    margin-left: 2px;
    font-size: 40px;
    font-weight: 700;
    line-height: 40px;
    text-shadow: 0 1px 2px rgba(0,0,0,.1);
    -o-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);

}

.connect {
    width: 305px;
    margin: 0px auto;
    font-size: 18px;
    font-weight: 700;
    text-shadow: 0 1px 3px rgba(0,0,0,.2);
}

.connect a {
    display: inline-block;
    width: 32px;
    height: 35px;
    margin-top: 15px;
    -o-transition: all .2s;
    -moz-transition: all .2s;
    -webkit-transition: all .2s;
    -ms-transition: all .2s;
}

.connect a.facebook { background: url(../img/facebook.png) center center no-repeat; }
.connect a.twitter { background: url(../img/twitter.png) center center no-repeat; }

.connect a:hover { background-position: center bottom; }

.centrar-v{
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

.fondo-psw{
    background-color: rgba(229, 189, 12, 0.30);
    backdrop-filter: blur(5px);
}