body{
    background-image:linear-gradient(to right, #c8332f , #1c8b84);
  }
.banner{
    display: flex;
    justify-content: space-between;
}
.banner img{
    width: 24%;
    height: 13vh;
    margin-left: 3%;
    margin-top: 1%;
}

.home-landing-content {
    flex: 1;
    border-radius: 4em;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    background: white;
}
.issp-home-page{
    border: 2px solid white;
    background: white;
    border-radius: 4em;
    padding: 4em 9em;
}
.issp-para{
    font-size: 26px;
}
.issp-contents{
    margin-top:-30%
}
.issp-drl-logo{
    width: 56%;
    margin-left:24%;
}
.issp-pain{
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 40%;
  
}
/* specialist */
.issp-home-page-pain{
    border: 2px solid white;
    background: white;
    border-radius: 4em;
    padding: 5em 1em;
}
.issp-home-page-pain-reg{
    border: 2px solid white;
    background: white;
    border-radius: 4em;
    padding: 3em 1em;
}
.issp-home-page-pain-login{
    border: 2px solid white;
    background: white;
    border-radius: 4em;
    padding: 3em 1em;
}
.issp-pain-specialist{
    /* display: block;
    margin-left: auto;
    margin-right: auto; */
    width: 56%;
}
.qrcode{
    width: 64%;
}
.contents{
    text-align: left;
}
.des_reg {
    width: 89%;
    border: 3px solid #10928a;
    margin-top: 4%;
    background: white;
    /*border-radius: 14px;*/
    padding: 19px;
    height: 365px;
    overflow-y: auto;
}
.pain1{
    width: 61%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 21%;
}
.issp-login{
    background: #10928a;
    height: 13vh;
    border-radius: 15px;
    margin-top: 2%;
    margin-left: -1%;
}
.issp-right-border{
    border-right: 2px solid gray;
}
.issp-right-border1{
    border-right: 2px solid gray;
    margin-top:8%;
}
.btnn_login{
    border: 1px solid;
    background: #931e1c;
    width: 42%;
    margin-top: 3%;
    color: white;
    border-radius: 26px;
}
.btnn_login:hover{
    background: #931e1c;
}
.des_login{
    margin-top: 10%;
}
.issp-register{
    width:89%;
    background: #10928a;
    height: 13vh;
    /*border-radius: 15px;*/
    border-bottom-left-radius: 50px 20px;
    border-bottom-right-radius: 32px 40px;
}
.btnn_register {
    border: 1px solid;
    background: #931e1c;
    width: 42%;
    margin-top: 3%;
    color: white;
    border-radius: 26px;
}
.btnn_register:hover{
    background: #931e1c;
    color:white;
}
.issp-next{
    float: right;
    margin-top: 6%;
    margin-right: 2%;
    width: 7%;
    font-size: 18px;
    background: #bc3a36;
}
.pain-logo{
    width: 46%;
    /* margin-left: 4%; */
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.presenting{
    font-size: 22px;
    padding-left: 5em;
    margin-bottom: 0%;
    font-weight: 600;
}
.issp-knowledge{
    font-size: 20px;
    margin-top: 6%;
}
.issp2{
    font-size: 20px;
    margin-top: 2%;
}
#drl-logo{
    width: 24%;
    height: 11vh;
    margin-right: 3%;
}
.webinar{
    /*display:flex;*/
}
@media only screen and (max-width: 1024px){
    .banner img {
        width: 46%;
        height: 6vh;
        margin-top: 6%;
    }
    .issp-home-page {
        border: 2px solid white;
        background: white;
        border-radius: 4em;
        padding: 3em 0em 5em;
    }
    #issp-2{
        width: 100%;

    }
    .issp-pain-specialist {
        width: 81%;
    margin-top: 10%;
    margin-left: 4%;
    }
    .qrcode {
        width: 64%;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    .contents{
        text-align: center;
    }
    .issp-next {
    /* float: left; */
    margin-top: 3%;
    margin-left: 35%;
    width: 31%;
    font-size: 18px;
    background: #2c827c;
}
.des_reg {
    width: 100%;
    border: 3px solid #10928a;
    margin-top: 4%;
    background: white;
    /* border-radius: 14px; */
    padding: 19px;
    height: 365px;
    overflow-y: auto;
}
.issp-register {
    width: 100%;
    background: #10928a;
    height: 13vh;
    /* border-radius: 15px; */
    border-bottom-left-radius: 50px 20px;
    border-bottom-right-radius: 32px 40px;
}
.issp-home-page-pain-reg {
    border: 2px solid white;
    background: white;
    border-radius: 4em;
    padding: 3em 1em;
}
.issp-right-border1 {
    border-right: 2px solid white;
    margin-top: 8%;
}
.issp-right-border {
    border-right: 2px solid white;
}
.issp-knowledge {
    font-size: 14px;
    margin-top: 6%;
    padding: 16px;
}
.issp2 {
    font-size: 14px;
    margin-top: -3%;
    /* padding: 16px 16px 16px 30px; */
    padding-left: 18px;
}
#drl-logo {
    width: 38%;
    height: 4vh;
    margin-right: 4%;
}
.pain-logo {
    width: 74%;
    /* margin-left: 4%; */
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.webinar{
    display:flex;
    flex-direction:column;
}
.presenting {
    font-size: 17px;
    padding-left: 2em;
    padding-top: 1em;
}
}