/*
.GGG_username,
.GGG_password {
	font-size: medium !important;
    font-family: 'Mazzard-med';
}
*/

.GGG_label {
  margin-top: 20px;
  margin-bottom: 5px;
  /*
  text-align: left;
  float: left;
  position: relative;
  font-family: 'Mazzard-med';
  font-size: medium;
  */
}
.GGG_options {
  margin-top: 30px;
  margin-bottom: 5px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  width: 100%;
  height: 120px;
  
}

.GGG_link_register,
.GGG_reset_pwd,
.GGG_options input {
  /*padding: 10px;*/
  padding-left: 10px;
  padding-right: 10px;
  white-space:nowrap;
  /*align-self: stretch;*/
  font-family: 'Mazzard-med';
  font-size: medium;
}
.GGG_reset_pwd {

}
.GGG_remember_me {

}

.GGG_20margeX {
	margin-left: 20px;
	margin-right: 20px;
}