* {
	margin: 0px; 
	padding: 0px; 
	box-sizing: border-box;
}

body, html {
	height: 100%;
}

/*---------------------------------------------*/
a {
	
	font-size: 14px;
	line-height: 1.7;
	color: #666666;
	margin: 0px;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
}

a:focus {
	outline: none !important;
}

a:hover {
	text-decoration: none;
  color: #001a70;
}


/*---------------------------------------------*/
button {
	outline: none !important;
	border: none;
	background: transparent;
}

button:hover {
	cursor: pointer;
}

iframe {
	border: none !important;
}



.limiter {
  width: 100%;
  margin: 0 auto;
  background-color: #8C8C8C;
}

.container-login100 {
  width: 100%;  
  min-height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 15px;
  background: #25265d;
  /* background: -webkit-linear-gradient(-135deg, #c850c0, #4158d0);
  background: -o-linear-gradient(-135deg, #c850c0, #4158d0);
  background: -moz-linear-gradient(-135deg, #c850c0, #4158d0);
  background: linear-gradient(-135deg, #c850c0, #4158d0); */
}

.wrap-login100 {
  width: 600px;
  background: #fff;
  /* border-radius: 10px; */
  overflow: hidden;

  /* display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  flex-wrap: wrap; */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 95px 95px 95px 95px;
  gap: 50px;
}

/*------------------------------------------------------------------
[  ]*/
.login100-pic {
  width: 316px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.login100-pic img {
  max-width: 100%;
}


/*------------------------------------------------------------------
[  ]*/
.login100-form {
  width: 290px;
}


.button-microsoft-container{
  display: flex;
  justify-content: center;
  align-items: center;
}

.button-microsoft {
  background-color: #FFF;
  color: #5E5E5E;
  border: 1px solid #8C8C8C;
  height: 41px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  padding: 12px;
  gap: 12px;
}

.microsoft-text{
  font-size: 15px;
  font-weight: 600;
}