html {
    height: 100vh !important;
}

body {
    height: 100% !important;
}

.text-primary {
    color: #5c4ac7 !important;
}
.text-success {
    color: #26dad2 !important;
}
.text-info {
    color: #1976d2 !important;
}
.text-warning {
    color: #ffb22b !important;
}
.text-danger {
    color: #ef5350 !important;
}
.text-megna {
    color: #00897b;
}
.text-theme {
    color: #1976d2;
}
.text-inverse {
    color: #2f3d4a;
}
.text-purple {
    color: #7460ee;
}
.text-light-part {
    color: rgba(0, 0, 0, 0.02);
}
.text-light-primary {
    color: #f1effd !important;
}
.text-light-success {
    color: #e8fdeb;
}
.text-light-info {
    color: #cfecfe;
}
.text-light-extra {
    color: #ebf3f5;
}
.text-light-warning {
    color: #fff8ec;
}
.text-light-danger {
    color: #f9e7eb;
}
.text-light-inverse {
    color: #f6f6f6;
}
.text-light {
    color: #f2f4f8;
}
.text-white {
    color: #ffffff;
}

.bg-primary {
    background-color: #5c4ac7 !important;
}
.bg-success {
    background-color: #26dad2 !important;
}
.bg-info {
    background-color: #1976d2 !important;
}
.bg-warning {
    background-color: #ffb22b !important;
}
.bg-danger {
    background-color: #ef5350 !important;
}
.bg-megna {
    background-color: #00897b;
}
.bg-theme {
    background-color: #1976d2;
}
.bg-inverse {
    background-color: #2f3d4a;
}
.bg-purple {
    background-color: #7460ee;
}
.bg-light-part {
    background-color: rgba(0, 0, 0, 0.02);
}
.bg-light-primary {
    background-color: #f1effd;
}
.bg-light-success {
    background-color: #e8fdeb;
}
.bg-light-info {
    background-color: #cfecfe;
}
.bg-light-extra {
    background-color: #ebf3f5;
}
.bg-light-warning {
    background-color: #fff8ec;
}
.bg-light-danger {
    background-color: #f9e7eb;
}
.bg-light-inverse {
    background-color: #f6f6f6;
}
.bg-light {
    background-color: #f2f4f8;
}
.bg-white {
    background-color: #ffffff;
}

.bg-gradient-primary {
    background: #1976d2 !important;
    background-image: linear-gradient(
        90deg,
        #5c4ac7 50%,
        #1976d2 100%
    ) !important;

    background-image: -webkit-linear-gradient(90deg, #5c4ac7 50%, #1976d2 100%);
    background-image: -moz-linear-gradient(90deg, #5c4ac7 50%, #1976d2 100%);
    background-image: -o-linear-gradient(90deg, #5c4ac7 50%, #1976d2 100%);
}

.btn-primary {
    background-color: #5c4ac7 !important;
}
.btn-success {
    background-color: #26dad2 !important;
}
.btn-info {
    background-color: #1976d2 !important;
}
.btn-warning {
    background-color: #ffb22b !important;
}
.btn-danger {
    background-color: #ef5350 !important;
}
.btn-megna {
    background-color: #00897b;
}
.btn-theme {
    background-color: #1976d2;
}
.btn-inverse {
    background-color: #2f3d4a;
}
.btn-purple {
    background-color: #7460ee;
}
.btn-light-part {
    background-color: rgba(0, 0, 0, 0.02);
}
.btn-light-primary {
    background-color: #f1effd;
}
.btn-light-success {
    background-color: #e8fdeb;
}
.btn-light-info {
    background-color: #cfecfe;
}
.btn-light-extra {
    background-color: #ebf3f5;
}
.btn-light-warning {
    background-color: #fff8ec;
}
.btn-light-danger {
    background-color: #f9e7eb;
}
.btn-light-inverse {
    background-color: #f6f6f6;
}
.btn-light {
    background-color: #f2f4f8;
}
.btn-white {
    background-color: #ffffff;
}

p.divider::before,
p.divider::after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px;
    width: 20px;
    height: 1px;
    background-color: #5c4ac7;
}

.custom-1 {
    left: 275px;
    bottom: 35px;
}

.custom-2 {
    transform: rotateY(180deg);
    right: 280px;
    bottom: 60px;
}

.custom-3 {
    left: 170px;
    bottom: 35px;
}

.custom-4 {
    transform: rotateY(180deg);
    right: 120px;
    bottom: 60px;
}

.logo-animate {
    animation: floating 3s ease-in-out infinite;
}

.toggle-password {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 9;
}

@keyframes floating {
    0% {
        transform: translate(0, 0px);
    }
    50% {
        transform: translate(0, 15px);
    }
    100% {
        transform: translate(0, -0px);
    }
}

@media screen and (max-width: 1366px) {
    .custom-1 {
        height: 300px;
        width: 300px;
        left: 50px;
        bottom: 35px;
    }
    .custom-2 {
        transform: rotateY(180deg);
        height: 300px;
        width: 300px;
        right: 15px;
        bottom: 60px;
    }

    .custom-3 {
        height: 250px;
        width: 250px;
        left: 10px;
        bottom: 35px;
    }

    .custom-4 {
        height: 250px;
        width: 250px;
        transform: rotateY(180deg);
        right: 10px;
        bottom: 60px;
    }
}

@media screen and(max-width: 1700px) {
    .custom-1 {
        height: 300px;
        width: 300px;
        left: 170px;
        bottom: 35px;
    }
    .custom-2 {
        transform: rotateY(180deg);
        height: 300px;
        width: 300px;
        right: 50px;
        bottom: 60px;
    }

    .custom-3 {
        height: 250px;
        width: 250px;
        left: 5px;
        bottom: 35px;
    }

    .custom-4 {
        height: 250px;
        width: 250px;
        transform: rotateY(180deg);
        right: 5px;
        bottom: 60px;
    }
}

@media screen and (max-width: 1024px) {
    .custom-1 {
        height: 300px;
        width: 300px;
        left: 80px;
        bottom: 35px;
    }
    .custom-2 {
        transform: rotateY(180deg);
        height: 300px;
        width: 300px;
        right: 15px;
        bottom: 60px;
    }

    .custom-3 {
        height: 250px;
        width: 250px;
        left: 10px;
        bottom: 35px;
    }

    .custom-4 {
        height: 250px;
        width: 250px;
        transform: rotateY(180deg);
        right: 10px;
        bottom: 60px;
    }
}

@media screen and (max-width: 768px) {
    .custom-1,
    .custom-2,
    .custom-3,
    .custom-4 {
        display: none;
    }
}
