﻿html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.about {
  margin:  5px auto 5px;
  width: 200px;
  font: 10px/18px 'Lucida Grande', Arial, sans-serif;
  color: #FFF;
}

.about a {
  color: #fff;
  text-decoration: none;
  border-radius: 2px;
  -webkit-transition: background 0.1s;
  -moz-transition: background 0.1s;
  -o-transition: background 0.1s;
  transition: background 0.1s;
}
.about a:hover {
  text-decoration: none;
  color: #fafafa;
}

.error {
 color:#D35F64;
 min-height:50px;
}


.about-links > a {
  line-height: 30px;
  font-size: 12px;
}

.bodyLogin {
    font: 13px/20px 'Helvetica Neue', Helvetica, Arial, sans-serif;
    background-image: url("../rapid/images/fn_lg_lg.webp");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

html {
    height: 100%
}


#header {
    background: url(../App_Themes/rapid/images/logo.png) no-repeat center top;
    padding-top: 90px;
    text-align: left;
}

#containerHeader {
    width: 100%;
    padding-top:80px;
}

.center {
 text-align:center;
}

.cursor {
  cursor:pointer;
}

.panel-icon-og {
    position:absolute;
    background-color: #D65356;
    border-radius: 50%;
    display: table;
    height: 60px;
    margin: 0 auto;
    width: 60px;
    margin-top: 0px;
    margin-left:60px;
    color: #FFF;
}

.position {
 position:absolute;
 padding-top:20px;
 text-align:center;
 margin-left:5px;
 font-size:14px;
 font-weight:bold;
}


.sign-up {
  position: relative;
  float:right;
  margin-right:50px;
  width: 250px;
  padding: 33px 25px 29px;
  border: 2px solid #3E22A3;
  background-color:transparent;
  color:#FFF;
  opacity: 0.9;
  border-radius: 5px;
}
.sign-up:before, .sign-up:after {
  content: '';
  position: absolute;
  bottom: 1px;
  left: 0;
  right: 0;
  height: 10px;
  background: inherit;
  border-radius: 4px;
}
.sign-up:after {
  bottom: 3px;
  border-color: #dcdcdc;
}

.sign-up-title {
  margin: -25px -25px 25px;
  padding: 15px 25px;
  font-size: 16px;
  text-align: center;
}
.sign-up-title:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 8px;
  border-radius: 5px 5px 0 0;
 }

input {
  font-family: inherit;
  color: inherit;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #FFF;
}

select {
 color:#FFF;

}

.sign-up-input {
  width: 100%;
  margin-bottom: 25px;
  padding: 0 15px 2px;
  font-size: 17px;
  background: transparent;
  border-radius: 4px;
  border: 1px solid #3E22A3;
  color:#3E22A3;
}
.sign-up-input:focus {
  border-color: #62c2e4;
  outline: none;
}
.lt-ie9 .sign-up-input {
  line-height: 48px;
}

.sign-up-button {
  position: relative;
  vertical-align: top;
  width: 100%;
  padding: 0;
  font-size: 22px;
  color: white;
  text-align: center;
  background: #00B050;
  border: 0;
  border-radius: 5px;
  cursor: pointer;
  box-shadow: inset 0 -2px #007C38;
}
.sign-up-button:active {
  top: 1px;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

:-moz-placeholder {
  color: #ccc;
  font-weight: 300;
}

::-moz-placeholder {
  color: #ccc;
  opacity: 1;
  font-weight: 300;
}

::-webkit-input-placeholder {
  color: #ccc;
  font-weight: 300;
}

:-ms-input-placeholder {
  color: #A093DC;
  font-weight: 300;
}

::-moz-focus-inner {
  border: 0;
  padding: 0;
}
