body {
    font-family: 'Poppins', sans-serif;
}

.bg-myprimary {
    background-color: #0223be;
}

.text-myprimary {
    color: #0223be;
}

.btn-myprimary {
    background-color: #0223be;
}

.btn-myprimary:hover {
    background-color: #03248f;
}

.text-ldark {
    color: #555;
}

.text-lsecondary {
    color: #f12e9c;
}

.btn-primary:hover {
    background-color: #f12e9c !important;
}

#main {
    min-height: 100vh;
    display: flex;
    background: url('../images/showcase-bgcompressed.jpg') no-repeat center/cover;
}

.main-logo {
    height: 80px !important;
}

.showcase-left {
    width: 50%;
    margin: 20px;
    background-color: rgba(255, 255, 255, 0.9);
}

.showcase-right {
    display: none;
}

i {
    color: #0223be;
}

input {
    text-align: center;
}

::-webkit-input-placeholder {
text-align: center;
}

:-moz-placeholder {
text-align: center;
}

#submitBtn {
    background-color: #0223be;
}

.contacts p:hover, .contacts a:hover {
    color: #f12e9c;
}

.contacts p:hover i {
    color: #f12e9c;
}

@media screen and (max-width: 920px) {
    .ss-grid, .ss-grid-inner {
        grid-template-columns: repeat(1, 1fr);
    }

    .showcase-left {
        width: 80%;
        margin: 5% auto;
    }
}

@media screen and (max-width: 760px) {
    .showcase-left {
        width: 100%;
        padding: 1rem !important;
        margin: 5%;
    }
}