﻿
@font-face {
  font-family: 'Maven Pro';
  src: url('../Content/fonts/MavenPro-Regular.ttf');
}

@font-face {
  font-family: 'Maven Pro Bold';
  src: url('../Content/fonts/MavenPro-Bold.ttf');
}

body  {
    
    
}

section.main
{
    position:absolute;
    left:0;
    right:0;
    top:0;
    bottom:0px;
    overflow:auto;
    
}

body:before
{
    content:" ";
    z-index: -10;
    background-image: url("../Content/Images/bgwisp.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    -webkit-filter: blur(5px);
    filter: blur(5px);
    position:fixed;
    left:0;
    right:0;
    top:0;
    bottom:0px;
}

body:after
{
    content:" ";
    z-index: -9;
    background-color: rgba(0,0,0,0.8);
    position:fixed;
    left:0;
    right:0;
    top:0;
    bottom:0px;
}


#main-container 
{
    left:5%;
    width:90%;
}

@media (min-width: 768px){
#main-container 
{
    left:20%;
    width:60%;
}}

@media (min-width: 1200px){
#main-container 
{
    left:30%;
    width:40%;
}}


#main-container
{
    color:White;
    top:2%;
    padding: 0 0 1rem 0;
    position:absolute;
    text-align: center;
}



#main-container:after 
{
    content:" ";
    width:100%;
    height:100%;
    background: rgba(0,0,0,.5);
    position:absolute;
    top: 0;
    left: 0;
    z-index: -1;
}


.container form input
{
    
    margin:.5rem 0 0 0;
}



form label
{
    font-weight:bold;
}

.button
{
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-size: 1rem;
    cursor: pointer;
    text-decoration: none;
    border:0 none;
    height:2.1rem;
    width:80%;
}

a.link-button
{
    width:80%;
    height:2rem;
    display: inline-block;
    text-align: center;
    padding: .3rem 0 0 0;
    
}

a.cancel-button
{
    background-color: #ff4d4d;
    color: #ffffff;
}

.login-button 
{
    background-color: #3a525e;
    color: #ffffff;   
}

.register-button
{
    background-color: #293a42;
    color: #ffffff; 
}



h1
{
    padding:0 0 0rem 0;
    font-size: 1.2rem;
    font-weight:normal;
    position:relative;
    padding: 1rem 0 .8rem 0;
}

h1:before {
    content: " ";
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.8);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1
}

h1.seal {
    position: absolute;
    width: 100%;
    text-align: right;
}


#siteseal {
    width: 100%;
    padding: 0 10%;
}

#siteseal img {
    width: 30%;
}

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus
input:-webkit-autofill, 
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border: inherit;
  -webkit-text-fill-color: White;
  -webkit-box-shadow:none;
  transition: background-color 5000s ease-in-out 0s;
}

input[type=text].t-public, input[type=password].t-public
{
    color:White;
    background-color:transparent;
    border:0 solid transparent;
    font-size: 1.2rem;
    width: 90%;
    
}

span.text-input
{
    white-space: nowrap;
    overflow:hidden;
    display:block;
    font-size: 1.5rem;
    width: 80%;
    margin:.5rem;
    border: 1px solid #293a42;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    left: 10%;
    position: relative;
}

.text-input:before
{
    color: #3a525e;
}

.text-password:before
{
    font-family: FontAwesome;
    content: "\f023";
}

.text-login:before
{
    font-family: FontAwesome;
    content: "\f007";
}

.text-contract:before
{
    font-family: FontAwesome;
    content: "\f15c";
}

.text-mail:before
{
    font-family: FontAwesome;
    content: "\f0e0";
}

.text-captcha:before
{
    font-family: FontAwesome;
    content: "\f00c";
}

.text-codigo:before
{
    font-family: FontAwesome;
    content: "\f084";
}

.text-general:before
{
    font-family: FontAwesome;
    content: "\f0a3";
}

#imgUser
{
    background-color:#3a525e;
    width:110px; 
    height:110px; 
    border-radius: 50%;
    position:relative;
    overflow:hidden;
    display:inline-block;
    margin:1rem 0 0 0;
}


#imgUser img
{
    height:110%;
    margin-left: -5%;
}

.uploader-profile
{
    height:100%; 
    width:100%; 
    opacity: 0; 
    top: -5px; 
    left: 0;
    position:absolute; 
}