@font-face {
  font-family: Ubuntu-Regular;
  src: url('fonts/Ubuntu-Regular.ttf'); 
}

@font-face {
  font-family: Ubuntu-Bold;
  src: url('fonts/Ubuntu-Bold.ttf'); 
}

/*---------------------------------------------*/

a:focus {
	outline: none !important;
}

a:hover {
	text-decoration: none;
  /* color: #338003; */
  color: #696969;
}

/*---------------------------------------------*/
input {
	outline: none;
	border: none;
}

/*---------------------------------------------*/
button {
	outline: none !important;
	border: none;
	background: transparent;
}

button:hover {
	cursor: pointer;
}

/*//////////////////////////////////////////////////////////////////
[ Utility ]*/
.txt1 {
  font-family: Ubuntu-Regular;
  font-size: 16px;
  /* color: #316CAC; */
  color: black;
  line-height: 1.4;
}



/*//////////////////////////////////////////////////////////////////
[ login ]*/

.limiter {
  width: 100%;
  margin: 0 auto;
}

.login-registrer{
  width: 100%;
  max-width: 590px;
  position: relative;
}

.login-overskrift{
  width: 100%;
  max-width: 590px;
  position: relative;
}

.wrap-login100 {
  width: 100%;
  max-width: 590px;
  min-height: 430px;
  position: relative;
}
@media (max-width: 450px) {
  .wrap-login100 {
   width: 100%; }
   
}

.login-container {
  position: relative;
}

.login-cardface {
  width:100%;
  height:340px;
  position:absolute;
  top:0px;
  left:0px;
  backface-visibility: hidden;
  box-sizing: border-box;
  padding: 10px;
  background-color: white;
}

.login-card-backside {
  transform: rotateY(180deg);
}
@media (max-width: 600px) {
  .login-cardface {
    width: 100%; }
}

.login-section-2{
  position: relative;
  margin-top: 400px;
}

/*==================================================================
[ Form ]*/

.login100-form {
  width: 100%;
}

.login100-form-title {
  font-family: Ubuntu-Bold;
  font-size: 30px;
  /* color: #403866; */
  color: black;
  line-height: 1.2;
  text-transform: uppercase;
  text-align: center;

  width: 100%;
  display: block;
}

.login100-form-subtitle {
  font-family: Ubuntu-Bold;
  font-size: 25px;
  color: #403866;
  line-height: 1.2;
  text-align: center;

  width: 100%;
  display: block;
}

.login100-error-txt {
  font-family: Ubuntu-Bold;
  font-size: 15px;
  color: #fc0000;
  line-height: 1.2;
  text-align: center;
  padding: 0px 0px 0px 0px;
  margin: -30px 0px 0px 0px;
  width: 100%;
  display: block;
}



/*------------------------------------------------------------------
[ Input ]*/

.wrap-input100 {
  width: 100%;
  position: relative;
  background-color: #e6e6e6;
  border: 1px solid transparent;
  border-radius: 3px;
}


/*---------------------------------------------*/
.input100 {
  font-family: Ubuntu-Bold;
  color: #403866;
  line-height: 1.2;
  font-size: 18px;

  display: block;
  width: 100%;
  background: transparent;
  height: 62px;
  padding: 0 20px 0 38px;
}
.login-100-form-width {
  width: 300px;
}
@media (max-width: 600px) {
  .login-100-form-width {
    width: 100%; }
}

/*------------------------------------------------------------------
[ Button ]*/
.container-login100-form-btn {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}



.login100-form-btn {
  font-family: Ubuntu-Bold;
  font-size: 16px;
  color: black;
  line-height: 1.2;
  text-transform: uppercase;

  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  width: 300px !important;
  max-width: 300px !important;
  min-width: 300px !important;
  margin: auto;
  height: 62px;
  /* background-color: #316CAC; */
  background-color: #afd5de;
  border-radius: 3px;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.login100-form-btn:hover {
  /* background-color: #338003; */
  background-color: #aeaeae;
}


.flex-sb-m {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	-ms-align-items: center;
	align-items: center;
}

.w-full {width: 100%;}

@media (max-width: 600px) {
  .login100-form-btn {
    width: 100%; }
}