﻿.jumbotron h1.large-demo-text{font-size:150px}.icon-text-search{font-size:42px;width:150%}




@font-face {
  font-family: 'SFUIText';
  src: url('../fonts/SFUIText-Regular.eot');
  src: url('../fonts/SFUIText-Regular.woff') format('woff'), url('../fonts/SFUIText-Regular.ttf') format('truetype'), url('../fonts/SFUIText-Regular.svg') format('svg');
  font-style: normal;
  font-weight: 300;
}


@font-face {
  font-family: 'SFUIText';
  src: url('../fonts/SFUIText-Light.eot');
  src: url('../fonts/SFUIText-Light.woff') format('woff'), url('../fonts/SFUIText-Light.ttf') format('truetype'), url('../fonts/SFUIText-Light.svg') format('svg');
  font-style: normal;
  font-weight: 500;
}

@font-face {
  font-family: 'SFUIText';
  src: url('../fonts/SFUIText-Medium.eot');
  src: url('../fonts/SFUIText-Medium.woff') format('woff'), url('../fonts/SFUIText-Medium.ttf') format('truetype'), url('../fonts/SFUIText-Medium.svg') format('svg');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'SFUIText';
  src: url('../fonts/SFUIText-Bold.eot');
  src: url('../fonts/SFUIText-Bold.woff') format('woff'), url('../fonts/SFUIText-Bold.ttf') format('truetype'), url('../fonts/SFUIText-Bold.svg') format('svg');
  font-style: normal;
  font-weight: bold;
}


body {
    color: #626262;
    font-family: 'SFUIText';
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 0.01em;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-font-feature-settings: "kern" 1;
    -moz-font-feature-settings: "kern" 1;
  }
  /* Headings
  ------------------------------------
  */
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    margin: 10px 0;
    font-family: 'SFUIText';
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    font-weight: 300;
    color: #2c2c2c;
  }
  h1 {
    line-height: inherit;
  }
  h2 {
    line-height: inherit;
  }
  h3 {
    line-height: inherit;
  }
  h4 {
    line-height: inherit;
  }
  h5 {
    line-height: inherit;
  }

  .btn-success, .btn-success:focus {
    color: #fff;
    background-color: #10cfbd;
    border-color: #10cfbd;
}
.login-page{
  font-family: 'SFUIText';
  font-weight: 500;
  color: #333;
}

.login-form .form-control {
    border: none;
    border-bottom: 1px solid #B4BCC6;
    padding: 15px 0px;
    font-size: 16px;
}

.login-form .form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #B4BCC6;
    opacity: 1; /* Firefox */
  }

.login-form .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #B4BCC6;
  }

.login-form .form-control::-ms-input-placeholder { /* Microsoft Edge */
    color: #B4BCC6;
}

.login-form .form-control:focus {
    border-color: rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    outline: 0 !important;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.login-form .form-control:focus {
    color: #495057;
    background-color: #ffffff;
    border-color: #B4BCC6;
    outline: 0;
    box-shadow: none;
}

.btn-group-lg>.btn, .btn-lg {
    padding: .5rem 1.8rem;
    line-height: 1.5;
    border-radius: 10px;
    font-weight: 600;
    font-size: 18px;
}

.forgot_pass {
    text-align: right;
}
.forgot_pass a {
    color: #10CFBD;
}

.checkbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    text-align: left;
    cursor: pointer;
    font-size: 1rem;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin: 0;
}

.checkbox > input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.checkbox > input:checked ~ span {
    border: 1.5px solid #10CFBD;
}

.checkbox > input:checked ~ span {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background-color: none;
}
.checkbox-list .checkbox span {
    margin-right: 0.75rem;
}
.checkbox > span {
    border: 1.5px solid #10CFBD;
}
.checkbox > span {
    height: 20px;
    width: 20px;
    margin-right: 8px;
    border-radius: 3px;
}
.checkbox > input:checked ~ span:after {
    display: block;
}

.checkbox > span:after {
    width: 5px;
    height: 10px;
}
.checkbox > span:after {
    content: '';
    border-color: transparent;
    border-style: solid;
    border-width: 0 2px 2px 0/*rtl:ignore*/ !important;
    -webkit-transform: rotate(45deg)/*rtl:ignore*/;
    transform: rotate(45deg)/*rtl:ignore*/;
    margin-top: 2px;
    margin-left: 5px;
}
.checkbox > input:checked ~ span:after {
    border-color: #10cfbd;
}


.sign-in-btn {
    margin-top: 10%;
    margin-bottom: 15%;
}

.sign-in-btn .btn {
    padding: 10px 30px;
    font-size: 18px;
}

h5.registr_txt a {
    color: #10cfbd;
    font-weight: 600;
    /* display: block; */
    font-size: 24px;
}

h5.registr_txt span {
    font-weight: 300;
    font-size: 16px;
}

.btn-light {
    color: #10cfbd;
    background-color: #ffffff;
    border-color: #ffffff;
}

.btn-light:hover {
    color: #10cfbd;
    background-color: #ffffff;
    border-color: #ffffff;
}

.btn-primary {
    color: #fff;
    background-color: #10cfbd;
    border-color: #10cfbd;
}

.btn-primary:hover, .btn-primary:focus,
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary.active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus {
    color: #fff;
    background-color: #0cbbab;
    border-color: #0cbbab;
}

.login-txt h3 {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 15px;
}

.login-txt p {
    font-size: 18px;
}

.login-txt a {
    color: #10cfbd;
    font-weight: 600;
    font-size: 16px;
}

.login-txt span {
    font-weight: 400;
    font-size: 16px;
}

.brand-logo{
    display:inline-block;
    margin-bottom: 8%;
}

.login-txt {
    margin-bottom: 5%;
}

.login-page .login {
  min-height: 100vh;
}

.login-aside{
    background-image: url(../images/yoga001.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: bottom;
  width: 30%;
  min-width: 400px;
}
.login-content-container {
    padding: 0 30px;
    max-width: 900px;
    margin: 0 auto;
}

.login-aside-container{
    padding: 15% 30px;
    max-width: 500px;
    margin: 0 auto;
    width: 100%;
}

.login-content h2 {
    font-weight: bold;
    color: #fff;
    font-size: 3vw;
    margin-bottom: 30px;
    line-height: 4vw;
}

.login-content {
  display: table;
  width: 100%;
  min-height: 45vh;
}

.login-content p {
    color: #fff;
    font-size: 1.5vw;
}

.announcement-content {
  min-height: 55vh;
}


#announcement-cards{
  height: calc(55vh - 68px);
}

.announcement-content h4 {
    color: #fff;
    font-weight: 600;
    font-size: 1.5vw;
}

.textcon01 {
    margin-bottom: 30px;
    margin-top: 8%;
}

.see-all-btn {
    color: #fff;
    font-weight: 600;
}

.see-all-btn:hover{
  text-decoration: none;
  color: #fff;
}

.see-all-btn:hover span{
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
  transition: all .3s;
}

.see-all-btn span {
    margin-left: 10px;
  transition: all .3s;
}

.ann-card-content h3 {
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 1.5vw;
}

.ann-card-content p {
    font-size: 18px;
}

.gutter-b {
    margin-bottom: 25px;
}

.card.card-custom.card-stretch.gutter-b {
    height: calc(100% - 25px);
}
.card.card-custom{
  border-radius: 10px;
  padding: 2.25rem;
}


.ann-card-content span {
    font-size: 16px;
    font-weight: 600;
    color: #B4BCC6;
    text-transform: capitalize;
}

.card.card-custom.card-stretch {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch ;
    -ms-flex-align: stretch ;
    align-items: stretch ;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
}

.card.card-custom {
    -webkit-box-shadow: 0px 0px 30px 0px rgba(82, 63, 105, 0.05);
    box-shadow: 0px 0px 30px 0px rgba(82, 63, 105, 0.05);
    border: 0;
}

.card-badge {
    background-image: url(../images/icons/badge.svg);
    position: absolute;
    right: -10px;
    top: -10px;
    z-index: 1;
    height: 94px;
    width: 94px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

span.badge-txt {
    color: #fff;
    transform: rotate(45deg);
    display: block;
    text-align: center;
    width: 100%;
    position: relative;
    top: 19px;
    left: 19px;
    font-weight: 600;
}

.login-screen-content {
    overflow: hidden;
}

.ann-card-wrapper{
  padding-top: 10px;
  padding-right: 10px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 10px;
  background-color: #fff;
  background-color: rgba(255,255,255,.75);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 10px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail, .mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail {
  opacity: 0;
}

.register-page {
    font-family: 'SFUIText';
    font-weight: 500;
    color: #333;
    background-color: #10CFBD;
}

.register-section {
    position: relative;
    width: 100%;
    max-width: 900px;
    height: 100%;
    margin: 0 auto;
    padding: 30px;
}

#form-register {
    padding-top: 15px;
    max-width: 420px;
    margin: 0 auto;
}

.register-btn {
    margin-top: 40px;
}

.register-btn .btn {
    padding: 10px 30px;
    font-size: 18px;
}

.terms-txt {
    margin-top: 20px;
    margin-bottom: 60px;
    line-height: 30px;
}

.terms-txt a {
    color: #10cfbd;
    font-weight: 600;
    font-size: 16px;
}

.terms-txt span {
    font-weight: 400;
    font-size: 16px;
}

.g-recaptcha {
    margin-top: 40px;
    display: inline-block;
}

.yoga-img-left {
    position: absolute;
    left: -20px;
    bottom: 0px;
}

.yoga-img-right {
    position: absolute;
    right: -20px;
    bottom: 0px;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

@media (min-width: 1440px){
.col-xxl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}
.col-xxl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}
}

@media (max-width: 991px){
.login-screen-content {
    display: none;
}

.login-aside {
    width: 100%;
    min-width: 100%;
}
}

@media (max-width: 767px){
.login-txt p {
    font-size: 14px;
}

h5.registr_txt a {
    font-size: 18px;
}

.sign-in-btn .btn {
    padding: 8px 30px;
    font-size: 16px;
}

}
