﻿/*dtb cloud mavisi #009FE3*/
body {
    background-image: url('../images/pattern-1.jpg');
}

.modal.fade .modal-dialog {
    transform: translateY(-50px);
    opacity: 0;
    transition: all 0.51s ease-in-out;
}

.modal.show .modal-dialog {
    transform: translateY(0);
    opacity: 1;
}

.button-container a {
    font-size: 1.25rem;
}

.fade-out {
    animation: fadeOut 0.3s forwards;
}

.fade-in {
    animation: fadeIn 0.3s forwards;
}

@keyframes fadeOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.right {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    /*background-color: #90EE90;*/
}

.left {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
}

.bottom-logo-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-right: 20%;
}

.logo-container {
    padding-top: 15%;
    padding-bottom: 15%;
}

/* styles.css */
body {
    overflow-x: hidden;
}

.login-logo {
    max-width: 250px;
}

.login-logo2 {
    max-width: 250px;
}

.login-logo3 {
    max-width: 250px;
}

.login-logo4 {
    max-width: 275px;
}

.custom-card {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
    transition: 0.3s;
}

    .custom-card:hover {
        box-shadow: 0 16px 32px 0 rgba(0, 0, 0, 0.4);
    }

a, a:hover {
    color: #333
}

.input-group {
    position: relative;
}

#togglePassword {
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    background: transparent;
    padding-left: 5px;
}

    #togglePassword::before {
        content: '';
        position: absolute;
        left: -10px;
        top: 0;
        bottom: 0;
        width: 1px;
    }


/*home page img size*/
.img-container {
    width: 100%;
    height: 100%;
}

.custom-button img {
    width: 100%;
    height: 100%;
}

.img-references-container {
    width: 100%;
    height: 100%;
}

.custom-references-button img {
    width: 100%;
    height: 100%;
}

@media (max-width: 576px) {
    .img-container {
        width: 200px;
        height: 200px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .custom-button img {
        width: 90%;
        height: 90%;
    }

    .img-references-container {
        width: 200px;
        height: 200px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .custom-references-button img {
        width: 90%;
        height: 90%;
    }

    .col-md-6 ul li {
        font-size: 1.3em;
    }
}

@media (min-width: 576px) {
    .img-container {
        width: 150px;
        height: 150px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .custom-button img {
        width: 100%;
        height: 100%;
    }

    .img-references-container {
        width: 150px;
        height: 150px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .custom-references-button img {
        width: 100%;
        height: 100%;
    }

    .col-md-6 ul li {
        font-size: 1.3em;
    }
}

@media (max-width: 768px) {
    .login-logo {
        max-width: 250px;
    }

    .login-logo2 {
        max-width: 200px;
    }

    .login-logo3 {
        max-width: 200px;
    }

    .login-logo4 {
        max-width: 200px;
    }

    .bottom-logo-container {
        margin-right: 0%;
    }
}

@media (min-width: 768px) {
    .img-container {
        width: 150px;
        height: 150px;
    }

    .custom-button img {
        width: 95%;
        height: 95%;
    }

    .img-references-container {
        width: 150px;
        height: 150px;
    }

    .custom-references-button img {
        width: 95%;
        height: 95%;
    }

    .col-md-6 ul li {
        font-size: 1.3em;
    }
}

@media (max-width: 991px) {
    .right {
        display: none !important;
    }

    .left {
        height: 100vh;
    }
}

@media (min-width: 1024px) {
    .img-container {
        width: 200px;
        height: 200px;
    }

    .custom-button img {
        width: 100%;
        height: 100%;
    }

    .img-references-container {
        width: 200px;
        height: 200px;
    }

    .custom-references-button img {
        width: 100%;
        height: 100%;
    }

    .col-md-6 ul li {
        font-size: 1.5em;
    }

    .list ul {
        padding-left: 15%;
    }
}

@media (min-width: 1440px) {
    .img-container {
        width: 250px;
        height: 250px;
    }

    .img-references-container {
        width: 250px;
        height: 250px;
    }

    .col-md-6 ul li {
        font-size: 1.7em;
    }
}

@media (max-width: 350px) {
    .login-logo {
        max-width: 95%;
    }

    .img-container {
        max-width: 95%;
    }

    .custom-button img {
        width: 95%;
        height: 95%;
    }

    .img-references-container {
        max-width: 95%;
    }

    .custom-references-button img {
        width: 95%;
        height: 95%;
    }

    .body-row {
        margin-top: 10%;
    }
}
