
body {
     font-family:Arial, Sans-Serif;
}
.clearfix:before, .clearfix:after{
     content: "";
     display: table;
}
.clearfix:after{
     clear: both;
}
a{
     color:#0067ab;
     text-decoration:none;
}
a:hover{
     text-decoration:underline;
}
form{
     min-width: 700px;
     margin: 0 auto;
}
input[type='text1'] {
     width: 300px;
     border-radius: 2px;
     border: 1px solid #CCC;
     padding: 10px;
     color: #333;
     font-size: 14px;
     margin-top: 10px;
}
input#b1 {
     width: 300px;
     border-radius: 2px;
     border: 1px solid #CCC;
     padding: 10px;
     color: #333;
     font-size: 14px;
     margin-top: 10px;
}
input#b2 {
     width: 100px;
     border-radius: 2px;
     border: 1px solid #CCC;
     padding: 10px;
     color: #333;
     font-size: 14px;
     margin-top: 10px;
}

input[type='text'], input[type='email'],
input[type='password'] {
     width: 200px;
     border-radius: 2px;
     border: 1px solid #CCC;
     padding: 10px;
     color: #333;
     font-size: 14px;
     margin-top: 10px;
}

input[type='text2'] {
     width: 100px;
     border-radius: 2px;
     border: 1px solid #CCC;
     padding: 10px;
     color: #333;
     font-size: 14px;
     margin-top: 10px;
}
input[type='submit']{
     padding: 10px 25px 8px;
     color: #fff;
     background-color: #0067ab;
     text-shadow: rgba(0,0,0,0.24) 0 1px 0;
     font-size: 16px;
     box-shadow: rgba(255,255,255,0.24) 0 2px 0 0 inset,#fff 0 1px 0 0;
     border: 1px solid #0164a5;
     border-radius: 2px;
     margin-top: 10px;
     cursor:pointer;
}
input[type='submit']:hover {
     background-color: #024978;
}

.loginTab {
  margin-left: -0.8rem;
  margin-right: -0.8rem;
  margin-bottom: 3.2rem;
}
.tab-menu {
  margin: 0;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: -40px;
  padding: 0.4rem;
  background: #28293d;
  border-radius: 0.8rem;
  display: flex;
  min-height: 30px;
  max-width: 320px;
  overflow-x: auto;
}

.tab-menu li.selected a {
  background: #fff;
  border: 1px solid #FFFFFF;
  color: #2C3464;
}
.tab-menu li a {
  flex-grow: 1;
  color: #fff;
  border-radius: 0.4rem;
  padding: 0.4rem 2.4rem;
  display: inline-flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  text-decoration: none;
  cursor: pointer;
}
.MuiTab-textColorPrimary.Mui-selected {
  color: #2C3464;
  background-color: #fff;
}
.MuiTab-fullWidth {
  flex-grow: 1;
  max-width: none;
  flex-basis: 0;
  flex-shrink: 1;
}
.MuiTab-textColorPrimary {
  color: #fff;
  opacity: 1;
}
.datagrid-header {
  text-align: center;
}

