﻿@import url(https://fonts.googleapis.com/css?family=Signika+Negative:400,600,700);

.loja-body {
    background: #004E94;
    font-family: "Signika Negative", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.loja-body-admin {
    background: black;
    font-family: "Signika Negative", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.loja-login {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -175px;
    margin-left: -150px;
    width: 300px;
}

.loja-login form {
    position: relative;
    z-index: 1;
    width: 100%;
    text-align: center;
}

.loja-login form input[type="text"], .loja-login form input[type="password"] {
    font-family: "Signika Negative", sans-serif;
    outline: 0;
    background: #FFF;
    width: 100%;
    padding: 0 10px;
    margin: 5px 0;
    height: 35px;
    border: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    font-size: 15px;
    font-weight: bold;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.loja-login form .btn-logar-loja {
    font-family: "Signika Negative", sans-serif;
    text-transform: uppercase;
    outline: 0;
    background: #1E90FF;
    width: 100%;
    height: 35px;
    border: 0;
    padding: 0 10px;
    margin-top: 5px;
    color: #FFF;
    font-size: 15px;
    font-weight: bold;
    -webkit-transition: all 0.3 ease;
    transition: all 0.3 ease;
    cursor: pointer;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}