
@import url("//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css");

body {
   margin: 5%;
   font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
   font-size: 1rem;
   font-weight: 400;
   line-height: 1.5;
   color: #212529;
	background-color:  #0ed2f7;
}
.banner-sec {
  background-size: cover;
  min-height: 500px;
  border-radius: 0 10px 10px 0;
  padding: 0;
}
.container {
  background: #fff;
  border-radius: 10px;
  box-shadow: 15px 20px 0px rgba(0, 0, 0, 0.1);
}
.carousel-inner {
  border-radius: 10px 0 0 10px;
}
.carousel-caption {
  text-align: left;
  left: 5%;
}
.carousel-inner > .item {
    position: relative;
    display: none;
    -webkit-transition: 0.8s ease-in-out left;
    -moz-transition: 0.8s ease-in-out left;
    -o-transition: 0.8s ease-in-out left;
    transition: 0.8s ease-in-out left;
}
.login-sec {
  padding: 50px 30px;
  position: relative;
  box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.15);
  height: 550px;
}
.login-sec .copy-text {
  position: absolute;
  width: 80%;
  bottom: 20px;
  font-size: 13px;
  text-align: center;
}
.login-sec .copy-text i {
  color: #FEB58A;
}
.login-sec .copy-text a {
  color: #E36262;
}
.login-sec h2 {
  margin-bottom: 30px;
  font-weight: 700;
  font-size: 30px;
  color: #3c8dbc;
}
.login-sec h2:after {
  content: " ";
  width: 100px;
  height: 5px;
  background: #FEB58A;
  display: block;
  margin-top: 10px;
  border-radius: 3px;
  margin-left: auto;
  margin-right: auto
}
.btn-login {
  background: #3c8dbc;
  color: #fff;
  font-weight: 600;
  cursor: pointer;
}
.btn-video {
    background: #DE6262;
    color: #fff;
    font-weight: 600;
}
.material-icons{
  padding-right:10px;
}
.watch-text{
  padding-top: -10px;
}
.banner-text {
  width: 70%;
  position: absolute;
  bottom: 40px;
  padding-left: 20px;
}
.banner-text h2 {
  color: #fff;
  font-weight: 600;
}
.banner-text h2:after {
  content: " ";
  width: 100px;
  height: 5px;
  background: #FFF;
  display: block;
  margin-top: 20px;
  border-radius: 3px;
}
.banner-text p {
  color: #fff;
}
.single-line{
  font-size: 15px;
  text-align: center;
  font-weight: 600;
  margin-top: 15px;
}
.text-up{
  display: inline-flex;
  vertical-align: middle;
  margin-bottom: 0px;
}
.modal-dialog{
  max-width: 50%;
  max-height: 40%;
}
#ytmp4-overlay{
  display: none;
}
.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-top-right-radius: .5rem;
    border-bottom-right-radius: .5rem;
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
    outline: 0;
   
}

@media(min-width: 200px){
  .img-fluid {
    max-width: 99%;
    height: auto;
    padding: 10px
  }
  .banner-sec {
    background-size: cover;
    min-height: 100px;
    border-radius: 0 10px 10px 0;
    padding: 0;
  }
}
@media(min-width: 420px){
  .img-fluid {
    max-width: 99%;
    height: auto;
    padding: 10px
  }
  .banner-sec {
    background-size: cover;
    min-height: 100px;
    border-radius: 0 10px 10px 0;
    padding: 0;
  }
}
@media(min-width: 576px){
  .img-fluid {
    max-width: 99%;
    height: auto;
    padding-left: 5px;
  }
  .banner-sec {
    background-size: cover;
    min-height: 100px;
    border-radius: 0 10px 10px 0;
    padding: 0;
  }
}

@media(min-width: 768px){
  .img-fluid {
    max-width: 99%;
    height: auto;
    padding-left: 5px;
  }
  .banner-sec {
    background-size: cover;
    min-height: 100px;
    border-radius: 0 10px 10px 0;
    padding: 0;
  }
  .form-check-input {
    margin-top: 8px;
  }
}
@media(min-width: 992px){
  .img-fluid {
    max-width: 100%;
    height: auto;
    padding: 0px;
    height: 550px;
  }
  .banner-sec {
    background-size: cover;
    min-height: 100px;
    border-radius: 0 10px 10px 0;
    padding: 0;
  }
  .login-sec {
    padding: 42px 30px;
    position: relative;
    height: 550px;
  }
}
@media(min-width: 1200px){
  .img-fluid {
    max-width: 100%;
    height: auto;
    padding: 0px;
    height: 550px;
  }
}
@media (max-width:429px){
  .login-sec{
    padding: 10px 15px;
    height: max-content;
  }
  .login-sec h2 {
    font-size: 23px;
    margin-bottom: 0;
}
label{
  margin-bottom: 0;
}
.alert{
  width: 85%;
  margin: 0 auto;
}
.alert ul{
  margin-bottom: 0;

}
form.login-form{
  width: 80%;
  margin: 0 auto;
}
.form-group input{
  font-size: 14px;
  padding: 7px 10px;
  margin-top: 3px;
}
.form-check-label .form-check-input{
  position: static;
  margin-top: 0;
  }
  .form-check-label{
    display: flex;
    align-items: center;
  }
  .form-check{
    display: flex;
    flex-direction: column;
    margin-top: -10px;
  }
  .form-check .btn{
    margin-top: 5px;
  }
}