
@font-face {
font-family: 'Montserrat-bold';
font-style: normal;
font-weight: 700;
src: url("../../webfonts/montserrat/Montserrat-Bold.ttf");

}
    @font-face {
font-family: 'opensans';
font-style: normal;
font-weight: 500;
src: url("../../webfonts/opensans/OpenSans-Regular-webfont.ttf"), url("../../webfonts/opensans/OpenSans-Regular-webfont.woff"), url("../../webfonts/opensans/OpenSans-Regular-webfont.eot"),url("../../webfonts/opensans/OpenSans-Regular-webfont.svg") ;
    
/* IE9 Compat Modes */
}
@font-face {
font-family: 'opensans';
font-style: normal;
font-weight: 500;
src: url("../../webfonts/opensans/OpenSans-Regular-webfont.ttf"), url("../../webfonts/opensans/OpenSans-Regular-webfont.woff"), url("../../webfonts/opensans/OpenSans-Regular-webfont.eot"),url("../../webfonts/opensans/OpenSans-Regular-webfont.svg") ;
/* IE9 Compat Modes */
}


body, html {
  height: 100%;
  margin: 0;
}

 .mybody{
        background-image:url('../../img/bg-2.png');
     background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
/*
        background-size: cover;  
     background-repeat: no-repeat;
*/
    color:#fff;
     height:100%;
/*       position: relative;*/
      
    }
    .text-end{
        text-align: end !important;
    }
    .panel-right
    {
        border-right: 1px solid #fff;
    }
    .heading{
         font-family: 'Montserrat-bold', sans-serif;
        font-size: 21px;
        letter-spacing: 0.53px;
    }
    .carousel-inner{
            font-family: 'opensans', sans-serif;
        font-size: 16px;
    }
  .carousel-indicators  {
            margin: 0;
    justify-content: flex-end;
    }
    .carousel-indicators .active {
       opacity: 1;
        background-color: #00c6d7 !important;
}
.carousel-indicators li{
    opacity: 1;
    height:2px;
}
 /*-------form code--------------*/
   .input-prefix {
    position: absolute;
    padding: 10px;
    right: 15px;
}
    .form-control{
        background-color: transparent !important;
        color:#91b0bc !important;
         font-family: 'opensans', sans-serif;
    } 
.form-control:focus{
    border-color: #fff;
    box-shadow: none;
outline: none;
    }
    .btn:focus{
          border:0;
       box-shadow: none;
outline: none;
    }
   ::-webkit-input-placeholder { /* Edge */
  color:#91b0bc !important;
}

:-ms-input-placeholder { /* Internet Explorer */
 color:#91b0bc !important;
}

::placeholder {
  color:#91b0bc !important;
}
/*-------button code--------------*/
      .signin{
        background-color:#00c6d7 !important;
        color:#fff;
          font-family: 'Montserrat-bold', sans-serif;
         font-weight:500;
         letter-spacing: 0.35px;
      }
     .signin:hover{
       color:#fff;
  
}
     .student-login{
         border:1px solid #00c6d7 !important;
         color:#fff !important;
          font-family: 'Montserrat-bold';
        font-weight: 500;
       letter-spacing: 0.35px;
     }
     .student-login:hover{
        background-color: #00c6d7 !important;
          color:#fff !important;
     }
 /*-------footer code--------------*/
    .footer p {
        color:#fff;font-size:12px;margin:0
    }
    .footer {
        position:fixed;
        bottom:0;
        width:100% 
    }
    @media only screen and (max-width:767px) {
          .clear-mobile {
            display:none
        }
        .mobile-order1{
            order:2;  
        }
        .mobile-order2{
            order:1; 
        }
     .panel-right
       {
        border-right:none;
       }
    }



    