
body.landing{
    margin: 0;
    width: 100%;
    /*overflow: hidden;*/
    background-attachment: fixed;
    background-position: right;
    background-size: cover;
    background-repeat: no-repeat;
}

.landing .outer-wrapper{
    height: 100vh;
    margin: 0;
    overflow: hidden;
}

.landing .block{
    font-family: roboto;
    text-align: left;
    width: 100%;
    height: 100%;
    overflow: auto;
}

.landing .block .holder{
    position: relative;
    max-width: 100%;
    height: 100%;
    overflow: auto;
}

.modal{
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    max-width: 400px;
  /*  background-color: rgba(0,0,0,.6);*/
    padding: 15px;
    border-radius: 8px;
	
	
	background-image: url("../../eventos/27/landing/log.jpg");
background-repeat: no-repeat;
 /*background-attachment: fixed;*/
 background-position: center center;
 background-size: cover;
}

.modal2{
    position: absolute;
   right: 0;
    bottom: 0;
    top: 0;
	 width: calc(100% - 400px);
	/*
    width: 100%;
    max-width: 400px;
	*/
  /*  background-color: rgba(0,0,0,.6);*/
 /*   padding: 15px;*/
    border-radius: 8px;
	background-color: #878787;
	background-image: url("../../eventos/27/landing/fondo1.jpg");
	background-position: 0% 100% 0% 0% ;
background-repeat: no-repeat;
 /*background-attachment: fixed;*/
 background-position: left;
 background-size: cover;
	
	
}








/*
@supports (-webkit-backdrop-filter: none) or (backdrop-filter: none) {
    .modal {
        -webkit-backdrop-filter: blur(25px);
        backdrop-filter: blur(25px);
        background-color: rgba(0, 0, 0, 0.3);
    }
    .warning {
        display: none;
    }
}
*/
.landing.pass .block .container-fluid .login{
    font-size: 4em;
    text-align: center;
}

.landing .block .container-fluid .header{
    margin: 0;
    /*line-height: 1.5em;*/
    padding: 15px 0;
    text-align: center;
    position: relative;
    top: 10%;
}

.landing.pass .block .container-fluid .header{
    padding: 0;
}

.landing.pass .block .container-fluid .header .text{
    font-size: 0.4em;
}

.landing .block .container-fluid .header .text{
    text-align: center;
    display: inline-block;
    font-size: 1.6em;
    margin: 15px 0;
    max-width: 100%;
    padding: 0 15px;
}

.landing .block .container-fluid .content{
    font-size: 1em;
    text-align: center;
    font-family: roboto;
}

.landing .block .container-fluid .content .text{
    margin: 30px 0;
    text-align: center;
}

.landing .block .container-fluid .content img{
    width: 100%;
    max-width: 125px;
    margin: 0 auto;
}

.landing .block .title{
    font-size: 2.9em;
    margin-bottom: 1em;
}

.landing .block b{
    font-family: roboto;
}

.landing .login img{
    width: 40%;
    margin-bottom: 30px
}


.landing .btn .btn-content img{

}

.landing .footer{
    background-color: transparent;
    bottom: 0;
}

.landing .footer img{
    float: left;
    width: 100%;
    max-width: 120px;
}

.landing .aviso{
    font-size: 0.7em;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    padding: 25px;
}



/*registro*/
form{
    background-color: white;
    width: 50%;
    max-width: 500px;
    margin: 0 auto;
    margin-top: 5%;
    max-height: 500px;
    overflow: auto;
    padding: 20px;
    font-family: Roboto;
    text-align: center;
}

form .title{
    font-weight: bolder;
    font-size: 2em;
    text-align: center;
    color: #333333;
}

/*campo*/

form .campo{
    position: relative;
    z-index: 91;
    display: inline-block;
    margin: 1em;
    width: 100%;
}

form .campo.kaede{
    display: block;
    overflow: hidden;
    margin: .5em auto;
    background: #EFEEEE;
    font-size: 1.5em;
}
form .campo input[type=text],form .campo input[type=password]{
    position: relative;
    display: block;
    float: right;
    padding: 0.8em;
    width: 60%;
    border: none;
    border-radius: 8px;
    background: #f0f0f0;
    color: #aaa;
    -webkit-appearance: none;
}

form .campo input[type=text].input__field,form .campo input[type=password].input__field{
    position: absolute;
    top: 0;
    right: 100%;
    width: 60%;
    height: 100%;
    background: #fff;
    color: #9DABBA;
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
form .campo input[type=text]:focus,form .campo input[type=password]:focus{
    outline: none;
}

form .campo.filled input[type=text],form .campo.filled input[type=password]{
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    -webkit-transition-delay: 0.06s;
    transition-delay: 0.06s;
}

.campo label{
    display: inline-block;
    float: right;
    padding:.6em;
    width: 40%;
    color: #6a7989;
    font-weight: bold;
    font-size: 70.25%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.campo label.input__label--kaede{
    z-index: 92;
    display: block;
    width: 100%;
    height: 100%;
    text-align: left;
    cursor: text;
    -webkit-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

form .campo.filled label{
    -webkit-transform: translate3d(60%, 0, 0);
    transform: translate3d(60%, 0, 0);
    pointer-events: none;
}

form .terminos{
    text-align: justify;
}