/*--- standard variables ---*/
/*--- overwrite variables with the variable from a theme ---*/
/* #####################################################################################################
   This stylesheet is used for theme specific variables
   ##################################################################################################### */
/*--- media queries. When using responsive ---*/
/*--- custom class functions ---*/
/*----- Default functions -----*/
/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
/*----- CSS3 Animation functions -----*/
.account_login .bttn.submit {
  float: none;
}
@media only screen and (min-width : 768px) {
  .account_login .bttn.submit {
    float: left;
    min-width: 120px;
  }
}
.account_login .floatRight {
  float: none;
}
@media only screen and (min-width : 768px) {
  .account_login .floatRight {
    float: Right;
  }
}
