﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

.resDesign input
 {
    max-width: 100%;
}

  .labelfield {
        padding: 5px;
        font-weight: bold;
    }

    .textfield {
        padding: 5px;
       
    }
#LoginConfirmArea .input-group {
    padding-top :10px;
}
fieldset {
  border: 2px #af3333 solid;
  border-radius: 10px;
}

.row {
    margin-left: -20px;
    *zoom: 1;
    margin-top: 10px;
}

.resDesign div.centeredContent {
    width:95%;
}

iframe {
    display: block;
    border: none;
    height: calc(100vh - 500px);
    width: 100%;
    /*padding: 100px 30%;*/
}

.PayPal {
    padding:0 20%;
    height:650px;
}
.CyberSource {
    height: calc(100vh - 200px);
}
 
.resDesign div.pageShell {
    border: none;
    background-color: #fff;
    background-image:none;
}

body .resDesign {
    background-image:none;
}


@media screen 
  and (min-device-width: 1200px) 
  and (max-device-width: 1600px) 
  and (-webkit-min-device-pixel-ratio: 1)  {
    #LoginDlg {
        width: 600px;
    }
}

/*#LoginDlgarea {
    margin: 0 auto;
    margin-top: 10%;
}*/


    /*.width-80 {
        width: auto;
        position:center;
        margin:0 10%;
    }*/
