@font-face {
  font-family: "Lato Medium";
  src: url("/public/assets/fonts/Lato-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "Lato Regular";
  src: url("/public/assets/fonts/Lato-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Lato Light";
  src: url("/public/assets/fonts/Lato-Light.ttf") format("truetype");
}
@font-face {
  font-family: "Lato Italic";
  src: url("/public/assets/fonts/Lato-Italic.ttf") format("truetype");
}
@font-face {
  font-family: "Poppins";
  src: url("/public/assets/fonts/Poppins-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Poppins Medium";
  src: url("/public/assets/fonts/Poppins-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "Poppins Bold";
  src: url("/public/assets/fonts/Poppins-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "Poppins SemiBold";
  src: url("/public/assets/fonts/Poppins-SemiBold.ttf") format("truetype");
}
@font-face {
  font-family: "Poppins ExtraBold";
  src: url("/public/assets/fonts/Poppins-ExtraBold.ttf") format("truetype");
}
@font-face {
  font-family: "Poppins Italic";
  src: url("/public/assets/fonts/Poppins-Italic.ttf") format("truetype");
}
@font-face {
  font-family: "Montserrat Medium";
  src: url("/public/assets/fonts/Montserrat-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "Montserrat SemiBold";
  src: url("/public/assets/fonts/Montserrat-SemiBold.ttf") format("truetype");
}
@font-face {
  font-family: "Montserrat Bold";
  src: url("/public/assets/fonts/Montserrat-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "Nunito Black";
  src: url("/public/assets/fonts/Nunito-Black.ttf") format("truetype");
}
/* colors */
/* dimensions */
body {
  position: relative;
  overflow-x: hidden;
  font-size: 14px;
  background-color: #f3f2f7;
  margin: 0;
  padding: 0;
  font-family: "Poppins", Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #333;
}

body, html {
  height: 100%;
}

.mrgt {
  margin-top: 10px !important;
}

.mrgT {
  margin-top: 20px !important;
}

.mrgTX {
  margin-top: 40px !important;
}

.mrgB {
  margin-bottom: 20px !important;
}

.mrgL {
  margin-left: 20px !important;
}

a {
  color: #f8d9e8;
  text-decoration: none;
}

a:hover {
  color: #464255;
}

.input {
  margin-bottom: 20px !important;
}

.black {
  color: black !important;
}

.white {
  color: white !important;
}

.dark-grey {
  background-color: #353334;
}

.grey {
  background-color: #f5f5f5;
}

.light-grey {
  background-color: #fefeff;
}

.bgwhite {
  background-color: #fefeff;
}

.btn {
  border-radius: 20px !important;
}

.btn-info {
  text-transform: uppercase;
  background-color: #96c11f;
  border-color: #96c11f;
  color: white;
}

.btn-info:active, .btn-info:hover, .btn-info:focus, .btn.active {
  background-color: #f8d9e8;
  border-color: #f8d9e8;
  color: #464255;
}

.btn-block {
  font-size: 13px;
}

.logo {
  display: flex;
  flex-direction: row;
  align-content: center;
  justify-content: center;
  align-items: center;
}

.logo img {
  margin-top: 15px;
  margin-left: -70px;
}

.jumbotron {
  border-radius: 20px !important;
}

.main-header, .main-header, .navbar-static-top {
  height: 150px;
}

.main-header {
  border-bottom: 1px solid #c1c1c1;
  background-color: white;
}

.minheight {
  min-height: 89vh;
}

#_auth_code {
  height: 40px;
}

#fos_user_change_password div {
  margin: 0 0 20px 0;
}

.twofa #logo {
  margin-bottom: 100px;
}

.disclaimer {
  color: grey;
  font-size: 12px;
}

.font16 {
  font-size: 16px !important;
}

.jumbotron {
  padding: 15%;
  background-color: #e61873;
}

.jumbotron .btn {
  width: 100%;
}

.jumbotron .form-group {
  width: 100%;
}

.jumbotron .form-group .btn {
  width: 100%;
}

.twofa {
  display: flex;
  flex-direction: row;
  align-content: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  position: relative;
}

.twofa .list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.twofa .list a {
  color: #464255;
}

.twofa .list a:hover {
  color: #e61873;
}

.twofa .list li {
  float: left;
  margin: 0 10px 20px 0;
}

.twofa .jumbotron {
  background-color: #e61873;
  border-radius: 20px;
}

.twofa .jumbotron ._trusted {
  font-size: 11px;
}

.twofa .jumbotron #_trusted {
  margin-right: 5px;
}

.twofa .jumbotron p {
  color: white;
}

.twofa .jumbotron .login-title {
  color: white;
  font-size: 22px;
}

.twofa .jumbotron .login-title .app-title {
  color: #353334;
  font-size: 22px;
}

.twofa .jumbotron .disclaimer {
  font-size: 14px;
  color: #353334;
}

.twofa .jumbotron .two {
  padding: 10px !important;
}

.twofa .jumbotron .form-control {
  padding: 6px 12px;
  border-radius: 20px;
  height: 34px;
  margin: 0 0 20px 0;
}

.twofa .jumbotron .nav li {
  width: 100%;
}

.twofa .jumbotron.special {
  background-color: #fefeff;
  width: 90%;
  color: #353334 !important;
  font-size: 14px;
}

.twofa .jumbotron.special label, .twofa .jumbotron.special p {
  color: #353334;
  font-size: 14px;
  font-weight: normal;
}

.twofa .jumbotron.special p {
  margin-bottom: 0;
}

.twofa .jumbotron.special .cancel {
  font-size: 14px;
  text-align: center;
  display: block;
}

.twofa .jumbotron.special .cancel a {
  color: #464255;
}

.twofa.hp .containerAlert {
  display: flex;
  flex-direction: row;
  align-content: center;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}

.twofa.hp .containerAlert .alert {
  width: 100%;
}

.twofa.hp .jumbotron {
  width: 360px;
  border-radius: 20px;
  margin-top: 50%;
}

.twofa.hp.doublepage {
  display: initial;
}

.twofa.hp.doublepage .contentContainer {
  display: flex;
  flex-direction: row;
  align-content: center;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.twofa.hp.doublepage .content {
  width: 60%;
}

.twofa.hp.doublepage .jumbotron {
  width: 100%;
  margin-top: 0;
}

.twofa.hp.doublepage .jumbotron .tab-pane .widget {
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  align-items: flex-start;
}

.twofa.hp.doublepage .jumbotron .tab-pane .widget .code {
  width: 100%;
}

.twofa.hp.doublepage .jumbotron .tab-pane .widget .code input {
  width: 100%;
}

.wrapper {
  min-height: 89vh;
  background-color: #f3f2f7;
}

footer {
  min-height: 100px;
  background-color: #FFFFFF;
  border-top: 1px solid #c1c1c1;
  width: 100%;
  position: relative;
  z-index: 15;
  bottom: 0;
  overflow: hidden;
}

footer .logo {
  width: 250px !important;
  float: right;
  margin-right: 60px;
  margin-top: 25px;
}

#footer {
  float: left;
  margin: 30px 0 0 60px;
}

#footer p {
  color: #6f6f6f;
  font-size: 12px;
  font-family: "Poppins SemiBold", Arial, "Helvetica Neue", Helvetica, sans-serif;
}

/*-------------------------------*/
/*    RESPONSIVE MEDIA QUERIES   */
/*    DESKTOP ONLY               */
/*-------------------------------*/
#cbh {
  padding: 0;
  margin: 0;
  width: 100%;
  height: 32px;
  z-index: 10000;
  position: fixed;
  top: 0;
  opacity: 0.5;
}

/*	Media 768Px Start */
@media (min-width: 768px) and (max-width: 990px) {
  #cbh {
    background-color: #5d1f14;
  }
}
/* Media 940Px Start */
@media screen and (min-width: 991px) and (max-width: 1054px) {
  #cbh {
    background-color: #611680;
  }
}
/* Media 1366Px Start */
@media screen and (min-width: 1050px) and (max-width: 1920px) {
  #cbh {
    background-color: #fbff00;
  }
}
#cbh {
  background-color: transparent;
}

/* MOBILE */
body.mobile .wrapper {
  min-height: 82vh;
}

body.mobile .minheight {
  min-height: initial;
}

body.mobile footer .logo {
  margin-bottom: 20px;
}

body.mobile .twofa.hp.doublepage {
  width: 100%;
  padding: 0;
  margin: 0;
}

body.mobile .twofa.hp.doublepage .content {
  width: 100%;
}

body.mobile .twofa.hp.doublepage .jumbotron {
  width: 100%;
  margin-top: 20px;
}

body.mobile .twofa.hp.doublepage .jumbotron .list li {
  margin: 0;
}

/*-------------------------------*/
/*         Landscape only        */
/*-------------------------------*/
/*-------------------------------*/
/*         Tablet only           */
/*-------------------------------*/
/*-------------------------------*/
/*       Landscape tablet        */
/*-------------------------------*/