body {
  background-color: white;
  font-family: arial, sans-serif;
  font-weight: normal;
  font-size: 20px;
  width: 100%;
}

div.abs {
  position: absolute;
}

div.rel {
  position: relative;
}


#MainWindow {
  position: relative;
  margin: 0 auto;
  width: 300px;
  height: 700px;
}

#MainWindow2 {
  position: relative;
  margin: 0 auto;
  width: 1282px;
  height: 722px;
}

#mwDUKAT {
  position: relative;
  margin: 0 auto;
  top: 212px;
  width: 300px;
  height: 43px;
  font-size: 45px;
}

#idBtnQFHLF {
  margin: 50px;
}

button:focus {
  outline: 0;
}

.loginButton {
  margin: 0 auto;
  background-color: #003574;
  height: 100%;
  width: 100%;
  font-size: 20px;
  color: white;
  border-radius: 12px;
  cursor: pointer;
}

.divForButton {
  position: relative;
  margin: 0 auto;
  height: 54px;
  width: 196px;
}

.actionButton {
  margin: 0 auto;
  background-color: #003574;
  height: 100%;
  width: 100%;
  font-size: 20px;
  color: white;
  /*border-radius: 12px;*/
}

.actionButtonGrey {
  margin: 0 auto;
  background-color: #D9D9D9;
  height: 100%;
  width: 100%;
  font-size: 20px;
  color: black;
  /*border-radius: 12px;*/
}

.divForActionButton {
  position: relative;
  margin: 0 auto;
  height: 40px;
  width: 184px;
}

.clSubSub {
  height: 30px;
  padding-left: 30px;
}

.gui2Select {
  font-size: 20px;
}

.gui2input {
  font-size: 20px;
  border-width: 1px;
  border-color: grey;
  padding: 0px;
  padding-left: 2px;
}

input:focus {
  border-width: 1px;
  border-color: grey;
  outline: none;
}

.forF {
  top: 350px;
}
.forG {
  top: 360px;
}
.forP {
  top: 370px;
}

#idBtnGoogleLogin {

}

#idBtnFacebookLogin {

}

#idBtnPhoneIdLogin {

}

.monitEl{
  padding: 5px;
}

