.plogin {max-width:900px; margin:0 auto; width:90%}

#page h62 {display:block; color:#000000; margin-bottom:10px; font-weight:bold}
#page h62 a {margin-left:20px; font-size:14px}
#page h62 a i {color:#000000; margin-right:5px}

form input[type=email] {width:calc(100% - 42px); padding:20px; border:1px solid #cccccc; border-radius:5px; margin-bottom:10px; display:block; font-size:15px; }
form input[type=number] {width:calc(100% - 42px); padding:20px; border:1px solid #cccccc; border-radius:5px; margin-bottom:0px; display:block; font-size:15px;}
form input[type=password] {width:calc(100% - 42px); padding:20px; border:1px solid #cccccc; border-radius:5px; margin-bottom:10px; display:block; font-size:15px;}
form input[type=date] {width:calc(100% - 42px); padding:20px; border:1px solid #cccccc; border-radius:5px; margin-bottom:10px; display:block; font-size:15px;}
form input[type=time] {width:calc(100% - 42px); padding:20px; border:1px solid #cccccc; border-radius:5px; margin-bottom:10px; display:block; font-size:15px;}
select {margin-bottom:10px !important}
input[readonly] {background-color:#f9f9f9}

.input-icon {
            background: url('https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free/svgs/solid/user.svg') no-repeat 10px center;
            background-size: 16px 16px;
	  text-indent:30px;
	 background-position: 20px center;
        }

        .input-icon.password {
            background-image: url('https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free/svgs/solid/lock.svg');
        }
	.input-icon.email {
            background-image: url('https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free/svgs/solid/envelope.svg');
        }
        
        .input-icon.email {
            background-image: url('https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free/svgs/solid/envelope.svg');
        }
         .input-icon.building {
            background-image: url('https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free/svgs/solid/building.svg');
        }
      .input-icon.globe {
            background-image: url('https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free/svgs/solid/globe.svg');
        }
        .input-icon.phone {
            background-image: url('https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free/svgs/solid/phone.svg');
        }

        table {margin-bottom:30px !important}
        
h99 {display:block; text-align:center; margin:200px 0 200px 0; width:100%; background:}
h99 button {max-width:300px; margin:0 auto; margin-top:30px}



ul.dotstyle {margin:0px 20px 0px 20px;}
ul.dotstyle li {margin-bottom:5px; list-style-type: disc; font-size:15px; color:#666666; line-height:1.5 !important}
ul.dotstyle li::marker {
  color:#000000;
}


button.app2 {width:100%; height:60px; text-align:center; color:#2d3586; border:1px solid #2d3586; border-radius:5px; font-size:17px; background-color:#ffffff; margin-top:30px; margin-bottom:0px;}
button.app2 i {color:#2d3586; margin-right:10px}

iframe {border-radius:10px}