

.center {
    position: absolute;
    width: 265px;
    height: 70px;
    top: 105%;
    text-align:center;
    line-height: 40px;
    font-size:small;
    color:#FFFFFF;
    left: 46%;
    margin-left: -50px; /* margin is -0.5 * dimension */
    margin-top: -25px;
}
.center a:link{
    color: #FFFFFF;
}
.center a:hover{
    color: #FFFFFF;
    text-decoration:underline;
}

.center a:visited{
    color: #FFFFFF;
}

.centertbl {
    text-align:center;
    line-height: 60px;
    font-size: medium;
    color:#FFFFFF;
  
}
.centertbl a:link{
    color: #FFFFFF;
}
.centertbl a:hover{
    color: #FFFFFF;
    text-decoration:underline;
}

.centertbl a:visited{
    color: #FFFFFF;
}



.cerrMess {
    position: absolute;
    width: 100px;
    height: 70px;
    color: #D46A0C;
    top: 90%;
    font-size: 16px;
    font-family: Calibri, Arial;
    left: 37%;
    margin-left: -50px; /* margin is -0.5 * dimension */
    margin-top: -25px;
}

body:before {
    /*background: url("https://a.disquscdn.com/1380582764/img/signup-banner.png") repeat scroll 0 0 / cover rgba(0, 0, 0, 0);*/
    content: "";
    height: 250px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: -1;
}
body:before {
    background: none repeat scroll 0 0 #F8EAD3;
    content: "";
    height: 315px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: -1;
}
body {
    background-color: #EDEDED;
    background-repeat: repeat;
    background-size: auto auto;
    color: #525355;
    font-family: Calibri, "ProximaNova","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    margin: 0;
    padding: 0;
    position: relative;
}
body {
    background-color: #319DB5;
    color: #525355;
    font-family:  Calibri, "ProximaNova","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    margin: 0;
    padding: 0;
    position: relative;
}
* {
    -moz-box-sizing: border-box;
}

.global-header:before, .global-header:after {
    content: "";
    display: table;
}
.global-header:before, .global-header:after {
    content: "";
    display: table;
}
.global-header:after {
    clear: both;
}
.global-header:before, .global-header:after {
    content: "";
    display: table;
}
.global-header:after {
    clear: both;
}
.global-header:before, .global-header:after {
    content: "";
    display: table;
}
.global-header {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    font-family: Calibri, "ProximaNova","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    margin: 0 auto;
    padding: 50px 0;
    width: 478px;
}
.global-header {
    background: none repeat scroll 0 0 #F8EAD3;
    font-family: Calibri, "ProximaNova","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    margin: 0;
    padding: 50px 0;
    width: 100%;

}
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
}
.global-header nav {
    margin: 0 auto;
    max-width: 960px;
    position: relative;
    z-index: 1000;

}

.global-header .logo {
    margin: 0 auto;
    text-align: center;
    width: 100%;
}
.global-header .logo {
    float: left;
    margin: 2px 0 0 11px;
}
a {
    color: #F8EAD3;
    text-decoration: none;
    transition: color 0.2s ease 0s;
}
img {
    border-style: none;
    border-color: inherit;
    border-width: 0;
height: 128px;

    vertical-align: middle;
    width: 256px;
}

.login, .signup {
    -moz-box-sizing: border-box;
    background: none repeat scroll 0 0 #FFFFFF;
    font-family:Calibri;
    border-radius: 0 0 0 0;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05), 0 0 0 0 rgba(0, 0, 0, 0.1);
    margin: 0 auto;
    padding: 30px 40px;
    width: 478px;
}
form {
    margin-bottom: 0;
}
form {
    margin: 0 0 26px;
}

.login h1, .signup h1 {
    color: #546673;
    font-family: Calibri, "ProximaNova","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 600;
    margin-bottom: 30px;
    text-align: center;
}
h1 {
    color: #000000;
    font-family: "Gotham Rounded A","Gotham Rounded B","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.1em;
    margin-bottom: 15px;
}
h1, h2, h3, h4, h5, h6 {
    color: inherit;
    font-family: Calibri, "Gotham Rounded A","Gotham Rounded B","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: bold;
    margin: 0;
    text-rendering: optimizelegibility;
}

input[type="text"], input[type="password"] {
    transition: background 0.5s ease 0s, border-color 0.5s ease 0s;
}
select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    color: #525355;
    display: inline-block;
    font-size: 16px;
    height: 44.2px;
    line-height: 26px;
    margin-bottom: 20px;
    padding: 4px 6px;
}
input {
    border: 2px solid #E4E7EE;
    border-radius: 4px 4px 4px 4px;
    box-shadow: none;
}
input {
    -moz-box-sizing: border-box;
    width: 100%;
}
input, textarea, select, .uneditable-input {
    border: 1px solid #A3ACB8;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 2px 0 rgba(0, 0, 0, 0.08) inset;
}
input {
    width: 100%;
}
input, button, select, textarea {
    outline: 0;
    font-family: Calibri, "ProximaNova","Helvetica Neue",Helvetica,Arial,sans-serif;
}
label, input, button, select, textarea {
    outline: 0;
    font-size: 16px;
    font-weight: normal;
    line-height: 26px;
}
button, input {
    outline: 0;
    line-height: normal;
}
button, input, select, textarea {
    outline: 0;
    font-size: 100%;
    margin: 0;
    vertical-align: middle;
}

.login .password-container, .signup .password-container {
    position: relative;
}
.login .password-container span, .signup .password-container span {
    color: #7F919E;
    position: absolute;
    right: 10px;
    top: 9px;
}

button.submit {
    outline: 0;
    background: none repeat scroll 0 0 #319DB5  ;
    border: medium none;
    border-radius: 5px 5px 5px 5px;
    box-shadow: none;
    color: #FFFFFF;
    float: left;
    margin-left:25%;
    /*margin-right: 5%;*/
    padding: 8px 12px;
    width: 47.5%;
}
button.button, input.button[type="submit"] {
    outline: 0;
}
.button {
    outline: 0;
    background-color: #E6EDF3;
    background-image: -moz-linear-gradient(center top , #EDF3F9, #DCE4EB);
    background-repeat: repeat-x;
    border: 1px solid #C4CFDA;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    color: #525355;
    cursor: pointer;
    display: inline-block;
    margin-bottom: 0;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.05);
    transition: all 0.2s ease 0s;
    vertical-align: middle;
}
input, button, select, textarea {
    outline: 0;
    font-family: Calibri,Arial,sans-serif;
}
label, input, button, select, textarea {
    font-size: 16px;
    font-weight: normal;
    line-height: 26px;
}
button, input[type="button"], input[type="reset"], input[type="submit"] {
    outline: 0;
    cursor: pointer;
}
button, input {
    outline: 0;
    line-height: normal;
}
button, input, select, textarea {
    outline: 0;
    font-size: 100%;
    margin: 0;
    vertical-align: middle;
}

.create-account a {
    background: none repeat scroll 0 0 #F8EAD3;
    border-radius: 5px 5px 5px 5px;
    color: #297082;
    display: inline-block;
    padding: 8px 12px;
    text-align: center;
    transition: all 0.2s ease 0s;
    width: 47.5%;
    height: 39px;
}
a {
    color: #2E9FFF;
    text-decoration: none;
    transition: color 0.2s ease 0s;
};
}
