body{background: url('../img/logo/bg.jpg') no-repeat;}
.container{width: 100%;display: flex;justify-content: center;overflow: hidden;align-items: center;flex-flow: column}
.container .logo{width: 80px;height: 80px;margin-top: 100px;border:0.5px solid #ffffff;border-radius: 200px;}
.container .logo img{width: 100%;height: 100%;border-radius: 200px;}

.container .logo_name{}
.container .logo_name h4{margin: 10px 0 0 0;font-size: 18px}
.container .logo_name h5{margin-bottom: 10px;font-size: 18px}
.container .logo_name h6{margin: 0}

.container .inputs{margin-top: 100px}
.container .inputs table{}
.container .inputs table{}
.container .inputs table tbody{}
.container .inputs table tr div{background: white;padding: 5px 10px;height: 40px;line-height: 40px;margin-bottom: 4px;font-size: 14px}
.container .inputs table tr th, td{}
.container .inputs table tr th input{background: none;border: none}
.container .inputs table tr th input.name{background: none;border: none; outline: none;font-size: 14px}
.container .inputs table tr td input.pass{background: none;border: none; outline: none;font-size: 14px}

.container .btn{background: #004eff;margin-top: 50px;width: 100px;height: 40px;line-height: 40px;text-align: center;border-radius: 100px}
.container .btn:hover{text-shadow: 1px 1px 2px #0a0a0a;}

.container .tab_txt{margin-top: 40px}

.container .tab_txt p{margin-bottom: 10px;margin-top: 0}
