input.valid.invalid {
    border-color: rgba(236,68,82,0.8);
    /*
    border-width: 1px;
    border-style: solid;
        */
}
input.valid.invalid:focus {
    border-color: rgba(236,68,82,0.8);
    /*
    box-shadow:0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(236,68,82, 0.6);
        */
}

input.invalid {
    border-color: rgba(236,68,82,0.8);
    /*
    border-width: 1px;
    border-style: solid;
        */
}
input.invalid:focus {
    border-color: rgba(236,68,82,0.8);
    /*
    box-shadow:0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(236,68,82, 0.6);
        */
}

em.invalid {
    display: block;
    margin-top: 6px;
    padding: 0 1px;
    font-style: normal;
    font-size: 11px;
    line-height: 15px;
    color: #D56161;
}


	#page-signin-bg {
height: 100%;
left: 0;
overflow: hidden;
position: fixed;
top: 0;
width: 100%;
z-index: 20;
}

#paitinginfo {
   position: absolute;
   left: 20px;
   top: 10px;
   background-color: rgba(0, 0, 0, 0.5);
   color: white;
   cursor: pointer;
   padding: 5px;
   border-radius: 3px;
   opacity: 0;
   transition: opacity .3s;
   display: block;
}
.infos {
    display:none;
}
#paitinginfo .infos {
   font-size: x-small;
   text-align: right;
}



#page-signin-bg .overlay {
background: rgba(0, 0, 0, 0.0);
bottom: 0;
left: 0;
position: absolute;
right: 0;
top: 0;
display: none;
}

#page-signin-bg img {
width: 100%;
}

.page-signin .signin-container {
border-radius: 2px;
display: block;
margin: 20px 14px;
position: relative;
z-index: 999;
box-shadow: 5px 5px 20px black;
transition: opacity 0.3s;

}

.page-signin .signin-container-simple {
    border-radius: 2px;
    display: block;
    margin: 20px 14px;
    position: relative;
    z-index: 999;
    box-shadow: 5px 5px 20px black;
    transition: opacity 0.3s;
}

.theme-default.page-signin .signin-info, .theme-default.page-signup .signup-header {
background: #f5f5f5;
background: rgba(245, 245, 245, 0.8);
}

.page-signin .signin-info {
background: #444;
display: block;
overflow: hidden;
padding: 20px 30px;
text-align: center;
}

.page-signin .signin-info p {
   margin: 13px 0;
}


.page-signin .signin-form {
background: #fff;
display: block;
padding: 30px;
position: relative;
}

.page-signin .signin-text {
color: #BB2649;
display: block;
font-size: 15px;
font-style: italic;
margin-bottom: 25px;
position: relative;
text-align: center;
}

.page-signin .signin-text:before {
background: #e4e4e4;
content: "";
display: block;
height: 1px;
left: 0;
position: absolute;
right: 0;
top: 50%;
}

.page-signin .signin-text span {
background: #fff;
display: inline-block;
padding: 0 20px;
position: relative;
}

.theme-default .bg-primary {
background: #BB2649 !important;
}

body.simple, html.simple {
    background: #D7D7D7 !important;
}

.page-signin .form-actions .signin-btn {
    border: none;
    /* border-radius: 999999px; */
    font-size: 13px;
    font-weight: 600;
    outline: 0;
    padding: 10px 0;
    text-align: center;
    width: 100%;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.page-signin .form-actions {
    outline: 0 !important;
}

.signin-btn:focus {
    outline: 2px solid #000 !important;
}

.page-signin .form-actions a.forgot-password {
    border-bottom: 1px dashed #bbb;
    color: #999;
    display: inline-block;
    font-size: 11px;
    margin-left: 10px;
    padding-bottom: 1px;
}

.form-actions {
text-align: left;
margin-top: 0;
padding-top: 0;
background: none;
border-top: none;
}

.page-signin .signin-with {
background: #f4f4f4;
border-top: 1px solid #ddd;
margin: 42px -30px -30px -30px;
padding: 20px 30px 20px 30px;
}
.page-signin .signin-simple-with {
    border-bottom: 1px solid #ddd;
    margin: 15px 0;
    padding: 20px 30px 20px 30px;
}

.page-signin .signin-with-btn {
color: #fff;
display: block;
font-weight: 300;
padding: 10px 0;
text-align: center;
-webkit-transition: all 0.3s;
transition: all 0.3s;
font-weight: bold;
background-color: #4c4c4c;
border-color: #dddddd;
border-bottom-color: #cecece;
}

.page-signin .not-a-member {
color: #fff;
display: block;
font-size: 14px;
margin: -20px 0 0 0;
padding: 20px 0;
position: relative;
text-align: center;
z-index: 999;
}
.page-signin .not-a-member a {
color: #fff;
text-decoration: underline;
transition: all .3s;
}

.foot-container {
background: #f5f5f5;
z-index: 1000;
position: relative;
background: rgba(245, 245, 245, 0.8);
margin: 0px 14px 14px 14px;
padding-bottom: 10px;
transition: all .3s;
}

.foot-container .row {
margin: auto;
}

.foot-container a {
color: #BB2649;
}

.foot-container-simple {
    background: #D7D7D7 !important;
    z-index: 1000;
    position: fixed;
    bottom: 0;
    margin: -40px 0 0 0;
    width: 100%;
    padding-bottom: 10px;
    text-align: center;
}
.foot-container-simple .row {
    width: 90%;
    margin: auto;
}
.foot-container-simple img {
    display: inline;
}

.foot-container-simple:hover, .foot-container-simple.hover {
    bottom: 0;
    top: auto;
}



@media (min-width: 480px) {
.page-signin .form-actions .signin-btn {
padding-left: 40px;
padding-right: 40px;
width: auto;
}


}

@media (min-width: 768px) {


    #paitinginfo {
        opacity: 1;
    }

.signin-container, .signin-container-simple, .foot-container {
    display: block;
}

.page-signin .signin-container {
display: table;
margin: 80px auto;
width: 850px;
table-layout: fixed;
}

.page-signin .signin-container-simple {
    display: table;
    margin: 80px auto;
    width: 825px;
    table-layout: fixed;
}

.page-signin .signin-info {
display: table-cell;
padding: 30px;
text-align: left;
vertical-align: top;
width: 50%;
}
.page-signin .not-a-member {
margin: -80px 0 80px;
display: none;
}
.foot-container {
background: #f5f5f5;
background: rgba(245, 245, 245, 0.8);
z-index: 1000;
position: fixed;
top: 100%;
bottom: auto;
margin: -40px 0 0 0;
width: 100%;
padding-bottom: 10px;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.foot-container .row {
width: 90%;
margin: auto;
}
    .foot-container:hover, .foot-container.hover {
       bottom: 0;
       top: auto;
    }

}


.validation-summary-errors ul {list-style:none;
}

.logo-container {
    margin-bottom: 25px;
    text-align: center;
}

