
/* .tele-session-main-container {
  background-image: url(/assets/telehealth-landing.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding:30px;
  min-height: 90vh;



} */




@media only screen and (min-width: 1026px) {

.tele-session-main-container {

  background:
    linear-gradient(to left, rgba(0,0,0,0) 0%, rgba(0,0,0,0.6) 90%),
    url(/assets/telehealth-landing.jpg) no-repeat;
  background-size: cover;
  width:100%;
  height: 95vh;
  padding:10px;



}
}

@media only screen and (max-width: 1025px) {
  .tele-session-main-container {

    background:
      linear-gradient(to left, rgba(0,0,0,0) 0%, rgba(0,0,0,0.6) 90%),
      url(/assets/telehealth-landing.jpg) no-repeat;
    background-size: 100% 100%;
    width:100%;

    padding:10px;



  }
}
@media only screen and (max-width: 767px) {
  .tele-session-main-container {

    background:
      linear-gradient(to left, rgba(0,0,0,0) 0%, rgba(0,0,0,0.6) 90%),
      url(/assets/telehealth-landing.jpg) no-repeat;
      background-size: cover;
      width:100%;
      height: 95vh;
      padding:10px;




  }
}
.tele-session-box{
  padding:20px;
  max-width: 500px;
    min-height: 90vh;
  background-color: rgba(0,0,0,0.5);

}
.tele-session-header{
  font-size: 50px;
  color:white;
  text-align:center;
  font-weight: bold;
  padding:5px;
}
.session-submit-btn{
  width:100%;
  border:none;
  border:solid 2px white;
  border-radius: 5px;
  background: rgba(255, 255, 255,0);
  font-size: 35px;
  color:white;
  transition: 0.3s;
}
.session-submit-btn:hover{
  background:black;

}
.tele-session-check{
  color:white;
}
.tele-session-input{
  height:60px !important;
  font-size:30px!important;
}

.full-width-tabs > ul.nav.nav-tabs {
    display: table;
    width: 100%;
    table-layout: fixed;
}
.full-width-tabs > ul.nav.nav-tabs > li {
    float: none;
    display: table-cell;
}
.full-width-tabs > ul.nav.nav-tabs > li > a {
    text-align: center;
}
.take-all-space-you-can{
    width:100%;
}
@media only screen and (max-width: 415px) {
  .tele-session-input{
    height:35px !important;
    font-size:20px!important;
  }
}
