
body, html {
    overflow: hidden;
}

#brand-background {
    position: absolute;
    z-index: -1;
    height: 100vh;
    width: 100vw;
    min-height: 100%;
    background-image: url(../images/default_wallpaper.jpg); 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

}

input {
    background: white;
}

input:checked + .slider {
    background-color: #00c462;
}

.new-name {
    position: absolute;
    left:40px;
    top:0px;
    font-size: 80px;
    color: white;
}

#formLogin {
    display: block;
    margin: auto;
    max-width: 350px;
}

.login-phrase {
    margin-left: 19%;
    display: inherit;
    text-align: left;
    color: white;
}

#txtUsuario {
    margin-top: 25px;
    margin-left: 5px;
    height: 45px;
}


#txtSenha {
    margin-left: 5px;
    height: 45px;
}


.same-prop {
    /*position: absolute;*/
    width: 25px;
    height: 25px;
    margin-left: 30px;
    /*margin-left: -40px;*/
}

input {
    color: white;
    width: 80%;
    background-color: rgba(187, 187, 187, 0.6);
}

input[type='text']
{
    color:#2c2c2c;
}


.brand {
    color: white;
    bottom: 0;
    text-shadow: 1px 1px #202020;
    font-size: 0.76em;
}

.option {
    cursor: pointer;
    text-shadow: 1px 1px #202020;
    color: white;
    font-size: 0.8em;
    padding-left: 15px;
    padding-right: 10px;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #454545;
}

::-moz-placeholder { /* Firefox 19+ */
    color: #454545;
}

#login {
    margin-top: 90px;
}

.container {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.content {
    width: 100%;
    height: 98%;
    flex-grow: 1;
}

.centered {
    display: table;
    height: 100%;
    width: 100%;
}

.inner-centered {
    display: table-cell;
    vertical-align: middle;
}

.positioned {
    alignment: center;
    margin: 0 auto;
    width: auto;
    height: auto;
    text-align: center;
}

.def-height {
    padding: 15px;
    height: 45px;
}

.send-button {
    height: 45px;
    margin: 10px;
}

.footer {
    padding-top: 13px;
    padding-bottom: 13px;
    background-color: #2c2c2c;
    opacity: 0.8;
    width: 100%;
    height: 36px;
    position: absolute;
    top: 93.6%;
}

#choose-title {
    position: relative;
    display: inline-block;
    color: white;
    margin: 40px;
    text-align: center;
    font-size: 1.4em;
}

.check-business {
    width: 32px;
    margin: 10px;
    height: 32px;
    text-align: center;
    vertical-align: middle;
}

.business-item {
    cursor: pointer;
    border-radius: 3px;
    margin-bottom: 5px;
    display: flex;
    margin-left: 40px;
    margin-right: 40px;
    background: rgba(36, 37, 48, 0.75);
}

.text-white {
    vertical-align: middle;
    color: white;
    text-align: left;
    font-size: 1em;
}

#brand-logo {
    height: 140px;
    margin-left: 10px;
    margin-right: 10px;
}

.buttons-choose {
    color: white;
    display: flex;
    margin-left: 40px;
    margin-right: 40px;
    margin-top: 20px;
}

.auto {
    width: auto;
    height: auto;
}

#bottom-options{
    padding-top: 10px;
}