/* Located in /edx/var/edxapp/media/microsite/lvmh-elearninginternalcontrol */

#global-navigation {
  display: none;
}
.wrapper-footer {
  display: none;
}
#tma_background_font {
  background-image:url("/media/microsite/lvmh-elearninginternalcontrol/auto/images/bg_img_flag_selection.png") !important;
  background-size: cover !important;
  background-position: right;
  font-family: "Open Sans", Verdana, Tahoma, sans-serif !important;
}

/*nice button*/
a {
  padding: 1.2em 2em;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  color: white;
}
a { text-decoration: none !important; }
a:visited { text-decoration: none !important;color: white !important; }
a:hover { text-decoration: none !important; color: white;}
a:focus { text-decoration: none !important; color: white !important;}
a:hover, a:active { text-decoration: none !important; color: white !important;}



body {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transform: perspective(800px);
          transform: perspective(800px);
}


#main{
  height: 100vh;
  width: 100vw;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

#main-title {
  color: white;
  font-size: 7rem;
  line-height: 7rem;
  position: absolute;
  top : 150px;
  left : 50px;
  white-space: nowrap;
}

#main-title span {
  margin-left: 68px;
}
#line {
  height: 1px;
  border-bottom: white solid 2px;
  width: 100%;
  margin-top: 40px;
  margin-left: -100px;
}

#buttons-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* width: 50%; */

}
button > img {
  width: 63px;
}

/* #button-wrapper{
  text-align: center;
} */

#button-wrapper button{
  /* background: linear-gradient(135deg, #6e8efb, rgb(29, 82, 128)); */
  background-image: none;
  color: #022855 ;
  background-color: lightgray;
  border-radius: 8px;
  text-shadow: none;
  border:none;
  box-shadow: none;
  padding: 10px 20px;
  box-shadow: 0 1px 2px rgba(0,0,0,0.15);
  transition: box-shadow 0.3s ease-in-out;
  font-size: 30px;
  font-weight: 700;
  margin-top: 150px;
  width: 250px;
}

#button-wrapper button:hover{
  box-shadow: 0 7px 17px rgba(0,0,0,0.3);
  background-image: none;
}
