/*
 *
 * Template Name: Fullscreen Responsive Register Template
 * Template URI: http://azmind.com
 * Author: Anli Zaimi
 * Author URI: http://azmind.com
 *
 */


body {
    background: #D5D5D5;
    text-align: left;
    font-family: 'PT Sans', Helvetica, Arial, sans-serif;
    color: #555;
    font-size: 16px;
    font-weight: 400;
}


.operadoras-img {
  height: 46px;
}

strong { font-weight: 700; }

.red { color: rgb(162, 30, 10); }
a:hover { text-decoration: none; }

.header {
    margin: 0 auto;
    padding-bottom: 5px;
    background: #f8f8f8 url(../img/pattern.jpg) left top repeat;
    border-top: 3px solid rgb(208, 85, 149);
    -moz-box-shadow: 0 1px 5px 0 rgba(0,0,0,.3);
    -webkit-box-shadow: 0 1px 5px 0 rgba(0,0,0,.3);
    box-shadow: 0 1px 5px 0 rgba(0,0,0,.3);
}

.logo h1 {
    padding-left: 50px;
    font-family: 'Oleo Script', cursive;
    font-size: 36px;
    font-weight: 400;
}

.logo h1 a { color: #555; }

.logo img
{
    height:88px;
}

.links {
    text-align: right;
}

.links a {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin: 15px 0 0 20px;
}

.links a.home { background: url(../img/home.png) center center no-repeat; }
.links a.blog { background: url(../img/blog.png) center center no-repeat; margin-right: 50px; }


img#logo
{
    margin-bottom: 30px;
}

/* ----- iPhone ----- */

.iphone {
    text-align: right;
}

.iphone img { margin-right: 10px; }

/* ----- Registration Form ----- */

.register form {
    padding: 20px;
    background: rgba(13, 13, 13, 0.9);
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    -moz-box-shadow: 0 1px 5px 0 rgba(0,0,0,.3);
    -webkit-box-shadow: 0 1px 5px 0 rgba(0,0,0,.3);
    box-shadow: 0 1px 5px 0 rgba(0,0,0,.3);
    text-align: center;
}

.register form h2 {
    margin-bottom: 5px;
    padding-bottom: 5px;
    font-size: 24px;
    font-weight: 400;
    text-align: center;
    color: #241F71;
}

.register form input {
    width: 95%;
    height: 20px;
    background: #fff;
    border: 1px solid #ddd;
    -moz-box-shadow: 0 1px 3px 0 rgba(0,0,0,.1) inset;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,.1) inset;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.1) inset;
    font-family: 'PT Sans', Helvetica, Arial, sans-serif;
    color: #888;
    font-size: 16px;
}

.register form input:focus {
    border: 1px solid #ccc;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.register form label {
    margin: 7px 0 1px 5px;
    font-size: 16px;
    text-align: left;
    text-transform: lowercase;
}


#login-page {
     display: flex;
     justify-content: center;
     align-items: center;
     height: 100vh;
     /* Ocupa 100% da altura da viewport */
     margin: 0;
     
 }


.register form label span {
    font-style: italic;
}

.register form input:-moz-placeholder { color: #aaa; }
.register form input:-ms-input-placeholder { color: #aaa; }
.register form input::-webkit-input-placeholder { color: #aaa; }

.register form button {
    cursor: pointer;
    width: 40%;
    height: 30px;
    margin-top: 20px;
    padding: 0;
    border-radius: 8px;
    background-color: #87BF43;
    border: 0;
    -moz-box-shadow: 0 15px 30px 0 rgba(255,255,255,.1) inset;
    -webkit-box-shadow: 0 15px 30px 0 rgba(255,255,255,.1) inset;
    box-shadow: 0 15px 30px 0 rgba(255,255,255,.1) inset;
    font-family: 'PT Sans', Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: black;
    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;
}

.register form button:hover {
    -moz-box-shadow: 0 -15px 30px 0 rgba(255,255,255,.05) inset;
    -webkit-box-shadow: 0 -15px 30px 0 rgba(255,255,255,.05) inset;
    box-shadow: 0 -15px 30px 0 rgba(255,255,255,.05) inset;
}

.register form button:active {
    -moz-box-shadow:
        0 -15px 30px 0 rgba(255,255,255,.05) inset,       
        0 5px 8px 0 rgba(0,0,0,.1) inset;
    -webkit-box-shadow:
        0 -15px 30px 0 rgba(255,255,255,.05) inset,       
        0 5px 8px 0 rgba(0,0,0,.1) inset;
    box-shadow:
        0 -15px 30px 0 rgba(255,255,255,.05) inset,       
        0 5px 8px 0 rgba(0,0,0,.1) inset;
}



.help-block {
    font-weight: bold;
    color:rgb(162, 30, 10);

}


span.brand {
    font-size: 2em;
    font-weight: bold;
    color: #87BF43;
    display: inline-block;
    padding: 20px;
    margin-bottom: 22px;
}



label {
    color: #87BF43;
    font-family: sans-serif;
}



.navbar .brand {
padding-top: 0px;
margin-right: 30px;
padding-bottom: 0px;
}

.navbar .brand {
float: left;
display: block;
padding: 15px 20px 15px;
margin-left: -20px;
font-size: 30px;
margin-top: 17px;
font-weight: 200;
margin-left: 6px;
color: rgb(255, 255, 255);
text-shadow: 0 1px 0 rgb(0, 0, 0);
}


footer .navbar .brand {
float: left;
display: block;
margin-left: -20px;
font-size: 16px;
font-weight: 200;
color: rgb(255, 255, 255);
text-shadow: 0 1px 0 rgb(0, 0, 0);
padding-top: 5px;
padding-bottom: 5px;
margin-top: 0px;
}


footer {
    background-color: rgba(0,0,0,0.8);
    color: #FFF;
    position: absolute;
    width: 100%;
    height: 22px;
    line-height: 22px;
    bottom: 0px;
    left: 0px;
}

/* ----- Media queries ----- */

@media (max-width: 1200px) {

    .register form h2 { background: url(../img/pencil.png) 20px 6px no-repeat; }

}

@media (min-width: 768px) and (max-width: 979px) {

    .register form h2 { background: none; }

}

@media (max-width: 767px) {

    body { padding-left: 0; padding-right: 0; }

    .logo, .links { text-align: center; }

    .links { padding-bottom: 5px; }

    .logo h1 { padding-left: 0; }

    .links a.home { margin-left: 0; }

    .links a.blog { margin-right: 0; }


    .register form h2 { background: none; }

    .iphone img { display: none; }

}

@media (max-width: 480px) {

    .register form button { width: 97%; }

}




