* {
    box-sizing: border-box;
    font-family: 'Open Sans',sans-serif;
    .font-weight: 900;
}
body {

    width:100%; 
    height:100%; 
  background-image: url('../img/silverCard.png');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;     
}
.container{
    position: absolute;
    left: 50%;
    width: 800px;
    height: 750px;
    margin-left: -390px; 
    padding: 0px;
}
form {
    width: 800px;
margin-top: 30px;
display: table-caption;
}
label,input{
    font-size: 25px;
}
input{
text-transform: uppercase;}
fieldset{
    width: 750px;
    border:2px solid red;
    margin: 20px;
    padding: 0 10px 10px;
    border-radius: 8px;
    box-shadow: 0 0 10px #666;
    padding-top: 10px;    
    background-color: #21427d66;
    color: #000;
}
legend{
    font-size: 30px;
    color: darkblue;
    font-weight: bold;
    padding-left: .5em;
    padding-right: .5em;
    background-color: #fff;    
    box-shadow: 0 0 10px #666;
    margin-bottom: 20px;
    
}
textarea,input {
  width: 100%;

  border: 2px solid #ccc;
  border-radius: 4px;
  background-color: #f8f8f8;
  resize: none;
}
p{
    margin-bottom:10px;
}
.button{
background-color: crimson;
color: #fff;
font-weight: bold;    
}l
input{
  height: 30px;    
}
.wijaya_logo{
    width: 150px;
    height: auto;
    margin-right:30px;
    float: right;
}
.cib_logo{
    width: 150px;
    height: auto;
    float: left;
}
.success{
    color: red;
    margin:20px;
    text-align:center;
}
.footer{
    border-top: 2px solid #d2d0d0;
    font-size: 7px;
    text-align: center;
}