body,
html {
    width: 100%;
    height: 100%;
}
body,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'open_sansregular';
    font-weight: 600;
}
@font-face {
    font-family: 'open_sansregular';
    src: url('../fonts/opensans-regular-webfont.eot');
    src: url('../fonts/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans-regular-webfont.woff2') format('woff2'),
         url('../fonts/opensans-regular-webfont.woff') format('woff'),
         url('../fonts/opensans-regular-webfont.ttf') format('truetype'),
         url('../fonts/opensans-regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
.lead_p{
  font-size: 15px;
    font-weight: 400;
    color: #666;
    line-height: 26px;
    width: 60%;
    margin: 0 auto;
}
.lead {
    font-size: 15px;
    font-weight: 400;
    color: #666;
    line-height: 26px;    
    width: 90%;
}
.login{
    font-size: 13px;
    text-transform: uppercase;
}
.mylogo{
  margin: 0 auto;
  display: block;
  margin-top: 7em;
  width: 149px;
  height: 50px;
}
.myboxshadow{
  box-shadow: 0px 0px 10px #666;
}
#invalid_user{
    margin-top: 20px;
    margin-left: 38px;
    color: red;
    font-size: 14px;
    display: none;
}
.sign_up{
    font-size: 13px;
    outline: none!important;
    outline: none;
    color: #ff3333!important;
    border: 1px solid #ff3333;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    -moz-border-radius: 5px;
}
.sign_up:hover{
  color: #fff!important;
  background: #ff6666!important;
}
.intro-header {
    margin-top: 6em;
    padding-top: 0px; /* If you're making other pages, make sure there is 50px of padding to make sure the navbar doesn't overlap content! */
    padding-bottom: 0px;
    text-align: center;
    color: #f8f8f8;
    background: url(../images/banner.png) no-repeat center center;
    background-size: cover;
}

.intro-message {
    position: relative;
    padding-top: 15%;
    padding-bottom:15%;
}

.intro-message > h1 {
    margin: 0;
    font-size: 48px;
    margin-bottom: 3%;
    line-height: 1.4em;
}

.intro-message > p {
    font-size: 20px;
    font-weight: normal;
}
.dash_line{
border-bottom: 1px dashed #ccc;
}
.dash_line a{
  outline: none;
}
.my_dialog{
  margin: 30px auto!important;
}
.myaccount{
  width: 80%;
  margin: 2em auto;
}
.gray_brands{
  width: 100%;
  margin: 2em auto;
}
.gray_brands ul{
  list-style: none;
}
.brands{
  border: 1px dashed #ccc!important;
  margin-top: 0em;
  padding: 1%;
  border-radius: 5px;
  width: 40%;
  margin: 3em auto;

}
.brands a{
    display: inline-block;
    padding: 0 6%;
}
.brands img{
  max-width: 100%;
}
.brands li{
  width: 32%;
}
.menu_list{
    margin-top: 0;
}
.menu_list li{
    list-style: none;
    margin-right: 60px;  
}
.menu_list li a{
    font-size: 12px;
  color: #666;
  font-weight: normal
}
.copyright{
    text-align: right;
  font-size: 12px;
  color: #666;
  font-weight: normal;
}
.form-signin {
  margin: 0 auto;
  background-color: #fff;

  .form-signin-heading,
    .checkbox {
      margin-bottom: 30px;
    }

    .checkbox {
      font-weight: normal;
    }

    .form-control {
      position: relative;
      font-size: 16px;
      height: auto;
      padding: 10px;
        @include box-sizing(border-box);

        &:focus {
          z-index: 2;
        }
    }

    input[type="text"] {
      margin-bottom: -1px;
      border-bottom-left-radius: 0;
      border-bottom-right-radius: 0;
    }

    input[type="password"] {
      margin-bottom: 20px;
      border-top-left-radius: 0;
      border-top-right-radius: 0;
    }
}
.login_title{
      background: #4a494a;
  text-align: center;
  color: #fff;
  margin: 0;
  font-weight: normal;
  font-size: 20px;
  padding: 24px 1em;
}
.login_text_box{
  padding: 14px 10px;
  height: auto;
  width: 80%;
  margin: 2em auto;
}
.sign_up_text{
    margin: 2em auto;
    width: 80%;
}
.login_btn{
   padding: 16px 1em;
  width: 80%;
  background: #f05461;
  border: 1px solid #f05461;
}
.margin_bottom{
  margin-bottom: 2em;
}
.login_btn:hover{
    background: #ff6666;
    border: 1px solid #ff6666;
}
.login_text{
    margin: 2em 0;
    font-size: 13px;
}
.arrow{
   border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #4a494a;
  height: 0;
  width: 0;
}
.mobile{
      padding: 15px;
  width: 54%;
  border-radius: 4px;
  border: 1px solid #ccc;
  font-weight: normal;
  margin-bottom: 35px;
}
.submit_btn{
      padding: 15px;
  background: #f05461;
  border: 1px solid #f05461;
  margin-left: 3%;
  width: 23%;
  color: #fff;
}
.submit_btn:hover{
    background: #ff6666;
    border: 1px solid #ff6666; 
    color: #fff;   
}

}
@media(max-width:767px) {
    .brands{
      border: 2px dashed #ccc!important;
  margin-top: 0em;
  padding: 5%;
  border-radius: 5px;
  width: 100%;
  margin: 3em auto;

}
    .intro-message {
        padding-bottom: 15%;
    }

    .intro-message > h1 {
        font-size: 3em;
    }

    ul.intro-social-buttons > li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }

    ul.intro-social-buttons > li:last-child {
        margin-bottom: 0;
    }

    .intro-divider {
        width: 100%;
    }
}

.network-name {
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 700;
    color: #666;
    letter-spacing: 2px;
}

.content-section-a {
    padding: 70px 0;
    background-color: #fff;
}

.content-section-b {
    padding: 70px 0;
    background: #f2f3f3;
}
.section-heading {
  margin-top: 35px;
  margin-bottom: 23px;
  font-size: 22px;
  font-weight: normal;
  color: #333;
}
.text_center{
    text-align: center;
    padding: 25px 0;
}
.favourate-app {
    margin-bottom: 30px;
    font-size: 24px;
    font-weight: bold;
    color: #666;
}

.section-heading-spacer {
    float: left;
    width: 200px;
    border-top: 3px solid #e7e7e7;
}

.banner {
    padding: 100px 0;
    color: #f8f8f8;
    background: url(../img/banner-bg.jpg) no-repeat center center;
    background-size: cover;
}

.banner h2 {
    margin: 0;
    text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
    font-size: 3em;
}

.banner ul {
    margin-bottom: 0;
}

.banner-social-buttons {
    float: right;
    margin-top: 0;
}
.video_title{
  font-size: 22px;
  font-weight: normal;
  color: #333;
  text-align: center;
  margin-bottom: 48px;
}

@media(max-width:1199px) {
    ul.banner-social-buttons {
        float: left;
        margin-top: 15px;
    }
}

@media(max-width:767px) {

  .brands{
 
  width: 70%;

}
.brands a{
    display: inline-block;
    padding: 0 6%;
}
.brands img{
  max-width: 100%;
}
.brands li{
  width: 32%;
}

    .banner h2 {
        margin: 0;
        text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
        font-size: 3em;
    }

    ul.banner-social-buttons > li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }

    ul.banner-social-buttons > li:last-child {
        margin-bottom: 0;
    }
}

footer {
    padding: 25px 0;
    background-color: #fff;
}

p.copyright {
    margin: 15px 0 0;
}