@font-face {
font-family: Sail-Regular;
src: url(/gym/assets/fonts/Sail-Regular.ttf);
}


@font-face {
font-family: Quicksand-Regular;
src: url(/gym/assets/fonts/Quicksand-Regular.ttf);
}

body {
    background: #f8f8f8;
    font-family: 'PT Sans', Helvetica, Arial, sans-serif;
    text-align: center;
    color: #fff;
}

.page-container { 

    margin-top: 50px;
    background-color: rgba(0,0,0,.5);
    padding: 30px;
    border-radius: 5px;
        box-shadow: 10px 0 0 0 rgba(255,255,255,.1) inset;
 
}

h1 {
    /*font-family: Sail-Regular;*/
    font-size: 70px;
    font-weight: 700;
    text-shadow: 0 1px 4px rgba(0,0,0,.8);
}



input {
    width: 100%;
    height: 42px;
    margin-top: 25px;
    padding: 0 15px;
    background: #2d2d2d; 
    background: rgba(45,45,45,.15);
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 2px;
    border: 1px solid #3d3d3d;  browsers that don't support rgba 
    border: 1px solid rgba(255,255,255,.15);
    -moz-box-shadow: 0 2px 3px 0 rgba(0,0,0,.1) inset;
    -webkit-box-shadow: 0 2px 3px 0 rgba(0,0,0,.1) inset;
    box-shadow: 0 2px 3px 0 rgba(0,0,0,.1) inset;
    font-family: 'PT Sans', Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #fff;
    text-shadow: 0 1px 2px rgba(0,0,0,.1);
    -o-transition: all .2s;
    -moz-transition: all .2s;
    -webkit-transition: all .2s;
    -ms-transition: all .2s;
}


input:-moz-placeholder { color: #C1BCBC; }
input:-ms-input-placeholder { color: #C1BCBC; }
input::-webkit-input-placeholder { color: #C1BCBC; }

input:focus {
    outline: none;
    -moz-box-shadow:
        0 2px 3px 0 rgba(0,0,0,.1) inset,
        0 2px 7px 0 rgba(0,0,0,.2);
    -webkit-box-shadow:
        0 2px 3px 0 rgba(0,0,0,.1) inset,
        0 2px 7px 0 rgba(0,0,0,.2);
    box-shadow:
        0 2px 3px 0 rgba(0,0,0,.1) inset,
        0 2px 7px 0 rgba(0,0,0,.2);
}

/*
.error {
    display: none;
    position: absolute;
    top: 27px;
    right: -55px;
    width: 40px;
    height: 40px;
    background: #2d2d2d; 
    background: rgba(45,45,45,.25);
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}

.error span {
    display: inline-block;
    margin-left: 2px;
    font-size: 40px;
    font-weight: 700;
    line-height: 40px;
    text-shadow: 0 1px 2px rgba(0,0,0,.1);
    -o-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);

}*/

.connect {
    width: 305px;
    margin: 35px auto 0 auto;
    font-size: 18px;
    font-weight: 700;
    text-shadow: 0 1px 3px rgba(0,0,0,.2);
}

.connect a {
    display: inline-block;
    width: 32px;
    height: 35px;
    margin-top: 15px;
    -o-transition: all .2s;
    -moz-transition: all .2s;
    -webkit-transition: all .2s;
    -ms-transition: all .2s;
}

.connect a.facebook { background: url(../img/facebook.png) center center no-repeat; }
.connect a.twitter { background: url(../img/twitter.png) center center no-repeat; }

.connect a:hover { background-position: center bottom; }


.titulo{

    font-family: Sail-Regular;
    text-align: center;
    color: white;
}

.enviar{

    margin-top: 25px;
    cursor: pointer;
}

.logo{

    margin-top: 50px;
}

.ok{

    background-color: rgba(0,0,0,.2);
    font-family: Quicksand-Regular;
    color: white;
}


.alertname{
font-family: Quicksand-Regular;
padding-top: 5px;
padding-bottom: 5px;
    display: none;
    font-size: 14;
    /*background-color: gray;*/
    color: white;
    text-align: center;
    border-radius: .5em;
}

.alertname span{
    color: red;
    font-family: Quicksand-Regular;
}

.alertmail{
font-family: Quicksand-Regular;
padding-top: 5px;
    display: none;
    font-size: 14;
    /*background-color: gray;*/
    color: white;
    text-align: center;
    border-radius: .5em;
}

.alertmail span{
    color: red;
}

