body {
    background: #f3f3f3 !important;
}

.bg {
    background-image: #ffffff;
    width: 100vw;
    height: 100vh;
    position: relative;
}

div#content-wrap {
    width: 500px;
    margin: auto;
    text-align: center;
    transform: translateY(-50%);
    top: 50%;
    position: relative;
}

#logo-container img {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 45px;
    margin-bottom: 2rem;
}

div#main-content {
    box-shadow: 0 0.76875rem 2.4875rem rgba(52, 58, 64, 0.3);
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: .3rem;
}

div#footer {
    color: #666;
    margin-top: 2rem;
    font-size: 80%;
    opacity: 0.8;
    text-align: center;
}

div#main-content-bottom {
    background: #f0f2f4;
    padding: 20px;
    border-top: 1px solid #dce0e5;
    border-radius: 0 0 5px 5px;
}

div#main-content-top {
    padding: 20px;
}

.header-text {
    font-weight: 600;
    color: slategray;
}

input::placeholder {
    color: inherit !important;
    opacity: 0.5 !important;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: inherit !important;
    opacity: 0.5 !important;
}

::-moz-placeholder { /* Firefox 19+ */
    color: inherit !important;
    opacity: 0.5 !important;
}

:-ms-input-placeholder { /* IE 10+ */
    color: inherit !important;
    opacity: 0.5 !important;
}

:-moz-placeholder { /* Firefox 18- */
    color: inherit !important;
    opacity: 0.5 !important;
}

.bg-image-vertical {
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: right center;
    background-size: auto 100%;
}

@media (min-width: 1025px) {
    .h-custom-2 {
        height: 100%;
    }
}
