#textuser {
    padding: 20px;
    border-radius: 30px;
    border: none;
    font-size: 20px;
    margin: 5px;
}
 #textusder {
    padding: 20px;
    border-radius: 30px;
    border: none;
    font-size: 20px;
    margin: 5px;
 }
 html
{
    background: linear-gradient(to right, Green,Blue,Grey,Green,Grey,Blue,Green);
}
.container-wrapper {
    padding: 3em;
    margin: 2em;
    width: max-content;
    height: max-content;
    background-color: #ddd;
    border-radius: 30px;
}
.button {
    padding: 0.5em 1em 0.5em 1em;
    border-radius: 4.7em;
    border: none;
    width: 100%;
    background-color: #000080;
    font-size: 18px;
    color:White;
}
body 
{
    
}
@import url('https://fonts.googleapis.com/css2?family=Varela+Round&display=swap');

.container {

    display: flex;
    justify-content: center;
    font-family: Arial, Helvetica, sans-serif;
    align-items: center;

}

html {
    
}



.login-text {
    text-align: center;
    font-size: 2em;
    margin-top: -2%;
}

.item {
    padding: 0.2em;
}

.container-wrapper label,
button {
    padding: 0.2em;
}

.button {
    text-align: center;
   margin-top: 20px;
}



. button:hover {
    background-color:Black;
    cursor: pointer;
    box-shadow: #b5b6fb;

}



form {
    margin: 2em auto 2em auto
}



.remember {
    font-size: normal;
    margin-left: 40%;
    display: inline-block;
    margin-top: 17px;
}

.ac {
    display: inline-block;
    font-size: medium;
    margin-top: 24px;
    text-align: center;
}


* {
    font-family: 'Varela Round', sans-serif;
    color: #3a2d2d;
}

.ac a {
    text-decoration: underline;
    color: #3a2d2d;
}

.ac-logo {
    padding: 5px;
    size: 20px;
}

#toc {
    display: inline-block;
    margin-top: 10px;
}

.social-media {
    display: flex;
    justify-content: space-evenly;
}

.container h2 {
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #000;
    line-height: 0.1em;
    margin: 10px 0 20px;
}

.container h2 span {
    background-color: #FF8080;
    padding: 0 10px;
}

.social-mediaImg {
    width: 48px;
}

@media only screen and (max-width: 500px) {

    .container-wrapper {
        padding: 2em;
        margin: 1em;
    }

    .login-text {
        font-size: 1.5em;
    }

    .item {
        padding: 0.1em;
        text-align: center;
    }

    .container-wrapper label,
    button {
        padding: 0.1em;
    }

    .button {
        margin-top: 1em;
        margin-bottom: 2em;

    }

    . button {
        padding: 0.5em 1em;
        border-radius: 4.7em;
        font-size: 14px;
    }



    form {
        margin: 1em auto 1em auto
    }

   #TextBox1{
        padding: 10px;
        border-radius: 15px;
        font-size: 15px;

    }

    .remember {
        font-size: smaller;
        margin-left: 6em;
    }

    .ac {
        font-size: small;
    }

    #toc {
        font-size: small;
    }

    .social-mediaImg {
        width: 40px;
    }
    .container h2 span {
        font-size: medium;
    }
}


