
body {
    background: #f8f8f8;
    background-image: url('../../assets/img/fondo_ant.jpg');
    text-align: left;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #333333;
    font-size: 13px;
    font-weight: 400;
    margin: 0;
    background-size: 100px 100px;
    background-size: 100% 142%;
   
}

strong { font-weight: 700; }
  .error-box, .info {
    padding: 0.833em 0.833em 0.833em 3em; /* 10/12 36/12 */
    margin-bottom: 0.833em; /* 20/12 */
    border-radius: 15px;
}
.login-text { color: #333333; 
}
.red { color: #ff0000; 
}
.green{ 
color:#3A7F25;
}
.info{
background: #e5f5f9 url('../img/information.png') no-repeat 0.833em center;
    border: 1px solid #cae0e5;
    color: #5a9bab;

}
.error-box{

    background: #fde8e4 url('../img/error1.png') no-repeat 0.833em center;
    border: 1px solid #e6bbb3;
    color: #cf4425;
}
a:hover { text-decoration: none; }

.header {
    margin: 0 auto;
    height: 120px;
    padding-bottom: 5px;
background: rgba(183,220,241,0.95);
background: -moz-linear-gradient(45deg, rgba(183,220,241,0.95) 15%, rgba(169,205,226,0.95) 20%, rgba(34,61,80,1) 67%, rgba(31,58,77,1) 68%, rgba(29,58,88,1) 77%, rgba(28,58,95,1) 83%);
background: -webkit-gradient(left bottom, right top, color-stop(15%, rgba(183,220,241,0.95)), color-stop(20%, rgba(169,205,226,0.95)), color-stop(67%, rgba(34,61,80,1)), color-stop(68%, rgba(31,58,77,1)), color-stop(77%, rgba(29,58,88,1)), color-stop(83%, rgba(28,58,95,1)));
background: -webkit-linear-gradient(45deg, rgba(183,220,241,0.95) 15%, rgba(169,205,226,0.95) 20%, rgba(34,61,80,1) 67%, rgba(31,58,77,1) 68%, rgba(29,58,88,1) 77%, rgba(28,58,95,1) 83%);
background: -o-linear-gradient(45deg, rgba(183,220,241,0.95) 15%, rgba(169,205,226,0.95) 20%, rgba(34,61,80,1) 67%, rgba(31,58,77,1) 68%, rgba(29,58,88,1) 77%, rgba(28,58,95,1) 83%);
background: -ms-linear-gradient(45deg, rgba(183,220,241,0.95) 15%, rgba(169,205,226,0.95) 20%, rgba(34,61,80,1) 67%, rgba(31,58,77,1) 68%, rgba(29,58,88,1) 77%, rgba(28,58,95,1) 83%);
background: linear-gradient(45deg, rgba(183,220,241,0.95) 15%, rgba(169,205,226,0.95) 20%, rgba(34,61,80,1) 67%, rgba(31,58,77,1) 68%, rgba(29,58,88,1) 77%, rgba(28,58,95,1) 83%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b7dcf1', endColorstr='#1c3a5f', GradientType=1 );
    -webkit-box-shadow: -4px 28px 51px 5px rgba(0,0,0,0.12);
    -moz-box-shadow: -4px 28px 51px 5px rgba(0,0,0,0.12);
    box-shadow: -4px 28px 51px 5px rgba(0,0,0,0.12);
    
    

}

.logo {
    border-top: 2px solid #b5b385;
}
.logohd {
   position: absolute;
    width: 190px;
    height: 190px;
    background: url(../img/logo.png);
    float: left;
    margin-left: -80px;
}
.logo h1 {
    
     margin-top: -4px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-left: 10px;
    font-family:  "Trajan Pro Regular", "Book Antiqua", "Times New Roman";
    font-size: 22px;
    text-align: center;
    font-weight: 500;
    color: #c9c7a7;  
}

.logo h2 {
    margin-top: -9px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-left: 1px;
    font-family:  "Trajan Pro Regular", "Book Antiqua", "Times New Roman";
    font-size: 15px;
    text-align: center;
    font-weight: 500;
    color: #ffffff;
   
   
}

.logo h1 a { color: #ffffff; }

.links {
    text-align: right;
}

.links a {
    display: inline-block;
    height: 30px;
    margin: 15px 0 0 20px;
}

.register-container {
    margin-top: 70px;
    padding: 10px 0px 60px 20px;
    position: relative;
    padding-top: 15px;
   /* background: #fcfcfc; */
    margin-right: 250px;
    width: 400px;
}

/* ----- iPhone ----- */

.iphone {
    text-align: right;
}

.iphone img { margin-right: 10px; }

/* ----- Registration Form ----- */

.register form {
    padding: 20px 50px 40px 50px;
    background: #f8f8f8 url(../img/pattern.jpg) left top repeat;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    -moz-box-shadow: 0 1px 5px 0 rgba(0,0,0,.3);
    -webkit-box-shadow: 0 1px 5px 0 rgba(0,0,0,.3);
    box-shadow: 0 1px 5px 0 rgba(0,0,0,.3);
    text-align: center;
    height: 320px;
    width: 250px;
}

.register form h2 {
    margin-bottom: 5px;
    padding-bottom: 15px;
    border-bottom: 1px dotted #bbb;
    font-size: 20px;
    font-weight: 400;
    text-align: center;
}

.register form input {
    
    
    background: #fcfcfc;
    border: 1px solid #ddd;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-box-shadow: 0 1px 3px 0 rgba(0,0,0,.1) inset;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,.1) inset;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.1) inset;
    font-family: 'PT Sans', Helvetica, Arial, sans-serif;
    color: #888;
    font-size: 16px;
    text-transform:uppercase;
}

.register form input:focus {
    border: 1px solid #ccc;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.register form label {
    margin: 7px 0 10px 5px;
    font-size: 16px;
    text-align: left;
}

.register form label span {
    font-style: italic;
}

.register form input:-moz-placeholder { color: #aaa; }
.register form input:-ms-input-placeholder { color: #aaa; }
.register form input::-webkit-input-placeholder { color: #aaa; }

.register form button {
    cursor: pointer;
    width: 60%;
    height: 42px;
    margin-top: 1px;
    padding: 0;
    background: #428bca;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 0;
    -moz-box-shadow: 0 15px 30px 0 rgba(255,255,255,.1) inset;
    -webkit-box-shadow: 0 15px 30px 0 rgba(255,255,255,.1) inset;
    box-shadow: 0 15px 30px 0 rgba(255,255,255,.1) inset;
    font-family: 'PT Sans', Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    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;
}

.register form button:hover {
    -moz-box-shadow: 0 -15px 30px 0 rgba(255,255,255,.05) inset;
    -webkit-box-shadow: 0 -15px 30px 0 rgba(255,255,255,.05) inset;
    box-shadow: 0 -15px 30px 0 rgba(255,255,255,.05) inset;
}

.register form button:active {
    -moz-box-shadow:
        0 -15px 30px 0 rgba(255,255,255,.05) inset,       
        0 5px 8px 0 rgba(0,0,0,.1) inset;
    -webkit-box-shadow:
        0 -15px 30px 0 rgba(255,255,255,.05) inset,       
        0 5px 8px 0 rgba(0,0,0,.1) inset;
    box-shadow:
        0 -15px 30px 0 rgba(255,255,255,.05) inset,       
        0 5px 8px 0 rgba(0,0,0,.1) inset;
}


/* ----- Media queries ----- */

@media (max-width: 1200px) {

    .register form h2 { background: url(../img/pencil.png) 20px 6px no-repeat; }

}

@media (min-width: 768px) and (max-width: 979px) {

    .register form h2 { background: none; }

}

@media (max-width: 767px) {

    body { padding-left: 0; padding-right: 0; }

    .logo, .links { text-align: center; }
    .register-container{margin-right: 0px;}

    .links { padding-bottom: 5px; }

    .logo h1 { padding-left: 0; }

    .links a.home { margin-left: 0; }

    .links a.blog { margin-right: 0; }

    .register { margin-right: 100px;}
    .register-container { padding-left: 20px; padding-right: 20px; }

    .register form h2 { background: none;}

    .iphone img { display: none; }

}

@media (max-width: 480px) {

    .register form button { width: 97%; }

}
hr {
border: 1px dashed #C0C0C0;
height: 0;
width: 100%;
}



