body {
    font: 13px/20px 'Lucida Grande', Verdana, sans-serif;
    color: #404040;
    background-image: linear-gradient(rgb(0,0,0,0.8),rgb(0,0,0,0.8),rgb(0,0,0,0.8)
    ),url(/images/FB_IMG_17152586647074024.jpg);
    background-size: cover;
    background-position: center;
    height: 100vh;
  }
  h1{
    margin: 8px;
    color: rgb(255, 255, 255);
    font-size: 15px;
    font-family:Arial, Helvetica, sans-serif;
    text-transform: capitalize;
    text-align: center;
  }
  .checkout {
    width: 270px;
    margin: 100px auto;
    padding: 15px;
    background: #f3f6fa;
    border: 1px solid;
    border-color: #c2cadb #bbc5d6 #b7c0cd;
    border-radius: 7px;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
  }
  
  .checkout > p { zoom: 1; }
  .checkout > p:before, .checkout > p:after {
    content: '';
    display: table;
  }
  .checkout > p:after { clear: both; }
  
  .checkout > p + p { margin-top: 15px; }
  
  .checkout-header {
    position: relative;
    margin: -15px -15px 15px;
  }
  
  .checkout-title {
    padding: 0 15px;
    line-height: 38px;
    font-size: 13px;
    font-weight: bold;
    color: #7f889e;
    text-shadow: 0 1px rgba(255, 255, 255, 0.7);
    background: #eceff5;
    border-bottom: 1px solid #c5ccdb;
    border-radius: 7px 7px 0 0;
    background-image: -webkit-linear-gradient(top, #f5f8fb, #e9edf3);
    background-image: -moz-linear-gradient(top, #f5f8fb, #e9edf3);
    background-image: -o-linear-gradient(top, #f5f8fb, #e9edf3);
    background-image: linear-gradient(to bottom, #f5f8fb, #e9edf3);
    -webkit-box-shadow: inset 0 1px white;
    box-shadow: inset 0 1px white;
  }
  
  .checkout-title:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
  }
  
  .checkout-price {
    position: absolute;
    top: -14px;
    right: -14px;
    width: 40px;
    font: 14px/40px Helvetica, Arial, sans-serif;
    color: white;
    text-align: center;
    text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.3);
    text-indent: -1px;
    letter-spacing: -1px;
    background: #0573e1;
    border: 1px solid;
    border-color: #e12209 #accd27 #0010f0;
    border-radius: 21px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: -webkit-linear-gradient(top, #1c6cdc, #d63b29);
    background-image: -moz-linear-gradient(top, #f75a3b, #d63b29);
    background-image: -o-linear-gradient(top, #f75a3b, #d63b29);
    background-image: linear-gradient(to bottom, #f75a3b, #d63b29);
    -webkit-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.3), 0 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.3), 0 1px 2px rgba(0, 0, 0, 0.2);
  }
  
  .checkout-price:before {
    content: '';
    position: absolute;
    top: 3px;
    bottom: 3px;
    left: 3px;
    right: 3px;
    border: 2px solid #f5f8fb;
    border-radius: 18px;
    -webkit-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.2), inset 0 -1px 1px rgba(0, 0, 0, 0.25), 0 -1px 1px rgba(0, 0, 0, 0.25);
    box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.2), inset 0 -1px 1px rgba(0, 0, 0, 0.25), 0 -1px 1px rgba(0, 0, 0, 0.25);
  }
  
  input {
    margin: 0;
    line-height: normal;
    font-family: inherit;
    font-size: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

  }
  
  .checkout-input {
    float: left;
    padding: 0 7px;
    height: 32px;
    color: #525864;
    background: white;
    border: 1px solid;
    border-color: #b3c0e2 #bcc5e2 #c0ccea;
    border-radius: 4px;
    background-image: -webkit-linear-gradient(top, #f6f8fa, white);
    background-image: -moz-linear-gradient(top, #f6f8fa, white);
    background-image: -o-linear-gradient(top, #f6f8fa, white);
    background-image: linear-gradient(to bottom, #f6f8fa, white);
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px rgba(255, 255, 255, 0.5);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px rgba(255, 255, 255, 0.5);
  }
  
  .checkout-input:focus {
    border-color: #46aefe;
    outline: none;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 0 5px #46aefe;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 0 5px #46aefe;
  }
  
  .lt-ie9 .checkout-input { line-height: 30px; }
  
  .checkout-name { width: 150px; }
  .checkout-card { width: 210px; }
  
  .checkout-exp,
  .checkout-cvc {
    margin-left: 15px;
    width: 45px;
  }
  
  .checkout-btn {
    width: 100%;
    height: 34px;
    padding: 0;
    font-weight: bold;
    color: white;
    text-align: center;
    text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.2);
    border: 1px solid;
    border-color: #1486f9 #0f7de9 #0d6acf;
    background: #1993fb;
    border-radius: 4px;
    background-image: -webkit-linear-gradient(top, #4cb1fe, #229afc 40%, #138df6);
    background-image: -moz-linear-gradient(top, #4cb1fe, #229afc 40%, #138df6);
    background-image: -o-linear-gradient(top, #4cb1fe, #229afc 40%, #138df6);
    background-image: linear-gradient(to bottom, #4cb1fe, #229afc 40%, #138df6);
    -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.2);
  }
  .checkout-btn:hover{
    cursor: pointer;
    color: #fff;
    background-image: -webkit-linear-gradient(top, #701919, #701919 40%, #701919);
    background-image: -moz-linear-gradient(top, #701919, #701919 40%, #701919);
    background-image: -o-linear-gradient(top, #701919, #701919 40%, #701919);
    background-image: linear-gradient(to bottom, #701919, #701919 40%, #701919);
  }
  .Paypal{
    margin-top: 5%;
    width: 100%;
    height: 34px;
    padding: 0;
    font-weight: bold;
    color: rgb(8, 26, 230);
    text-align: center;
    text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.2);
    border: 1px solid;
    border-color: #190df8 #190df8 #190df8;
    background: #f2f3f4;
    border-radius: 4px;
    background-image: -webkit-linear-gradient(top, #fff, #fff 40%, #fff);
    background-image: -moz-linear-gradient(top, #fff, #fff 40%, #fff);
    background-image: -o-linear-gradient(top, #fff, #fff 40%, #fff);
    background-image: linear-gradient(to bottom, #fff, #fff 40%, #fff);
    -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.2);
  }
  .Paypal:hover{
    cursor: pointer;
    background-image: -webkit-linear-gradient(top, #190df8,  #190df8 40%,  #190df8);
    background-image: -moz-linear-gradient(top,  #190df8,  #190df8 40%,  #190df8);
    background-image: -o-linear-gradient(top,  #190df8,  #190df8 40%,  #190df8);
    background-image: linear-gradient(to bottom,  #190df8,  #190df8 40%,  #190df8);
    color: #ffff;
  }
  .checkout-btn:active {
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    border-color: #075bba #0c69d2 #0f7de9;
    background-image: -webkit-linear-gradient(top, #1281dc, #1593fc);
    background-image: -moz-linear-gradient(top, #1281dc, #1593fc);
    background-image: -o-linear-gradient(top, #1281dc, #1593fc);
    background-image: linear-gradient(to bottom, #1281dc, #1593fc);
    -webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.1), 0 1px rgba(255, 255, 255, 0.5);
    box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.1), 0 1px rgba(255, 255, 255, 0.5);
  }
  
  :-moz-placeholder {
    color: #acb6c8 !important;
  }
  
  ::-moz-placeholder {
    color: #acb6c8 !important;
    opacity: 1;
  }
  
  ::-webkit-input-placeholder {
    color: #acb6c8;
  }
  
  :-ms-input-placeholder {
    color: #acb6c8;
  }
  
  ::-moz-focus-inner {
    padding: 0 !important;
    border: 0 !important;
  }
  .textInput lastInputField.check{
  height: 30px;
}
.warning{
  color: red;
}