/* ==========================================================================
   Login/ Register
   ========================================================================== */

/*--- standard variables ---*/
/* @fontFamily1:        'PT Sans', sans-serif;*/
/*--- product item ratio (thumb + content) ---*/
/*--- media queries. When using responsive ---*/
/*--- media queries. When not using responsive ---
@useResponsive:			false;

@breakPointLargePhone:	~"only screen and (min-width : 1px)";
@breakPointTablet:		~"only screen and (min-width : 1px)";
@breakPointDesktop:		~"only screen and (min-width : 1px)";

@breakPointUpToTablet:	~"only screen and (max-width: 1px)";
@breakPointUpToTabletLand:~"only screen and (max-width: 1023px)";
@breakPointUpToDesktop:	~"only screen and (max-width: 1px)";
*/
/*--- media queries. When using responsive: only mobile & desktop ---
@useResponsive:			false;
@breakPointLargePhone:	~"only screen and (min-width : 480px) and (max-width: 768px )";
@breakPointTablet:		~"only screen and (min-width : 999999999px)";
@breakPointDesktop:		~"only screen and (min-width : 768px)";

@breakPointUpToTablet:	~"only screen and (max-width: 768px)";
@breakPointUpToDesktop:	~"only screen and (max-width: 768px)";
*/
/*--- custom class functions ---*/
/*----- Default functions -----*/
/*----- LESS functions -----*/
.facebookConnect {
  margin-top: 20px;
}
#content .formBottom .bttn.alt {
  margin-top: 5px;
}
#content .divideTabs.tabsResponsive > ul {
  display: block !important;
}
#content .divideTabs.tabsResponsive .tabTitle {
  display: none;
}
@media only screen and (max-width: 767px) {
  .siteForm .row input[type="text"],
  .generatedForm .row input[type="text"],
  .siteForm .row input[type="email"],
  .generatedForm .row input[type="email"],
  .siteForm .row input[type="password"],
  .generatedForm .row input[type="password"],
  .siteForm .row input[type="search"],
  .generatedForm .row input[type="search"],
  .siteForm .row input[type="tel"],
  .generatedForm .row input[type="tel"],
  .siteForm .row input[type="number"],
  .generatedForm .row input[type="number"] {
    width: 100%;
  }
  .facebookBlock {
    border-top: 1px solid #dedede;
    margin-top: 40px;
    padding-top: 40px;
  }
  .divideTabs.tabsResponsive .tabContent {
    display: none !important;
  }
  .divideTabs.tabsResponsive .tabContent.tabActive {
    display: block !important;
  }
  .divideTabs.tabsResponsive .tabContent.tabActive .tabContentWrapper {
    display: block !important;
    padding: 0;
  }
}
.loginBttn {
  float: right;
  margin-bottom: 15px;
  min-width: 140px;
}
.passwordRecoverBttn {
  float: left;
  line-height: 40px;
  background-color: #dddddd;
  color: black;
  min-width: 100px;
  border-radius: 50px;
  padding: 0 10px;
}
.passwordRecoverBttn:hover {
  background-color: #ababab;
  color: black;
}
.loginInputField {
  width: 100%;
  min-height: 35px;
  margin-bottom: 15px;
}
.accountBlockNew .bttn {
  float: left;
  min-width: 140px;
}
@media only screen and (min-width : 768px) {
  #content .facebookBlock {
    margin-top: 35px;
  }
}
.newAccountUSP {
  margin: 15px 0;
}
.newAccountUSP.registerUSP {
  width: 100%;
  display: block;
  margin: 0;
}
@media only screen and (min-width : 768px) {
  .newAccountUSP.registerUSP {
    margin-left: 15px;
  }
}
.newAccountUSP ul {
  margin: 0;
}
.newAccountUSP ul li {
  line-height: 30px;
}
.newAccountUSP ul li:before {
  color: #5cb85c;
  pointer-events: none;
  margin-right: 10px;
  content: "\f00c";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 15px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 15px;
  height: 15px;
  line-height: 15px;
}
