/*
body {
  background: #ffffff;
  font-family: 'Open Sans', sans-serif;
  font-size: 48px;
}
.center {
  position: absolute;
  display: inline-block;
  left: 50%;
  transform: translate(-50%, 0%);
}

.center-h {
  display: flex;
  justify-content: center;
}

.box {
  position: absolute;
  top: 10%;
  left: 50%;
  transform: translate(-50%, -10%);
}
input[type=text] {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}
input[type=submit] {
    width: 100%;
    height: 60px;
    padding:5px 15px;
    background:#ccc; 
    border:0 none;
    cursor:pointer;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
*/

input[type=button] {
    background-color: #33477d;
    color: #fff;
    cursor: pointer;
    /*! border-color: #11255b; */
    padding: 9px 22px;
    /*! background-color: #478fcf; */
    border: none;
/*
    width: 100%;
    height: 60px;
    padding:5px 15px;
    background:#ccc;
    border:0 none;
    cursor:pointer;
    -webkit-border-radius: 5px;
    border-radius: 5px;*/
}
input[type=button]:hover {
    background-color: #478fcf;
    color: #fff;
    padding: 9px 22px;
    border: none;
}

/*
input[type=checkbox] {
    width: 24px;
    height: 24px;
    padding: 0px 0px 0px 0px;
    -webkit-border-radius: 5px;
    border-radius: 1px;
}
input[type=datetime-local] {
    width: 100%;
    height: 60px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.show_password {
    background: #AAAAAA;
    font-size: 18px;
}
.passwordbox {
    background-color: #BBBBBB;
    text-align: center;
    font-size: 18px;
    border-radius: 5px 5px 5px 5px;
}
.urlbox {
    background-color: #AAAAAA;
    text-align: center;
    font-size: 18px;
}
table, th, td {
  border: 1px solid;
  border-collapse: collapse;
}
*/
