/* Store this code in 'style.css' file inside the 'static' folder*/
 
            .header{
                padding: 5px 120px;
                width: 150px;
                height: 70px;
                background-color: #236B8E;
            }

            .upload{
                padding: 80px 50px;
                width: 700px;
                height: 700px;
                -webkit-backface-visibility:hidden;
                background: radial-gradient(circle, rgba(70,31,79,1) 0%, rgba(0,0,0,1) 58%);
            }
         
            .border{
                padding: 80px 50px;
                width: 400px;
                height: 700px;
                -webkit-backface-visibility:hidden;
                background: radial-gradient(circle, rgba(70,31,79,1) 0%, rgba(0,0,0,1) 58%);
                
            }
            .login_box{
                padding: 235px 50px;
                width: 400px;
                height: 700px;
                background: radial-gradient(circle, rgba(70,31,79,1) 0%, rgba(0,0,0,1) 58%);
            }
            /* Remove that btn css when the refactor is done */
            .btn {
                padding: 10px 40px;
                background-color: #236B8E;
                color: #FFFFFF;
                font-style: oblique;
                font-weight: bold;
                border-radius: 10px;
            }
 
            .textbox{
                padding: 10px 40px;
                background-color: #aeb3b6;
                
               /* border-radius: 10px; */
            }
                 
            ::placeholder {
                color: #FFFFFF;
                opacity: 1;
                font-style: oblique;
                font-weight: bold;
            }
 
            .word{
                color: #FFFFFF;
                font-style: oblique;
                font-weight: bold;
            }
 
            .bottom{
                color: #236B8E;
                font-style: oblique;
                font-weight: bold;
            }

            .general-bg{
                background-color: black;
            }

            .box-img{
                display: block;
                max-width: 100%;
                margin-left: auto;
                margin-right: auto;
            }
            .lable-text{
                color: #FFFFFF;
            }

            .upload-btn{
                margin-top: 20px;
                width: fit-content;
            }
            
            .text{
                margin-top: 100px;
                color: #FFFFFF;
            }