/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 06-jul-2016, 11:37:54
    Author     : jgarciaguzman
*/

body{
    background-color: white;
    padding: 10px 5% 10px 5%;
}
img{
    height:100%;
}

.global{
    background-color: white;
    background-image: url("../recursos/fondoHD.png");
    background-size: 100% 100%;
    background-repeat: none;
    /*width: 100vw;
    height: 100vw;*/
    width:1024px;
    height: 786px;
    margin: 0 auto;
    position: relative;
    min-width: 950px;
}
.logoUpLeft{
    height:35%;
    top:0px;
    left:0px;
    position:absolute;
}
.logoUpRight{
    height:40%;
    top:0px;
    right:0px;
    position:absolute;
}
.logoDownLeft{
    height:20%;
    bottom:0px;
    left:0px;
    position:absolute;
}
.logoDownRight{
    height:12%;
    bottom:0px;
    right:0px;
    position:absolute;
}
.logoMidLeft{
    height:11%;
    bottom:0px;
    right:53%;
    position:absolute;
}
.logoMidRight{
    height:11%;
    bottom:0px;
    left:57%;
    position:absolute;
}

/* -- Register --*/

.PasswordBox{
    position: absolute;
    height:500px;
    top:90px;
    left: 20%;
    right: 20%;
    /*background-color: blue;*/
}
.Password{
    border: 1px solid black;
    border-radius: 30px;
    width: 372px;
    margin-left: auto;
    margin-right: auto;
    margin-top: -50px;
    background-color: white;
}
.logoGegants{
    height:150px;
    width:300px;
    margin-left: auto;
    margin-right: auto;
}
.titol{
    font-family: "MyriadBoldItalic";
    text-align: center;
    font-size: 27px;
    margin-bottom: 25px;
}
form{
    width:80%;
    margin-left:10%;
    margin-right:10%;
    margin-top: 60px;
}
.row{
    display: block;
    margin: 2px auto 2px auto;
    width: 90%;
    font-size: 20px;
    line-height: 1.5em;
    font-family: "MyriadPro";
    text-align: center;
}
.inputText{
    background-color: rgba(218,218,218,1);
    border: 1px solid black;
    padding-left: 2px;
    font-size: 20px;
    width: 100%;
}

@font-face {
    font-family: "Escolar";
    src: url("../recursos/Escolar_G.ttf") format("truetype");
}
@font-face {
    font-family: "EscolarNegreta";
    src: url("../recursos/Escolar_N.ttf") format("truetype");
}
@font-face {
    font-family: "MyriadBold";
    src: url("../recursos/myriadprobold.ttf") format("truetype");
}
@font-face {
    font-family: "MyriadPro";
    src: url("../recursos/myriadproregular.ttf") format("truetype");
}
@font-face {
    font-family: "MyriadBoldItalic";
    src: url("../recursos/myriadproboldit.ttf") format("truetype");
}
@font-face {
    font-family: "MyriadItalic";
    src: url("../recursos/myriadproitalic.ttf") format("truetype");
}
.botoEnviar{
    float:right;
    outline: none;
    font-family: "MyriadBold";
    width:80px;
    border-radius: 16px;
    border: 2px solid rgba(79,79,79,1);
    line-height: 1.5em;
    font-size: 20px;
    background : -webkit-linear-gradient(90deg, rgba(249, 178, 51, 1) 0%, rgba(249, 181, 49, 1) 2.06%, rgba(250, 204, 35, 1) 22.79%, rgba(251, 221, 24, 1) 44.95%, rgba(252, 231, 18, 1) 69.29%, rgba(252, 234, 16, 1) 100%);
    background : -webkit-gradient(linear,50% 100% ,50% 0% ,color-stop(0,rgba(249, 178, 51, 1) ),color-stop(0.0206,rgba(249, 181, 49, 1) ),color-stop(0.2279,rgba(250, 204, 35, 1) ),color-stop(0.4495,rgba(251, 221, 24, 1) ),color-stop(0.6929,rgba(252, 231, 18, 1) ),color-stop(1,rgba(252, 234, 16, 1) ));
    background : linear-gradient(0deg, rgba(249, 178, 51, 1) 0%, rgba(249, 181, 49, 1) 2.06%, rgba(250, 204, 35, 1) 22.79%, rgba(251, 221, 24, 1) 44.95%, rgba(252, 231, 18, 1) 69.29%, rgba(252, 234, 16, 1) 100%);
    
}
.botoEnviar:hover{
    cursor: pointer;
    width:85px;
    font-size: 21px;
    line-height: 1.55em;
}
.botoEnviar:active{
    width:75px;
    font-size: 19px;
    line-height: 1.6em;
    background : -webkit-linear-gradient(-90deg, rgba(249, 178, 51, 1) 0%, rgba(250, 191, 43, 1) 19.4%, rgba(251, 222, 23, 1) 71.09%, rgba(252, 234, 16, 1) 100%);
    background : -webkit-gradient(linear,50% 0% ,50% 100% ,color-stop(0,rgba(249, 178, 51, 1) ),color-stop(0.194,rgba(250, 191, 43, 1) ),color-stop(0.7109,rgba(251, 222, 23, 1) ),color-stop(1,rgba(252, 234, 16, 1) ));
    background : linear-gradient(180deg, rgba(249, 178, 51, 1) 0%, rgba(250, 191, 43, 1) 19.4%, rgba(251, 222, 23, 1) 71.09%, rgba(252, 234, 16, 1) 100%);
}
.botoBack{
    float:left;
    outline: none;
    font-family: "MyriadBold";
    width:36px;
    height: 36px;
    border-radius: 18px;
    border: 2px solid rgba(79,79,79,1);
    line-height: 1.5em;
    font-size: 20px;
    background-image: url("../recursos/leftArrow1.png");
    background-size: 100% 100%;
    background-repeat: none;
}
.botoBack:hover{
    cursor:pointer;
    width:38px;
    height: 38px;
    border-radius: 19px;
}
.botoBack:active{
    width:34px;
    height: 34px;
    border-radius: 17px;
    background-image: url("../recursos/leftArrow2.png");
    background-size: 100% 100%;
    background-repeat: none;
}


.rowLinks{
    width:90%;
    height:36px;
    margin-top: 30px;
    margin-bottom: 20px;
    margin-left:auto;
    margin-right:auto;
    font-size: 20px;
    line-height: 1.5em;
    text-align: center;
}
.subtext{
    font-size: 17px;
    font-family: "MyriadItalic";
}
