.log-bt-up {
    background-color: #424e79;
    width: 100%;
    height: 35%;
}
.log-bt-bottom {
    background-color: #f2f6f9;
    width: 100%;
    height: 65%;
    box-shadow: inset 0px 0px 15px #424e79;
    display: flex;
    align-items: end;
    justify-content: flex-end;
}
.log-bt-bottom .log-bt-link-container {
    padding: 20px 30px;
}
.log-bt-bottom a:hover {
    text-decoration: none;
    cursor: pointer;
}
#log-bt {
    background-color: #f7f7f7;
    width: 400px;
    max-width: 90%;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -40%);
    border-radius: 15px;
    -moz-box-shadow: 1px 10px 40px -10px rgba(0, 0, 0, 1);
    -webkit-box-shadow: 1px 10px 40px -10px rgba(0, 0, 0, 1);
}
.card-img-top {
    margin-top: 10px;
    padding: 20px;
}
.form-group input {
    background-color: transparent;
    border-color: #424e79;
    cursor: pointer;
}
.btn {
    margin-top: 25px;
    background-color: #424e79;
    color: #f2f6f9;
    cursor: pointer;
}
.btn:hover {
    background-color: #031633;
    color: #f2f6f9;
    box-shadow: 1px 10px 40px -10px #051b11;
}
a {
    float: left;
    padding-top: 20px;
}
