﻿.login-form {
    border: 1px solid #c6c6c6;
    width: 340px;
    max-width: 340px;
    min-width: 340px;
    border-radius: 3px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 50px;
    background-color: #fff;
}

.pengea-logo-container {
    text-align: center;
}

.pangea-logo {
    width: 100%;
    height: 100px;
}

#apps-container {
    border: 1px solid #c6c6c6;
    width: 340px;
    max-width: 340px;
    min-width: 340px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    /*position: absolute;*/
    text-align: center;
    margin-bottom: 150px;
    background-color: #fff;
    height:170px;
}

.login-footer {
    text-align: center;
    margin-top: 20px;
    bottom: 0px;
    position: fixed;
    margin: auto;
    width: 100%;
    background-color: #fff;
    line-height: 100px;
}

.ios-button {
    background: url('../Images/app_store.png') no-repeat;
}

.store-button {
    max-width: 150px;
}

.top-shadow {
    /*border-top: 1px solid #202020;*/
    -webkit-box-shadow: 0px -1px 12px rgba(50, 50, 50, 0.25);
    -moz-box-shadow: 0px -1px 12px rgba(50, 50, 50, 0.25);
    box-shadow: 0px -1px 12px rgba(50, 50, 50, 0.25);
}

.background-patern {
    background-image: url(../Images/padrao-fundo.jpg);
}
