/* CSS Document */
@charset "UTF-8";


body
{
  min-height:100%;
  height: 100%;
  
  /*margin:0;*/
  margin-top:0px;
  
  font: 400 12px/1.42857 "Open Sans",Helvetica,Arial,sans-serif;
  color: #555;
  
  /*text-align:center;*/
  

  /*background-color:#ece8e7; /*#ede9e8; #f0eceb; #f3efee; #f9f5f4;[*]/*/
  background-color: #EFF1F2;
}

#login-panel
{
  width:500px;
  margin:0 auto;
  
  box-sizing:border-box;
}

#shop-img
{
 width:100%;
 
 /*
 position:absolute;
 left:0;
 right:0;
 
 margin:0 auto;

 border:1px dashed #EFF1F2;
 
 z-index:1;
 */
}

#shop-img img
{
  width:134px; /*133px;*/ 
  height:62px;
  
  margin:auto;
  
  display:block;
}

.flip-container
{
  height:396px; /*420px;*/
  margin-top: 115px;
  
  -webkit-perspective: 1000px;
  -moz-perspective: 1000px;
  perspective: 1000px;
  transform-style: preserve-3d;
}

.flipper
{
  position: relative;
  
  transform-style: preserve-3d;
  -webkit-transition-duration: 0.6s;
  transition-duration: 0.6s;
  -moz-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.front_panel
{
  width:100%;
  
  position:absolute;
  top:0px;
  left:0px;
  
  padding:24px 40px 50px;
  
  margin-bottom:17px;
  background-color:#ffffff;
  
  /*
  -webkit-transform: rotateY(0);
  -ms-transform: rotateY(0);
  -o-transform: rotateY(0);
  transform: rotateY(0);
 
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  */
  box-sizing:border-box;
  
  /*border: 1px solid transparent;*/
		
  /*[2D Graphic Style]*/
		background-color: #f3e5e2;
		
  /*background: linear-gradient(#dcc4be, #eadcd9 /*#ebddda[*]/ 23.8% /*20.4% 20.9% 6.9%[*]/, #fcf0ef , #ede1de 85.9%, #d6bcb5 /*#d7bdb6[*]/);*/
  border: 1px solid #e0dcdb;
  
  -webkit-border-radius: 0;
  border-radius: 0;
  border-radius: 3px;
  
  /*
  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.3);
  box-shadow: 0 1px 3px rgba(0,0,0,0.3);
  
  -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.05);
  box-shadow: 0 1px 1px rgba(0,0,0,0.05);
  */
  
  /*z-index: 2;*/
}

#shop_name
{
  /*width:90%;*/
  
  margin:auto;
  
  margin-top:9px; /*10px; 7px; 12px;*/
  /*margin-left:12px;*/
  margin-right:8px;
  /*margin-bottom:8.5px;*/

  box-sizing: border-box;
}

#shop_name h4
{
  margin:0px;
  
  font-family:"Open Sans",Helvetica,Arial,sans-serif;
  font-size:16px; /*15px;*/
  font-weight:400;
  text-align:center;
  text-shadow:1px 1px #beb1af; /*#c1b4b2;*/
  line-height: 1.1;
  
  color:#fefefe; /*#ffffff;*/
}

#login_form
{
  /*padding-top: 15px;*/
  
  box-sizing: border-box;
}

.form-group
{
  margin-bottom: 15px;

  box-sizing: border-box;
}

.control_label
{
  max-width:100%;
  margin-bottom:5px;
  
  font-size: 13px;
  font-weight: normal;
  color:#c88a81; /*#666666;*/
  
  box-sizing: border-box;
  
  display: inline-block;
}

.form_control
{
  width:100%;
  height:inherit !important;
  padding: 10px 8px !important;
  
  display: block;
  
  height: 31px;
  padding: 6px 8px;
  
  font-family: "Open Sans",Helvetica,Arial,sans-serif,"FontAwesome" !important;
  font-size: 12px;
  line-height: 1.42857;
  color:#757575; /*#767676; #777777; #555;*/
  
  background-color:#fdf2f1; /*#fff3f2; #F5F8F9;*/
  background-image: none;
  
  box-sizing:border-box;
  
		/*[2D Graphic Style]*/
		border: 1px solid #d6d2d1;
		
		/*[3D Graphic Style]*/
  /*border: 1px solid #dedad9; /*#C7D6DB;*/
  border-radius: 3px;
  
  -webkit-transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
}

.form_control:focus
{
  background-color:#fffdfc; /*#FEFBE2;*/
  
		border:1px solid #cecac9; /*#66AFE9;*/
		outline:none;
}

.form_button
{
  width:100%;
  
  position:relative;
  
  margin-top:15px;
  margin-bottom:0px;
  
  padding-left:0px;
  padding-right:0px;
  padding:8px 16px; /*10px 16px;*/

  font-size:15px;
  font-weight:normal;
  line-height:1.33;
  text-transform:uppercase;
  text-decoration:none;
  text-align: center;
  text-shadow: 1px 1px #c98b82;
  vertical-align: middle;
  white-space:nowrap;
  color:#ffffff;
  
  /*padding: 6px 8px;*/
  /*font-size: 12px;*/
  /*line-height: 1.42857;*/
 
  box-sizing: border-box;

  /*border: 1px solid transparent;*/
  border: 1px solid #c48879;
  border-radius: 3px;
  box-shadow:none;
  
  background-image:none;
  background-color:#d89a91; /*#d99b92; #00aff0;*/
  
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  
  display: block;
  display: inline-block;
  
  overflow: hidden;
  
  cursor: pointer;
  
  z-index:1;
}

.form_button:hover
{
  background-color:#c98b82; /*#008abd;*/
  
  -webkit-box-shadow:none;
  box-shadow:none;
}

.form_button span
{
  box-sizing: border-box;
  
  position: relative;
  
  transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) background-color !important;
  
  z-index: 3;
  
  color: #fff;
  text-transform: uppercase;
  
  font-weight: normal;
  text-align: center;
  cursor: pointer;
  white-space: nowrap;
  
  font-size: 15px;
  line-height: 1.33;
}

#br_corner_decoration
{
  width:118px;
  height:131px;
  
  position: absolute;
  bottom:0px;
  right:0px;
  
  background-image: url("../images/br_corner_decoration.9.png");
}

#login-footer a
{
  color: #999;
  
}

.text_center
{
 text-align: center;
 
}

#login-footer a
{
  color: #A0AAB5;
  outline: 0;
  background: transparent;
}

#login-footer a:hover
{
  text-decoration: underline;
}

.back_panel
{
  width: 100%;
  padding: 40px;
  position: absolute;
  transition: 0.6s;
  transform-style: preserve-3d;
  top: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  left: 0;

  margin-bottom: 17px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.05);
  box-shadow: 0 1px 1px rgba(0,0,0,0.05);
  
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.3);
  box-shadow: 0 1px 3px rgba(0,0,0,0.3);
  
  box-sizing: border-box;
  
  -webkit-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
  display: none;
  z-index: 1;
}

.alert-info
{
  background-color: #DCF4F9;
  border-color: #25b9d7;
  color: #1e94ab;
  
  padding: 15px;
  margin-bottom: 17px;
  border: 1px solid transparent;
  border-radius: 3px;
  position: relative;
  
  border: none;
  padding-left: 50px;
  border-left: solid 3px #4ac7e0;
  box-sizing: border-box;
}

.alert-info h4
{
  font-size: 1.45em;
  margin-bottom: 1em;

  margin-top: 0;
  color: inherit;
  
  font-family: "Ubuntu Condensed",Helvetica,Arial,sans-serif;
  font-weight: 400;
  line-height: 1.1;
  color: inherit;
  
  box-sizing: border-box;
}

.alert-info p
{
  margin-bottom: 0;
  
  margin: 0 0 8.5px;
  
  color: #1e94ab;
  
  box-sizing: border-box;
}

.panel-footer
{
  height: inherit;
  margin: 0 -20px -20px;
  
  /*height: 73px;*/
  border-color: #eee;
  background-color: #FCFDFE;
  margin: 15px -20px -20px;
  
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  
  box-sizing: border-box;
}

.button_left
{
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 8px;
  font-size: 12px;
  line-height: 1.42857;
  border-radius: 3px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  
  color: #363A41;
  background-color: #fff;
  border-color: #DEDEDE;
}

.button_left:hover
{
  color: #fff;
  background-color: #00aff0;
  border-color: #008abd;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.button_right
{
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 8px;
  font-size: 12px;
  line-height: 1.42857;
  border-radius: 3px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  
  float: right;
  margin-right: 5px;
  line-height: 1em;
  
  color: #363A41;
  background-color: #fff;
  border-color: #DEDEDE;
  
  box-sizing: border-box;
}

.button_right:hover
{
  color: #fff;
  background-color: #00aff0;
  border-color: #008abd;
  -webkit-box-shadow: none;
  box-shadow: none;
}
