body{
    background: #d3d3d3;
}
*{
    box-sizing: border-box;
}


.container{
    width: 800px;
    height: 600px;
    margin: 0 auto;
    background: #fffdfd;
    border-radius: 30px 30px 0 0;
    box-sizing: border-box;
    
    

}

.header{

    width: 100%;
    background: #c4c3c3;
    overflow: hidden;
    border-radius: 30px;
    
}
.header span{
    display: flex;
    justify-content: center;
    align-items: center;
}

.logo1{
    margin: 20px;
    max-width: 100px;
}
.logo2{
    margin: 20px;
    max-width: 80px;



}


h1 ul li{
    text-decoration: none;
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;

}

h1 ul li:nth-child(1)
{
    font-size: 0.8vmax;
    color: #515050;
}
h1 ul li:nth-child(2)
{
    font-size: 2vmax;
    color: rgb(0, 98, 0)
}
h1 ul li:nth-child(3)
{
    font-size: 0.7vmax;
    color: #202020;
}
h1 ul li:nth-child(4)
{
    font-size: 0.6vmax;
    color: #0e0e0e;
}

.box-container{
    width: 400px;
    padding: 20px;
    margin-top: 30px;
    margin-left: 30%;
    border: 1.5px solid #000000;
    border-radius: 8px;
    font-size: 1.2em;
    text-align: start;
    
}
form{
    text-align: left;
}
.label{
    display: inline-block;
    width: 30%;
        /* Adjust as needed */
    margin-bottom: 2px;
}

input{
    display: inline-block;
        width: 65%;
        /* Adjust as needed */
        padding: 7px;
        margin-bottom: 16px;
        box-sizing: border-box;
}



.button1{
    margin-top: 10px;
    margin-left:64%;
    box-sizing: border-box;
    cursor: pointer;
}

.footer {
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 80px;
}

.copyright {
    color: #333;
    text-align: left;
}

.powered-by-logo {
    display: flex;
    align-items: center;
    text-align: right;
    box-sizing: border-box;
}

.powered-by-logo img {
    max-width: 100px;
    margin-right: 10px;
    box-sizing: border-box;
}

.powered-by-text {
    text-align: right;
    box-sizing: border-box;
}



@media (max-width: 560px) {
    .container {
        width: 100%;
        height: auto;
    }

    .header h1 ul li {
        font-size: 0.5em;
    }

    .box-container {
        width: 80%;
        margin-left: 10%;
    }

        h1 ul li:nth-child(1) {
            font-size: 0.8vmax;
            color: #515050;
        }
    
        h1 ul li:nth-child(2) {
            font-size:1.5vmax;
            color: rgb(0, 98, 0)
        }
    
        h1 ul li:nth-child(3) {
            font-size: 0.8vmax;
            color: #202020;
        }
    
        h1 ul li:nth-child(4) {
            font-size: 0.8vmax;
            color: #0e0e0e;
        }

                .logo1 {
                    margin: 20px;
                    max-width: 40px;
                }
        
                .logo2 {
                    margin: 20px;
                    max-width: 30px;
        
        
        
                }

        .button1 {
            margin-top: 10px;
            margin-left: 75%;
            box-sizing: border-box;
            cursor: pointer;
        }

                .mathcapture1 {
                    float: left;
                    margin-left: 35px;
                    padding: 5px;
                    margin: 0 0 12px;
                    
        
                }
        
        
                .math {
                    text-align: right;
                    margin-left: 35px;
                    font-size: 0.2em;
        
                }
                
                .copyright {
                    font-size:1vmax;
    color: #333;
    text-align: left;
}

.powered-by-logo img {
    max-width: 60px;
    max-height: 30px;
    margin-right: 5px;
    margin-top: 4px;
}

.powered-by-text {
    font-size:1vmax;
    text-align: right;
}
.label{
    display: inline-block;
    width: 20%;
    font-size: 1.5vmax;
    font-weight: 700;
        /* Adjust as needed */
    margin-bottom: 2px;
}
input{
    display: inline-block;
        width: 77%;
        /* Adjust as needed */
        box-sizing: border-box;
}
.header{

    width: 100%;
    Height: 10%;
    background: #c4c3c3;
    overflow: hidden;
    border-radius: 30px;
    
}
}




