﻿/* Coded with love by Mutiullah Samim */

@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');

body,
html {
    margin: 0;
    padding: 0;
    height: 100%;
    /*background: #60a3bc !important;*/
    background: #1f2841;
    z-index: 1;
    overflow: hidden;
}

.main_section{
    display: flex;
    align-items: center;
    justify-content: center;
}

.user_card {
    height: 400px;
    width: 800px;
    margin-top: auto;
    margin-bottom: auto;
    /*background: #f39c12;*/
    background-color: #753d9c;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    padding: 10px;
    z-index: 2;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 5px;
}

.brand_heading {
    color: white;
    white-space: nowrap;
    width: 0ch;
    overflow: hidden;
    font-family: 'Roboto', sans-serif;
    animation: heading 10s infinite;
    
}

@keyframes heading {
    0%{
        width: 0ch;
    }
    50%{
        width: 19ch;
    }
    75% {
        width: 19ch;
    }
    100% {
        width: 0ch;
    }
}


    .brand_logo_container {
        position: absolute;
        height: 170px;
        width: 170px;
        top: -3px;
        left: -55px;
        border-radius: 50%;
        /*background: #60a3bc;*/
        padding: 10px;
        text-align: center;
    }

.brand_logo {
    height: 50px;
    width: 50px;
    border: 2px solid #ad5389;
    border-radius: 50%;
}

.form_container {
    margin-top: 35px;
}

.login_btn {
    width: 100%;
    /*background: #c0392b !important;*/
    background: #1f2841;
    color: white !important;
    font-size: 18px;
}

.login_btn:focus {
        box-shadow: none !important;
        outline: 0px !important;
}

.login_btn:hover {
        background-color: #2d395b;
}

.login_container {
    padding: 0 2rem;
}

.input-group-text {
    /*background: #c0392b !important;*/
    background: #1f2841;
    color: white !important;
    border: 0 !important;
    border-radius: 0.25rem 0 0 0.25rem !important;
}

.input-group{
    width: 250px;
}

.input_user,
.input_pass:focus {
    box-shadow: none !important;
    outline: 0px !important;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #c0392b !important;
}
.hidden {
    display: none;
}

#msg {
    color: red;
    position: relative;
    top: -2rem;
}

.user_card_left{
    width: 400px;
    height: 400px;
    border-right: 1px solid gray;
}

.user_card_right {
    width: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.right_section_image {
    width: 350px;
    display: flex;
    justify-content: center;
}

.login_img {
    width: 400px;
}

.login_container {
    width: 250px;
}

.brand_heading_container{
    margin-top: 60px;
}

.box_animation {
    position: absolute;
    top: 550px;
    left: 250px;
    height: 70px;
    width: 70px;
    background-color: #2d395b;
    opacity: 1;
    border-radius: 7px;
    animation: boxRotate 2s infinite;
}

@keyframes boxRotate {
    0% {
    transform: translateY(200px);
    }

    100% {
        transform: rotate(-110deg) translateY(150px);
    }
}

.box_animation_small {
    position: absolute;
    top: 550px;
    left: 450px;
    height: 40px;
    width: 40px;
    background-color: #2d395b;
    opacity: 1;
    border-radius: 7px;
    animation: boxRotate2 5.2s infinite;
}

@keyframes boxRotate2 {
    0% {
        transform: translateY(200px);
    }

    100% {
        transform: rotate(150deg) translateY(720px);
    }
}

.box_animation_medium {
    position: absolute;
    top: 550px;
    left: 1450px;
    height: 80px;
    width: 80px;
    background-color: #2d395b;
    opacity: 1;
    border-radius: 7px;
    animation: boxRotate3 3.5s infinite;
}

@keyframes boxRotate3 {
    0% {
        transform: translateY(200px);
    }

    100% {
        transform: rotate(120deg) translateY(440px);
    }
}

.box_animation_medium2 {
    position: absolute;
    top: 550px;
    left: 1350px;
    height: 30px;
    width: 30px;
    background-color: #2d395b;
    opacity: 1;
    border-radius: 7px;
    animation: boxRotate4 4.5s infinite;
}

@keyframes boxRotate4 {
    0% {
        transform: translateY(200px);
    }

    100% {
        transform: rotate(150deg) translateY(440px);
    }
}

.box_animation_new1 {
    position: absolute;
    top: 550px;
    left: 1350px;
    height: 90px;
    width: 90px;
    background-color: #2d395b;
    opacity: 1;
    border-radius: 7px;
    animation: boxRotate5 4.5s infinite;
}

@keyframes boxRotate5 {
    0% {
        transform: translateY(600px);
    }

    100% {
        transform: rotate(190deg) translateY(650px);
    }
}

.box_animation_new2 {
    position: absolute;
    top: 550px;
    left: 350px;
    height: 45px;
    width: 45px;
    background-color: #2d395b;
    opacity: 1;
    border-radius: 7px;
    animation: boxRotate6 5s infinite;
}

@keyframes boxRotate6 {
    0% {
        transform: translateY(250px);
    }

    100% {
        transform: rotate(-160deg) translateY(650px);
    }
}

.box_animation_new3 {
    position: absolute;
    top: 550px;
    left: 450px;
    height: 65px;
    width: 65px;
    background-color: #2d395b;
    opacity: 1;
    border-radius: 7px;
    animation: boxRotate7 5s infinite;
}

@keyframes boxRotate7 {
    0% {
        transform: translateY(250px);
    }

    100% {
        transform: rotate(-250deg) translateY(650px);
    }
}

.box_animation_new4 {
    position: absolute;
    top: 550px;
    left: 1150px;
    height: 35px;
    width: 35px;
    background-color: #2d395b;
    opacity: 1;
    border-radius: 7px;
    animation: boxRotate8 5s infinite;
}

@keyframes boxRotate8 {
    0% {
        transform: translateY(250px);
    }

    100% {
        transform: rotate(220deg) translateY(650px);
    }
}

.box_animation_new5 {
    position: absolute;
    top: 550px;
    left: 600px;
    height: 55px;
    width: 55px;
    background-color: #2d395b;
    opacity: 1;
    border-radius: 7px;
    animation: boxRotate9 5s infinite;
}

@keyframes boxRotate9 {
    0% {
        transform: translateY(250px);
    }

    100% {
        transform: rotate(220deg) translateY(480px);
    }
}

.box_animation_new6 {
    position: absolute;
    top: 550px;
    left: 750px;
    height: 65px;
    width: 65px;
    background-color: #2d395b;
    opacity: 1;
    border-radius: 7px;
    animation: boxRotate10 6s infinite;
}

@keyframes boxRotate10 {
    0% {
        transform: translateY(290px);
    }

    100% {
        transform: rotate(230deg) translateY(480px);
    }
}