@import url('https://fonts.googleapis.com/css2?family=League+Spartan:wght@700&family=Raleway&family=Roboto:wght@300;400;700&display=swap');


body {
  margin-top: 10px;
  margin: 0 auto;
  color: #fff;
}

header.main {
    background: url('https://nxmcdn.com/images/efp/webinar-template/new-byob-bg-darker.png') no-repeat center;
    background-size: cover !important;
    height: 100vh;
}

body.webinarInside {
    background: url(https://nxmcdn.com/images/efp/webinar-template/firstbg.png) no-repeat;
    background-size: cover;
    height: 100vh;
}

header.firstp {
  background: url(https://nxmcdn.com/images/efp/webinar-template/firstbg.png) no-repeat center;
  font-family: 'Brandon-regular', sans-serif;
  background-size: cover !important;
  height: 100vh;
}

.container .heading-content .btn {
  margin-top: 30px;
}

.jumbotron h3 {
  font-family: 'League Spartan', sans-serif;

}

.enter {
  font-family: 'League Spartan', sans-serif;
}

h1 {
  color: #fff;
  font-family: 'League Spartan', sans-serif;
  font-weight: 700;
  font-size: 45px;
  margin-bottom: 1em;
  letter-spacing: 4px;
  line-height: 42px;
  text-transform: uppercase;
}

.btn-access {
  font-size: 14px;
  font-family: 'Raleway', sans-serif;
  color: #fff;
  background-color: #4CAF50;
  transition: all 0.3s ease 0s;
  padding: 14px;
  width: 50%;
  border-radius: 30px;
  box-shadow: 0px 0px 16px #4CAF50;
}

.desc {
  font-size: 20px;
  font-weight: 400;
  font-family: 'Raleway', sans-serif;
}

/* header.main img {
  margin-left: -27px;
  max-width: 300px;
} */

header.main .img1 {
  margin-right: 55px;
  margin-left: -27px;
  max-width: 300px;
  max-height: 85px;
}

header.main .img2 {
  margin-left: -27px;
  max-width: 135px;
}


.btn-access:hover { 
  color: #fff;
  background-color: #65d068;
}


.btn-submit {
  height: 50px;
  font-size: 14px;
  color: #fff;
  background-color: #4CAF50;
  transition: all 0.3s ease 0s;
  padding: 26px;
  border-radius: 30px;
  font-family: 'Raleway', sans-serif;
}

.btn-submit:hover { 
  color: #fff;
  background-color: #65d068;
}



.modal.show .modal-dialog {
    -webkit-transform: none !important;
    transform: none !important;
}


/* MODAL */
.ohnohoney {
    display: none;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999999;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

form#signupform {
    padding: 25px;
    margin-top: .5em;
}

label.error,
#errormessage .bg-danger  {
    background: unset;
    color: red !important;
    font-size: .7em !important;
    position: relative;
    display: block;
    top: -27px;
}


#hiddenRecaptcha-error {
    /* margin-top: 10px; */
    text-align: left;
}

.hiddenRecaptcha {
    width: 0;
    height: 0;
    border: 0;
}

.hiddenRecaptcha:focus {
    outline: -webkit-focus-ring-color auto 0px;
}

.close {
    float: right;
    font-size: 40px;
    font-weight: 100;
}

.form-headline {
  color: #fde1de;
  font-size: 28px;
  margin-top: 2em;
}

.form-bottom {
  color: #1b1b1b;
  font-size: 26px;
  font-weight: 700;
  font-family: 'League Spartan', sans-serif;
  margin-top: 2em;
  text-transform: uppercase;
}
.form-group {
  box-sizing: border-box;
  padding: 0;
  border-radius: 0;

}

.form-group input {
  box-sizing: border-box;
  border-radius: unset;
  width: 100%;
  font-size: 14px;
  padding: 20px 10px 20px 0;
  border-bottom: 1px solid #ebebeb !important;
  border-left: unset;
  border-right: unset;
  border-top: unset;
  margin-bottom: 30px;

}
.form-group input:focus {
  border-bottom: 1px solid  #65d068 !important;
  
}

.form-group label {
  float: left;
  margin-bottom: -18px;
}


.form-control {
  border: 1px solid #a0a0a0;
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: transparent !important;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0);
}

/* .form-control:focus {
  border-color: #fde1de;
  box-shadow: 0 0 0 0.1rem rgb(253 225 222 / 99%);
} */

.fa.pull-right {
  display: inline-block;
}

/*LIVECHAT*/

.lc-panel-primary>.lc-panel-heading {
  background-color: #4CAF50;
  color: #fff;
  font-size: 15px;

}

.lcbtn-warning:hover {
    background-color: #65d068;
    border-color: #65d068;
}

.lc-form-horizontal, .cb, .cb h1 {
  color: #000 !important;
}
.cb h1 {
  font-size: 24px;
}
.lcbtn-sm {
  background-color: #4CAF50;
      border-color: #4CAF50;
}

.lcbtn-warning:focus, .lcbtn-warning.focus {
  color: #fff !important;
  background-color: #65d068 !important;
  border-color: #65d068 !important;
}

/*LIVECHAT END */

@media (min-width: 992px) {
    .modal-lg, .modal-xl {
        max-width: 450px;
    }
}


.container {
  margin: auto;
}

div.selection {
  padding-top: 2em;
  padding-bottom: 2em;
}

.jumbotron {
    background-color: #fff;
    color: #000;
}

.jumbotron h1 {
    font-weight: 700;
}

@media only screen and (max-height: 690px) {
  header.main {
    background: url('https://nxmcdn.com/images/efp/webinar-template/firstbg.png') no-repeat center;
    background-size: cover !important;
    height: 110vh;
}
body.webinarInside {
  background: url(https://nxmcdn.com/images/efp/webinar-template/firstbg.png) no-repeat;
  background-size: cover;
  height: 120vh;
}
}
@media only screen and (max-height: 570px){
  header.main {
    background: url('https://nxmcdn.com/images/efp/webinar-template/firstbg.png') no-repeat center;
    background-size: cover !important;
    height: 140vh;
}
body.webinarInside {
  background: url(https://nxmcdn.com/images/efp/webinar-template/firstbg.png) no-repeat;
  background-size: cover;
  height: 140vh;
}
}
@media only screen and (max-height: 450px){
  header.main {
    background: url('https://nxmcdn.com/images/efp/webinar-template/firstbg.png') no-repeat center;
    background-size: cover !important;
    height: 200vh;
}
body.webinarInside {
  background: url(https://nxmcdn.com/images/efp/webinar-template/firstbg.png) no-repeat;
  background-size: cover;
  height: 200vh;
}
}

@media only screen and (max-width: 768px) {
  body.webinarInside {
    background-position-x: 100%;
  }
  
  .desc {
    font-size: 18px;
  }

}

@media only screen and (max-width: 426px) {
  h1 {
    color: #fff;
    font-family: 'League Spartan', sans-serif;
    font-weight: 700;
    font-size: 26px;
    margin-bottom: 1em;
    letter-spacing: 2px;
    line-height: 23px;
  }
  header.main img {
    margin-left: 0px;
  }
  .btn-access {
    font-size: 14px;
    font-family: 'Raleway', sans-serif;
    color: #fff;
    background-color: #4CAF50;
    transition: all 0.3s ease 0s;
    padding: 14px;
    width: 75%;
    border-radius: 30px;
  }

  .modal-dialog-centered {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: end;
    min-height: calc(100% - 1rem);
    z-index: 999999;
}

  .modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 20px 20px 0px 0px;
    outline: 0;
  }
  .modal {
    position: fixed;
    top: 15px;
    left: 0;
    z-index: 999999999;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
  }
  .modal-dialog {
    position: relative;
    width: auto;
    margin: 0rem;
    pointer-events: none;
}

}


@media only screen and (max-width: 1024px) {

  body.webinarInside {
    background-position-x: 100%;
}
}