﻿/*body {
    background-image: url('../images icon/mucampus.jpg');

    background-size:100%;
    background-position: unset;
}*/
/*.center 
{
    align-items:center;
    text-align:center;
    background-color:transparent;
    resize:block;
    background-size:5%;
    font-size:xx-large;
    font-stretch:expanded;
    
}*/
.textbox {
    width: 30px;
    padding: 30px 20px;
    margin: 10px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 80px;
    box-sizing: border-box;
    text-align:center;
    font-size:20px;
}
/*div {
    height:150px;
    border-radius: 10px;
    background-color: lightgoldenrodyellow;


    bottom: 100px;
    border: 3px solid #8AC007;
    left:450px;
}*/
.label {
    width: 30%;
    padding: 30px 20px;
    margin: 10px 0;
    display: inline-block;
    border-radius: 100px;
    box-sizing: border-box;
    font-size: 25px;
}
input[type=text], input[type=password] {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    box-sizing: border-box;
}

button {
    background-color: #04AA6D;
    color: white;
    padding: 14px 20px;
    margin: 8px  5px;
    border: none;
    cursor: pointer;
   
    height:50px;
    
}

    .button:hover {
        opacity: 0.8;
    }

.button {
    width: 230px;
    padding: 10px 18px;
    background-color: forestgreen;
    background-color: #04AA6D;
    color: white;
    padding: 14px 20px;
    margin: 8px 5px;
    border: none;
    cursor: pointer;
    height: 50px;

   
}
table, th, td {
    font-size: 15px;
    color: deepskyblue;
    text-align: center;
    width: auto;
    margin-left: auto;
    margin-right: auto;
}
th, td {

    padding-top: 1px;
    padding-bottom: 1px;
    padding-left: 10px;
    padding-right: 25px;
}


img.avatar {
    width: 40%;
    border-radius: 50%;
}

.container {
    text-align:center;
    height: 150px;
    width: 550px;
    padding: 10px 1px 50px 1px;
    margin-left: auto;
    margin-right: auto;

}
.container1 {
    height: 25px;
    width: 500px;
    padding: 10px 50px 50px 1px;
    margin-left:auto;
    margin-right:auto;
    background-color: #f1f1f1;
}

span.psw {
    float: right;
    padding-top: 16px;
     margin: 3px  7px ;
}

/* Change styles for span and cancel button on extra small screens */
@media screen and (max-width: 300px) {
    span.psw {
        display: block;
        float: none;
    }

    .cancelbtn {
        width: 10%;
    }

}
