#request_form{
    width: 100%;
    margin-bottom: 5%;
    margin-left: auto;
    margin-right: auto;
    background-color: whitesmoke;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 20px 20px 50px 15px rgba(0, 0, 0, 0.20); 
    
}
    /*
    animation: mymove 5s infinite;
}

@keyframes mymove {
    from {background-color: white;}
    to {background-color: whitesmoke;}
}*/
#request_form table{
    margin-top: 2%;
    margin-bottom: 5%;
    width: 90%;
    border: none;
    margin-left: auto;
    margin-right: auto;
    background-color: transparent;
    
}
#request_form table th{
    width: 30%;
    border: none;
    background-color: transparent;
    text-align: right;
    font-weight: bold;
    color: black;
    
}
#request_form table td{
    border-top: none;
    border-left: none;
    border-right: none;
    background-color: white;
    text-align: left;
    font-weight: normal;
    
}
.request_form{
    
    width: 100%;
    background-color: blue;
    float: left;
    cursor: pointer;
    font-weight: bold;
    color: white;
    text-align: left;
    
    
}



#login_form{
    width: 100%;
    margin-bottom: 5%;
    margin-left: auto;
    margin-right: auto;
    background-color: whitesmoke;
    border-radius: 10px 10px 10px 10px;
    border: solid 2px #0072BC;
   /* box-shadow: 20px 20px 50px 15px rgba(0, 0, 0, 0.20); */
    
    box-shadow: 20px 20px 50px 15px rgba(0, 0, 255, 0.081); 
    
}
    /*
    animation: mymove 5s infinite;
}

@keyframes mymove {
    from {background-color: white;}
    to {background-color: whitesmoke;}
}*/
#login_form table{
    margin-top: 2%;
    margin-bottom: 5%;
    width: 90%;
    border: none;
    margin-left: auto;
    margin-right: auto;
    background-color: transparent;
    
}
#login_form table th{
    width: 30%;
    border: none;
    background-color: transparent;
    text-align: right;
    font-weight: bold;
    color: black;
    
}
#login_form table td{
    border-top: none;
    border-left: none;
    border-right: none;
    background-color: white;
    text-align: left;
    font-weight: normal;
    
}
.login_form{
    
    width: 100%;
    background-color: blue;
    float: left;
   /* cursor: pointer;*/
    font-weight: bold;
    color: white;
    text-align: left;
    
    
}





#button{
   
    height: 30px;
    font-size:1.5vw;
    margin-left: 40%;
    margin-right: auto;
    margin-bottom: 2%;
    border: none;
    background-color: white;
    text-align: right;
    font-weight: bold;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 4px 4px 10px 3px rgba(0, 0, 0, 0.20);
    text-align: center;
}

#rfm table{
    border: 1px solid #000000;
    margin-left: 7px;
    
    border-collapse: collapse;
    font-weight: bold;
    box-shadow: 2px 2px 5px 1.5px rgba(0, 0, 0, 0.20); 
}
#rfm th{
    text-align: center;
    background-color:#0072BC;
    color: white;
    border: 1px solid #000000;
    font-size: 12px;
    font-weight:bold;
    
}
#rfm td{
    border: 1px solid #000000;
    text-align: left;
    background-color: white;
    box-shadow: 2px 2px 5px 1.5px rgba(0, 0, 0, 0.20); 
    font-size: 11px;
    font-weight: normal;
    
}
#rfm input[type="button"]{
    width: 45px;
    height: 15px;
    margin-left: 1px;
    margin-right: 1px;
    margin-top: 1px;
    margin-bottom: 1px;
    font-size: 11px;
    border: none;
    background-color: white;
    font-weight: bold;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.20);
    text-align: center;
    color: blue;
    font-family: "Times New Roman", Times, serif;
    cursor: pointer;
}
.btd {
    background-color:transparent;
}
#tloge {
    background-color: white;
    border: none;
    width: 100%;
    height: 50px;
    box-shadow: 2px 2px 5px 1.5px rgba(0, 0, 0, 0.20); 
}
#tlogd0 {
    border: none;
    background-color: transparent;
    width: 94%;
    margin-left: auto;
    margin-right: auto;
    height: 40px;
    float: top;
    overflow-y: hidden;
}

#tlogd1 {
    border: none;
    background-color: transparent;
    width: 100%;
    height: 300px;
    float: top;
    overflow-y: scroll;
}

#tlogd1 li{
    
    background-color: white;
    border-radius: 0px 20px 0px 20px;
    box-shadow: 2px 2px 5px 1.5px rgba(0, 0, 0, 0.20);
    width: 98%;
}
#tlogd1 ol{
    
    background-color: whitesmoke;
    margin-left: auto;
    margin-right: auto;
}
#tlogd2 {
    border: none;
    background-color: transparent;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    height: 100px;
    float: bottom;
}
#tlogd2 input[type="button"]{
    width: 60px;
    height: 20px;
    margin-left: auto;
    margin-right: auto;
    float: center;
    font-size: 12px;
    border: none;
    background-color: white;
    text-align: center;
    font-weight: bold;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 4px 4px 10px 3px rgba(0, 0, 0, 0.20);
    text-align: center;
    color: blue;
    font-family: "Times New Roman", Times, serif;
    cursor: pointer;
}
#tlogd2 input[type="text"]{
    width: 100%;
    height: 20px;
    margin-left: auto;
    margin-right: auto;
    float: center;
    font-size: 12px;
    border: none;
    background-color: white;
    text-align: center;
    box-shadow: 4px 4px 10px 3px rgba(0, 0, 0, 0.20);
    text-align: center;
    color: blue;
    font-family: "Times New Roman", Times, serif;
}
#seusel{
    width: 100%;
    border: none;
    font-size: 12px;
    border: none;
    background-color: white;
    text-align: center;
    box-shadow: 4px 4px 10px 3px rgba(0, 0, 0, 0.20);
    color: blue;
    font-family: "Times New Roman", Times, serif;
    height: 20px;
    font-size: 12px;
}
#tlogd2 table{
    height: 100px;
    width:98%; 
    border: none;
    margin-left: auto;
    margin-right: auto;
    background-color: transparent;
}
#tlogd2 th{
    height: 20px;
    border: none;
    background-color: transparent;
}
#tlogd2 td{
    height: 20px;
    border: none;
    background-color: transparent;
}

#rlogh {
    border: none;
    background-color: transparent;
    width: 94%;
    margin-left: auto;
    margin-right: auto;
    height: 8%;
    float: top;
    overflow-y: hidden;
}
#rlogb {
    border: none;
    background-color: transparent;
    width: 100%;
    height: 92%;
    float: top;
    overflow-y: scroll;
}
#rlogb li{
    
    background-color: white;
    border-radius: 0px 20px 0px 20px;
    box-shadow: 2px 2px 5px 1.5px rgba(0, 0, 0, 0.20);
    width: 98%;
}
#rlogb ol{
    
    background-color: whitesmoke;
    margin-left: auto;
    margin-right: auto;
}
#ucont{
    margin-left: auto;
    margin-right: auto;
    background-color: white;
    border-radius: 0px 0px 0px 0px;
    box-shadow: 2px 2px 5px 1.5px rgba(0, 0, 0, 0.20);
    width: 280px;
}
#uconth{
    margin-left: auto;
    margin-right: auto;
    background-color: white;
    border-radius: 0px 0px 0px 0px;
    box-shadow: 2px 2px 5px 1.5px rgba(0, 0, 0, 0.20);
    width: 280px;
}
#uconth input[type="button"]{
    width: 60px;
    height: 20px;
    margin-left: auto;
    margin-right: auto;
    float: center;
    font-size: 12px;
    border: none;
    background-color: white;
    text-align: center;
    font-weight: bold;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 4px 4px 10px 3px rgba(0, 0, 0, 0.20);
    text-align: center;
    color: blue;
    font-family: "Times New Roman", Times, serif;
    cursor: pointer;
}
#rpth{
    margin-left: auto;
    margin-right: auto;
    border:none;
    width: 90%;
}
#rptht{
    margin-left: auto;
    margin-right: auto;
    background-color: transparent;
    width: 530px;
    border: none;
}
#rpth table{
    background-color: transparent;
    border: none;
    
}
#rpth th{
    width: 100px;
}
#rpth td{
    background-color: whitesmoke;
}
.phead2{
   width: 30px;
   border: none;
   background-color: transparent;
}
.parow{
   width: 30px;
   border: none;
   background-color: transparent;
}
.pcent{
   width: 1px;
   border: none;
   border-left: 5px solid #0072BC;
   background-color: transparent;
}
