/* # File name: login.css */

/*////////////////////////////////////////////////////////////////////////////////////////
///
/// > This file contains CSS for the login page
///
////////////////////////////////////////////////////////////////////////////////////////*/

html {
    height: 100%;
}

body {
    height: 100%;
    width: 100%;
    font: 14px "Lucida Grande", Helvetica, Arial, sans-serif;
    background-color: #b0c4de;
    background-image: url("/img/background1.png");
    background-repeat: repeat;
    background-size: cover;
    background-attachment: fixed;
    color: white;
}

.center {
    margin: auto;
    width: 500px;
}

.rect_login
{
    background: rgb(41,54,65);
    padding-top: 20px;
    padding-bottom: 30px;
}

.vertical_spacer {
    padding-bottom: 2cm;
}

.PageHeader {

    font-family : 'Roboto', sans-serif;
    font-size : 40px;
    color : #FFFFFF;
    color : rgb(255, 255, 255);
    text-shadow : 0 3px 3px rgba(0, 0, 0, 0.3);
}

.vertical_center{
   position: absolute;
   top: 50%;
   margin-top: -200px;/* half of #content height*/
   left: 0;
   width: 100%;
}



.SmallCharacterStyle
{
 font-family : 'Roboto', sans-serif;
 font-size : 10px;
 color : #FFFFFF;
 color : rgb(255, 255, 255);
 opacity : 0.7;
 /* filter: alpha(opacity=70) progid:DXImageTransform.Microsoft.Alpha(opacity=70) ; */
}

.LabelCharacterStyle
{
 font-family : 'Roboto', sans-serif;
 font-size : 14px;
 color : #FFFFFF;
 color : rgb(255, 255, 255);
 opacity : 0.7;
 /* filter: alpha(opacity=70) progid:DXImageTransform.Microsoft.Alpha(opacity=70) ; */
 margin-top: auto;
 margin-bottom: 4px;
 font-weight:bold;
}

.LabelCharacterStyle a,
.register-text #individual-description
{
    color : rgb(75, 219, 31);
    font-weight:bold;
}

.LabelCharacterStyle a:hover,
.register-text #individual-description:hover {
    color : rgb(213, 131, 233);
    text-decoration: underline;
}

.NormalCharacterStyle
{
 font-family : 'Roboto', sans-serif;
 font-size : 20px;
 color : #FFFFFF;
 color : rgb(255, 255, 255);
 opacity : 0.7;
 /* filter: alpha(opacity=70) progid:DXImageTransform.Microsoft.Alpha(opacity=70) ; */
}

.NormalHeaderStyle
{
 font-family : 'Roboto', sans-serif;
 font-size : 60px;
 color : #FFFFFF;
 color : rgb(255, 255, 255);
 opacity : 0.7;
 /* filter: alpha(opacity=70) progid:DXImageTransform.Microsoft.Alpha(opacity=70) ; */
}

.flex-row-start {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}

.flex-row-center {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.align-with-check {
    margin-left: 5px;
    margin-top: 2px;
}

.edit_field {

    width: 300px;
    height: 28px;
    margin: 0px 0 3px 0;
    background : #FFFFFF;
    opacity : 0.8;
    /* filter: alpha(opacity=50) progid:DXImageTransform.Microsoft.Alpha(opacity=50) ; */
    font-family : 'Roboto', sans-serif;;
    font-size : 14px;
    font-weight: 900;
    color : #000000;
    color : rgb(0, 0, 0);

}


.pw-group {
    margin-bottom:15px;
    width:300px;
}

.edit-field-addon {
    opacity : 0.9;
    font-size : 12px;
}


.button_login
{
 background : -moz-linear-gradient(50% 100% 90deg,rgba(86, 136, 153, 1) 0%,rgba(132, 180, 196, 1) 100%);
 background : -webkit-linear-gradient(90deg, rgba(86, 136, 153, 1) 0%, rgba(132, 180, 196, 1) 100%);
 background : -webkit-gradient(linear,50% 100% ,50% 0% ,color-stop(0,rgba(86, 136, 153, 1) ),color-stop(1,rgba(132, 180, 196, 1) ));
 background : -o-linear-gradient(90deg, rgba(86, 136, 153, 1) 0%, rgba(132, 180, 196, 1) 100%);
 background : -ms-linear-gradient(90deg, rgba(86, 136, 153, 1) 0%, rgba(132, 180, 196, 1) 100%);
 background : linear-gradient(0deg, rgba(86, 136, 153, 1) 0%, rgba(132, 180, 196, 1) 100%);
 /* -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#558899', endColorstr='#84b4c4' ,GradientType=0)"; */
 /* filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#558899',endColorstr='#84b4c4' , GradientType=0); */
 border-radius: 3px;
 border: 0 solid #800000;
 font-family : 'Roboto', sans-serif;
 color: white;
 width: 180px;
 height: 35px;
 text-align: center;
 margin: 4px 0 0 0 ;
}

.button_login:hover
{
 background : -moz-linear-gradient(50% 100% 90deg,rgba(86, 136, 153, 1) 0%,rgba(73, 122, 138, 1) 100%);
 background : -webkit-linear-gradient(90deg, rgba(86, 136, 153, 1) 0%, rgba(73, 122, 138, 1) 100%);
 background : -webkit-gradient(linear,50% 100% ,50% 0% ,color-stop(0,rgba(86, 136, 153, 1) ),color-stop(1,rgba(73, 122, 138, 1) ));
 background : -o-linear-gradient(90deg, rgba(86, 136, 153, 1) 0%, rgba(73, 122, 138, 1) 100%);
 background : -ms-linear-gradient(90deg, rgba(86, 136, 153, 1) 0%, rgba(73, 122, 138, 1) 100%);
 background : linear-gradient(0deg, rgba(86, 136, 153, 1) 0%, rgba(73, 122, 138, 1) 100%);
 /* -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#558899', endColorstr='#48798a' ,GradientType=0)"; */
 /* filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#558899',endColorstr='#48798a' , GradientType=0); */
}

.link-button,
#payment-back-button
{
    white-space: normal;
    background : linear-gradient(0deg, rgba(86, 136, 153, 1) 0%, rgba(132, 180, 196, 1) 100%);
    border-radius: 3px;
    border: 0 solid #800000;
    font-family : 'Roboto', sans-serif;
    color: white;
    height: auto;
    text-align: center;
    margin: 4px 0 0 0 ;
}

.link-button:hover, .link-button:focus,
#payment-back-button:hover, #payment-back-button:focus
{
    color: white;
    background : linear-gradient(0deg, rgba(86, 136, 153, 1) 0%, rgba(73, 122, 138, 1) 100%);
}

.warning{
 color: orange;
 margin-bottom: 15px;
}

/* Large devices (large desktops, 1200px and up) */
.reg-lg {
    margin-left: auto;
    margin-right: auto;
    width: 550px;
}

/* Small devices (phones, up 767) */
@media screen and (max-width: 767px) {
    .reg-sx {
        margin-left: auto;
        margin-right: auto;
        width: 300px;
    }
}

.register-text
{
 font-family : 'Roboto', sans-serif;
 font-size : 16px;
 color : rgb(255, 255, 255);
 opacity : 0.7;
 /* filter: alpha(opacity=70) progid:DXImageTransform.Microsoft.Alpha(opacity=70) ; */
 max-width:550px;
}

.register-text a,
.edico-anchor {
    color: rgb(75, 219, 31);
    font-weight: bold;
}

.register-text a:hover {
    color: rgb(213, 131, 233);
}

.register-header
{
 font-family : 'Roboto', sans-serif;
 font-size : 30px;
 color : rgb(255, 255, 255);
 opacity : 0.7;
 /* filter: alpha(opacity=70) progid:DXImageTransform.Microsoft.Alpha(opacity=70) ; */
}

.register-header-2
{
 font-family : 'Roboto', sans-serif;
 font-size : 20px;
 color : rgb(255, 255, 255);
 opacity : 0.7;
 /* filter: alpha(opacity=70) progid:DXImageTransform.Microsoft.Alpha(opacity=70) ; */
 margin-top: 10px;

}

.flashdata, .error-msg, .static-error-msg, .signhero__linking-error  {
    background:rgb(106, 153, 190);
    padding:5px 10px 5px 10px;
    margin-top:10px;
    border: 2px solid black;
    border-radius: 10px;
}

.error-msg {
    margin-bottom:5px;
}

.flashdata:empty,
.error-msg:empty,
.signhero__linking-error:empty {
    background-color: inherit;
    border: unset;
    border-style: none;
    padding: 0;
    margin: 0;
}

.success-view #data-input_form {
    display: none;
}

#success_form {
    display: none;
}

.success-view #success_form {
    display: block;
}

