
div .logo {
    width: 15%;
}

div .google-play {
    width: 40%;
}

.card-header
 {
    color: white !important;
    background-color: #e74328 !important;
    outline: none;
}

.card-body {
    /* background-color: antiquewhite; */
}


.login .btn {
    color: #e74328;
    border: 1px solid#e74328;
}

.socials {
    float: left;
    width: 100%;
}

.socials a {
    color: white;
    font-size: 15pt;
    padding-left: 2%;
    float: left;
}

.alert-danger {
    margin-top: 5%;
}

footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #2B2726;
  color: white;
  text-align: center;
}

div .copyright {
    font-size: 11px;
    text-align: center;
    color: #6f6b64;
}

footer .row {
    margin: 10px 0;
}

/* .bg-dark {
    background-color: lightgray !important;
} */


@media (min-width: 1200px) {
    div .google-play {
        width: 60%;
        float: right;
    }
}