html,
body {
    height: 100%;
}

main {
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #f5f5f5;
    text-align: center;
}

.qap-ico {
    padding: 5px;
    border-radius: 25%;
    -moz-border-radius: 25%;
    -webkit-border-radius: 25%;
    background: #ffcd2a;
    /*box-shadow: 1px 1px 1px rgba(0,0,0,0.3);*/

    width: 84px;
    height: 84px;

    margin-bottom: 20px;
}

.qap-ico img {
    width: 74px;
    height: 74px;
}

.qap-login {
    width: 100%;
    max-width: 400px;
    padding: 15px;
    margin: auto;
}
.qap-login .checkbox {
    font-weight: 400;
}
.qap-login .form-control {
    position: relative;
    box-sizing: border-box;
    height: auto;
    padding: 10px;
    font-size: 16px;
}
.qap-login .form-control:focus {
    z-index: 2;
}

.qap-baixe-agora {
    font-size: 0.9rem;
    color: #404040;
}

.qap-baixe-agora img {
    max-width: 200px;
}
p {
    margin-bottom: 4px;
}
