body{
  background:#5094da;
}

.sample-form{
  padding: 40px;
}

.sample-form h1{
  font-family: sans-serif;
  color: #fff;
  font-weight: normal;
  font-size: 0;
  height: 39px;
  margin-top: 0; 
  margin-bottom: 21px; 
  background: url(../images/sample-store/logo.svg) no-repeat;
  
}

.sample-form article{
  display: block;
  width: 100%;
  height: 120px;
}

.sample-form img{
  float: left;
  width: 90px;
  height: 90px;
}

.sample-form article div{
  float: left;
  display: block;
  width: 70%;
  margin-left: 20px;
}

.sample-form article div h2,
.sample-form article div p{
  display: block;
  background: #3774b3;
  height: .6em;
  width: 60%;
  margin-top: 10px; 
  float: left;
  margin-right: 10px; 
  margin-bottom: 5px; 
  border-radius: .4em;
}

.sample-form article div p{
  margin-bottom: 5px; 
  height: .5em;
  width: 26%;
}

.sample-form article div > p:nth-child(2){
  width: 20%;
  clear: left;
}

.sample-form article div > p:nth-child(3){
  width: 15%;
}

.sample-form article div > p:nth-child(4){
  width: 32%;
  clear: left;
}

.payment-form{
  background: rgba(255,255, 255, 1); 
  min-height: 80px;
  text-align: center;
}

#customButton{
  margin: auto;
  display: block;
  width: 200px;
  height: 40px;
  position:relative;
  top:20px;
  
  background: rgb(255, 196, 0);
  color: #3774b3;
  font-weight: bold;
  border: none;
  border-radius:20px;
  cursor: pointer;
}

#customButton:disabled{
  background: rgb(194, 194, 194);
  cursor: auto;
}

.payment-form .customLink{
  line-height: 80px;
  text-align: center;
  vertical-align: middle;
}

#secondPage{
  background: #e7eaf1;
}

#secondPage .payment-form{
  min-height: 0;
}

header{
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;

}

header button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
}

header button.hover:hover {
  background-color: #ddd;
}


header button.active {
  background-color: #ccc;
}

iframe{
  height: 600px;
  width: 100%;
  position: fixed;
  left: 0;
  right: 0;
  top: 45px;

  border: none;
}

.backgroundMessage {
  text-align: center;
  font-family: sans-serif;
  margin-top: 268px;
}

.backgroundMessage h1{

  font-size: 24px;
  color: #5094da
}

.backgroundMessage a{
  font-size: 16px;
  color: #5094da
}

.secure {
  background: rgb(255, 196, 0);
}

.secure button {
  border-radius: 8px;
  height: 40px;
  width: 300px;
  margin-top: 20px;
  padding: 0;
  border: solid 4px rgb(255, 196, 0);
  background: none;
  -webkit-transition: 0.3s 0.1s ease-out;
  transition: 0.3s 0.1s ease-out;
  text-align: center;
  line-height: 250%;

  font-weight: bold;
  color: rgb(255, 196, 0);
}

.secure button:hover {
  color: #fff;
  background: rgb(255, 196, 0);
}

.center{
  text-align: center;
}

.frames-container {
  padding: 8px;
}