﻿.loginBody {
    background-color: #f1f2f5 !important;
    display: flex !important;
    flex-direction: column !important;
    min-height: 100vh !important;
    justify-content: center !important;
    align-items: center !important;
    font-family: "Open Sans", sans-serif !important;
    text-align: center !important;
    padding: 0 !important;
    margin: 0 !important;
}

#entry-text {
    font-size: 1.5em;
    line-height: 1.6em;
}

#left-sidebox {
    background-color: #281f76;
    color: white;
}

#right-sidebox {
    background-color: white;
}

#left-sidebox,
#right-sidebox {
    padding: 50px 50px 25px 50px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#main-box {
    min-height: 640px;
    border-radius: 10px;
    overflow: hidden;
}

.hdb-logo {
    height: 85px;
    margin: 0 auto;
}

.kyc-logo {
    height: 85px;
    margin: 0 auto;
}

#features-list {
    list-style: none;
}

    #features-list li {
        position: relative;
        list-style-type: none;
        padding-left: 20px;
        margin-bottom: 25px;
    }

        #features-list li:before {
            content: "";
            position: absolute;
            top: 0;
            left: -30px;
            width: 32px;
            height: 32px;
            background-image: url("/images/checked.png");
            background-size: contain;
            background-repeat: no-repeat;
        }

#social-cions-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.loginBody {
    background-color: #f1f2f5 !important;
    display: flex !important;
    flex-direction: column !important;
    min-height: 100vh !important;
    justify-content: center !important;
    align-items: center !important;
    font-family: "Open Sans", sans-serif !important;
    text-align: center !important;
}

#entry-text {
    font-size: 1.5em !important;
    line-height: 1.6em !important;
}

#left-sidebox {
    background-color: #281f76;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#right-sidebox {
    background-color: white;
}

#main-box {
    min-height: 640px;
    border-radius: 10px;
    overflow: hidden;
}

.hdb-logo {
    height: 85px;
    margin: 0 auto;
}

#features-list {
    list-style: none;
}

    #features-list li {
        position: relative;
        list-style-type: none;
        padding-left: 20px;
        margin-bottom: 25px;
    }

        #features-list li:before {
            content: "";
            position: absolute;
            top: 0;
            left: -30px;
            width: 32px;
            height: 32px;
            background-image: url("/images/checked.png");
            background-size: contain;
            background-repeat: no-repeat;
        }

.sides-footer-container {
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    gap: 10px;
}

    .sides-footer-container a {
        text-decoration: none;
        color: #34bbff;
    }

        .sides-footer-container a:hover {
            text-decoration: underline;
        }

#login-button {
    background-color: #281f76;
    color: white;
    border: none;
    border-radius: 5px;
    padding: 10px 20px;
    font-size: 1.2em;
    cursor: pointer;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}

    #login-button:hover {
        background-color: #1e1a5f;
        box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.2);
    }

.social-icon {
    height: 22px;
}

/* MEDIA QUERIES */

@media (min-width: 0px) and (max-width: 767px) {
    #entry-text {
        font-size: 1.2em;
        line-height: 1.5em;
    }

    #main-box {
        min-height: 100vh;
        border-radius: 0;
    }

    #informativeMessage {
        border-radius: 0;
    }

    .container {
        max-width: 100%;
        margin: 0;
        padding: 0;
        overflow-x: hidden;
    }

    #left-sidebox,
    #righq-sidebox {
        min-height: 400px;
    }

    #user-login-icon {
        display: none;
    }

    #social-icons-container {
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    #entry-text {
        font-size: 1.2em;
        line-height: 1.5em;
    }

    #main-box {
        min-height: 100vh;
        border-radius: 0;
    }

    #informativeMessage {
        border-radius:0;
    }

    .container {
        max-width: 100%;
        margin: 0;
        padding: 0;
    }

    #user-login-icon {
        display: none;
    }

    #social-icons-container {
        display: none;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    #entry-text {
        font-size: 1.3em;
        line-height: 1.4em;
    }

    #main-box {
        min-height: 640px;
    }
}

@media (min-width: 1200px) and (max-width: 3441px) {
    #entry-text {
        font-size: 1.4em;
        line-height: 1.5em;
    }
}

@media (min-width: 1400px) {
    #entry-text {
        font-size: 1.5em;
        line-height: 1.6em;
    }
}

#informativeMessage {
    background-color: #281f76;
    height: 50px;
    font-size: 30px;
    font-family: "Open Sans", sans-serif !important;
    color: white;
    border-radius: 10px;
}
