/*
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 : 03-nov-2015, 17:19:23
    Author     : J_serrano
*/

body{
    /*background: url('../patterns/bg_login.png'), #2f4050;*/
}
.login-container{
    padding: 50px;
}
.login-my-europesip{
    /*background: url('../patterns/shattered.png');*/
    background: transparent;
    border-radius: 50px;
    padding: 50px;
    -webkit-box-shadow: 0px 0px 20px 7px rgba(255,255,255,0.8);
    -moz-box-shadow: 0px 0px 20px 7px rgba(255,255,255,0.8);
    box-shadow: 0px 0px 20px 7px rgba(255,255,255,0.8);
    margin-top: 40px;
    margin-bottom: 40px;
}
            
            
body{
    /*font: 400 12px/1 'Helvetica Neue', Helvetica, Arial, sans-serif;*/
   -webkit-font-smoothing: antialiased;
   background: -webkit-linear-gradient(90deg, #2f4050 10%, #62bede 90%); /* Chrome 10+, Saf5.1+ #3CD3AD*/
   background:    -moz-linear-gradient(90deg, #2f4050 10%, #62bede 90%); /* FF3.6+ */
   background:     -ms-linear-gradient(90deg, #2f4050 10%, #62bede 90%); /* IE10 */
   background:      -o-linear-gradient(90deg, #2f4050 10%, #62bede 90%); /* Opera 11.10+ */
   background:         linear-gradient(90deg, #2f4050 10%, #62bede 90%); /* W3C */   
}
.page{
    /*margin:0 auto;*/
    padding-top:2em;
    padding-bottom:2em;
    /*width: 800px;*/
}
#home-news{
  font-size: 30px;
    text-align:center;
    text-transform:uppercase;
    color:#464646;
    height: 45px;
    line-height: 45px;
    overflow:hidden;
    position:relative;
}.home_header {
    position:absolute;
    width:100%;
    z-index:99;
    color:#000;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
.home_header_on {
    z-index:100;
}.home_header strong {
    color: white;
}.home_header span, .home_header strong {
    position:relative;
    top:-50px;
}.home_header_on *:nth-child(1) {
    top: 0;
   -webkit-transition: top .6s ease-in-out;
   -moz-transition: top .6s ease-in-out;
    transition: top .6s ease-in-out;
}.home_header_on *:nth-child(2) {
    top: 0;
    -webkit-transition: top .6s ease-in-out .15s;
    -moz-transition: top .6s ease-in-out .15s;
    transition: top .6s ease-in-out .15s;
}.home_header_on *:nth-child(3) {
    top: 0;
    -webkit-transition: top .6s ease-in-out .3s;
    -moz-transition: top .6s ease-in-out .3s;
    transition: top .6s ease-in-out .3s;
}.home_header_out *:nth-child(1) {
    top: 50px;
    -webkit-transition: top .6s ease-in-out;
    -webkit-transition: top .6s ease-in-out;
    -moz-transition: top .6s ease-in-out;
}.home_header_out *:nth-child(2) {
    top: 50px;
    -webkit-transition: top .6s ease-in-out .15s;
    -moz-transition: top .6s ease-in-out .15s;
    transition: top .6s ease-in-out .15s;
}.home_header_out *:nth-child(3) {
    top: 50px;
    -webkit-transition: top .6s ease-in-out .3s;
    -moz-transition: top .6s ease-in-out .3s;
    transition: top .6s ease-in-out .3s;
}

.btn-outline{
    background-color: #000000;
}
.btn-info.btn-outline{
    color: #ffffff;
}
