/* Common */
body{
  overflow-x: hidden;
}
.badge {
  position: relative;
  top: -11px;
  left: -9px;
  border: 1px solid #0BB2EE;
  background-color: #0BB2EE;
  color: white;
  /*border-radius: 50%;*/
}
.btn-2{
  margin-left: -65px;
}
.btn .badge {
  position: relative;
  top: -11px;
}
.icon-background{
     background: #007bff26;
    border-bottom: 1px solid #dee2e6;
}

/* Certificate */
*{
    margin: 0;
    padding: 0;
}
.body{
    padding:70px 0px;
}
.certi-container{
    /* width:53%;
    box-sizing: border-box;
    border: 2px solid #00A0E3;
    border-radius: 15px; */
    box-sizing: border-box;
    justify-content: center;
    border: 2px solid #00A0E3;
    border-radius: 15px;
    width: 1139px;
    height: 570px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: 12px;
    margin-left: 11px;
    margin-top: -46px;
}
.heading{
    /*font-family: 'PT Serif Caption';*/
    font-weight: 400;
    font-size: 32px;
    text-transform: uppercase;
    line-height: 42px;
    color: #00A0E3;
}
h1{
       /*font-family: 'PT Serif Caption';*/
    font-weight: 400;
    font-size: 26px;
    text-transform: uppercase;
    line-height: 34px;
    color: #000000;
}
.text{
        /*font-family: 'PT Serif Caption';*/
    font-weight: 400;
    font-size: 22px;
    line-height: 26px;
    text-align: center;
    color: #000000;
}
.name{
        /*font-family: 'PT Serif Caption';*/
    font-style: italic;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    text-transform: capitalize;
    color: #000000;
}
.line{
    width:44%;
    border: 1px solid #A8A8A8;
}
.content{
        /*font-family: 'PT Serif Caption';*/
    font-weight: 500;
    font-size: 20px;
    line-height: 23px;
    text-align: center;
    color: #000000;
}
.date{
        /*font-family: 'PT Serif Caption';*/
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    color: #000000;
}
.line2{
    width:50%;
    border: 1px solid #A8A8A8;
}
.note{
        /*font-family: 'PT Serif Caption';*/
    font-weight: 600;
    font-size: 10px;
    line-height: 12px;
    text-align: center;
    color: #000000;
}
.rectangle{
    background: #B3E8FA;
}
.credo{
    background: #B3E8FA;
        /*font-family: 'PT Serif Caption';*/
    font-style: italic;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    color: #7C7C7C
}
div p{
    padding: 5px 0px 0px 0px;
}

/* Login */
.html,.body{
  height:100%;
}
.input {
  outline: 0;
  border-width: 0 0 2px;
  border-color: gray;
  /*font-family: 'PT Serif Caption';*/
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  color: #242338;
  width:100%;
}


.input-row{
  width: 53%;
}
.icon {
  background: url('../images/game.png');
  height: 16px;
  width: 16px;
  margin-right: 6px;
  display: inline-flex;

  /* Other styles here */
}
.icon2{
  background: url('../images/learn.png');
  height: 16px;
  width: 11px;
  margin-right: 6px;
  display: inline-flex;
}
.icon2-black{
  height: 16px;
  width: 11px;
  margin-right: 6px;
  display: inline-flex;
}
.icon3{
  background: url('../images/bulb.png');
  height: 16px;
  width: 13px;
  margin-right: 6px;
  display: inline-flex;
}

@media screen and (max-width: 1500px) {
  .input-row{
    width: 55%;
  }
}

@media screen and (max-width: 1450px) {
  .input-row{
    width: 57%;
  }
}

@media screen and (max-width: 1400px) {
  .input-row{
    width: 60%;
  }
}

@media screen and (max-width: 1300px) {
  .input-row{
    width: 65%;
  }
}

@media screen and (max-width: 1200px) {
  .input-row{
    width: 70%;
  }
}

@media screen and (max-width: 1100px) {
  .input-row{
    width: 75%;
  }
}

@media screen and (max-width: 1080px) {
  .input-row{
    width: 78%;
  }
}

@media screen and (max-width: 1050px) {
  .input-row{
    width: 80%;
  }
}

@media screen and (max-width: 1000px) {
  .input-row{
    width: 90%;
  }
}

@media screen and (max-width: 900px) {
  .input-row{
    width: 100%;
  }
}

@media screen and (max-width: 800px) {
  .input-row{
    width: 100%;
  }
}

@media screen and (max-width: 790px) {
  .input-row{
    width: 80%;
  }
}

@media screen and (max-width: 550px) {
  .input-row{
    width: 80%;
  }
}

/*.main{
  height: 100%;
}*/
.labl{
  color:grey;
      /*font-family: 'PT Serif Caption';*/
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
}
.form{
  padding:220px 0px;
}

