@font-face {
  font-family: 'SukhumvitBold';
  src: url('../fonts/SukhumvitSet-Bold.ttf') format('truetype');
}
@font-face {
  font-family: 'SukhumvitLight';
  src: url('../fonts/SukhumvitSet-Light.ttf') format('truetype');
}
@font-face {
  font-family: 'SukhumvitMedium';
  src: url('../fonts/SukhumvitSet-Medium.ttf') format('truetype');
}
@font-face {
  font-family: 'SukhumvitSemiBold';
  src: url('../fonts/SukhumvitSet-SemiBold.ttf') format('truetype');
}
@font-face {
  font-family: 'SukhumvitText';
  src: url('../fonts/SukhumvitSet-Text.ttf') format('truetype');
}
@font-face {
  font-family: 'SukhumvitThin';
  src: url('../fonts/SukhumvitSet-Thin.ttf') format('truetype');
}

html,
body {
  font-family: 'SukhumvitMedium' !important;
  height: 100%;
  background-color: #ffffff;
}

/*
input[type=text], input[type=password] {
  
//    width: 100%;
//    padding: 12px 20px;
//    margin: 8px 0;
//    display: inline-block;
//    border: 1px solid #ccc;
//    box-sizing: border-box;
    border: 1px solid #bbb;
    padding: 0 0 0 10px;
    font-size: 14px;
}
*/
/* input[type=text], input[type=password]:focus {
    border: 1px solid #3498db;
}
button:hover {
    opacity: 0.8;
	    color: white !important;
} */
.login-container {
  background: url(../images/bg-login.png) repeat-y;
  background-size: cover;
  height: 100vh;
  width: 100%;
  /* text-align: center;
    position: absolute;
    left: 50%;
    top: 50%; */
  /* display: table;
    width: 100%;
    max-width: 300000px;
    min-width: 180px;
    max-height: 100%;
    height: auto;
    margin: auto;
  
    transform: translate(-50%, -50%);
    background: url(../images/bg-login.png) center repeat-x; */
}

.login-form {
  display: block;
  padding: 30px 45px;

  background: white;
  width: 100%;
  display: flex;
  flex-direction: column;

  height: 100%;
  border-radius: 32px;
}
.login-logo {
  display: flex;
  position: absolute;
  top: 20px; /* adjust this value to move link up or down */
  left: 95%; /* center link horizontally */
  transform: translateX(-90%); /* center link horizontally */
  height: 60px;
  width: 60px;
  background: url(../images/TBN-logo-white.svg) no-repeat center;
  /* background-size: 100px; */
}
.login-message {
  display: none;
}
label {
  font-weight: bold;
}
.txt-header {
  color: #333;
  font-size: 2.15em;
  line-height: 1;
  margin-bottom: 1em;
}
.login-form input {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  width: 100%;
  height: 42px;
  left: 0px;
  top: 22px;
  border: 1px solid #e3e3e3;
  border-radius: 8px;
}
.login-warpper {
  text-align: center;
}
.login-button {
  background: #006fb6;
  /*background: -moz-linear-gradient(left,#ea178a 0,#e678a8 100%);
    background: -webkit-linear-gradient(left,#ea178a 0,#e678a8 100%);
    background: linear-gradient(to right,#ea178a 0,#e678a8 100%);*/
  color: white;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  cursor: pointer;
  width: 100%;
  border-radius: 0;
}
.login-sso-button {
  display: block;
  margin: auto;
}
.login-or-label {
  display: block;
  width: 80%;
  margin: 20px auto;
  text-align: center;
  font-weight: normal;
}
.login-form-inputs .login-local-label {
  font-weight: bold;
}
.login-form-inputs {
  text-align: left;
  width: 100%;
  max-width: 350px;
}
.login-form-inputs label {
  font-weight: normal;
}

.bgsquare {
  /* min-width: 100vw; */
  min-height: 100vh; /* minimum height = screen height */
  display: flex;
  justify-content: center;
  align-items: center;
}

.login-box {
  width: 100%;
  max-width: 666px;
  min-height: 438px;
  background-color: white;
  left: calc(50% - 666px / 2);
  top: calc(50% - 438px / 2);
  -moz-box-shadow: 0 1px 4px 2px rgba(0, 0, 0, 0.14);
  -webkit-box-shadow: 0 1px 4px 2px rgba(0, 0, 0, 0.14);
  box-shadow: 0 1px 4px 2px rgba(0, 0, 0, 0.14);
  border-radius: 32px;
  /* margin-left: auto;
    margin-right: auto;
    min-height: 450px; */
  display: flex;
}
.login-box-r {
  position: relative;
  background: url(../images/characters.png) top no-repeat;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  align-self: flex-end;
  height: 370px;
  border-bottom-right-radius: 28px;
  width: 267px;
  right: 0;
    /* width: 100%; 
    height: 100%; 
    object-fit: contain;
    max-width: 442px; */
}
.img-login {
}
.login-box-l {
  float: left;
  min-width: 60%;
  border-radius: 6px 0px 0px 6px;
  /* width: 218px;
    height: 450px; */
}
.clear {
  clear: both;
  margin: 0px;
  font-size: 0px;
  padding: 0px;
  line-height: 0px;
  height: 0px;
}

/*
@font-face {
  font-family: 'scgbold';
  src: url("../fonts/scg-bol-webfont.eot");
  src: url("../fonts/scg-bol-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/scg-bol-webfont.woff2") format("woff2"), url("../fonts/scg-bol-webfont.woff") format("woff"), url("../fonts/scg-bol-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'scglight';
  src: url("../fonts/scg-lig-webfont.eot");
  src: url("../fonts/scg-lig-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/scg-lig-webfont.woff2") format("woff2"), url("../fonts/scg-lig-webfont.woff") format("woff"), url("../fonts/scg-lig-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'scgregular';
  src: url("../fonts/scg-reg-webfont.eot");
  src: url("../fonts/scg-reg-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/scg-reg-webfont.woff2") format("woff2"), url("../fonts/scg-reg-webfont.woff") format("woff"), url("../fonts/scg-reg-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
*/

/* body{
	font-family: "scgregular", sans-serif;
}

.scgbold{
	  font-family: 'scgbold';
}

.scglight{
  font-family: 'scglight';
} */

.app-title {
  /* font-family: 'scgbold'; */
  font-size: 25px;
  text-align: -webkit-left;
  margin-top: 5px;
  line-height: 25px;
}

.please-login {
  text-align: left;
  font-size: 15px;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 17px;
}

.login-form-inputs label {
  font-weight: bold !important;
}

@media (max-width: 760px) {
  .login-logo {
    margin-top: 20px;
    width: 100%;
    /* background: url(../images/TBN-logo-2020.svg) no-repeat; */
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .login-box {
    width: 343px;
    min-height: 438px;
    background-color: white;
    left: calc(50% - 666px / 2);
    top: calc(50% - 438px / 2);
    box-shadow: 0px 0px 15px rgba(18, 43, 133, 0.35);
    border-radius: 32px;
    margin-top: 0px;
    display: flex;
  }
  .login-form {
    display: block;
    padding: 30px 45px;

    background: white;
    width: 100%;
    display: flex;
    flex-direction: column;

    height: 100%;
    border-radius: 32px;
  }

  .login-box-r {
    display: none !important;
  }
  .login-box-l {
    width: 100%;
  }
  .please-login {
    margin-top: 20px;
  }
}

/* .login-form {
    width: auto !important;
} */

/* input[type=text], input[type=password]:focus {
    border: 1px solid #bbbbbb !important;
} */
.loginForm {
  font-family: Tahoma, sans-serif;
}
.login-form-inputs label {
  font-size: 14px;
  font-family: Tahoma, sans-serif;
  margin-bottom: 4px;
  display: block;
}

.app-title {
  font-family: Arial, Tahoma, sans-serif;
  margin-top: 10px;
  font-size: 20px;
  font-weight: 800;
}
.form-group {
  margin-bottom: 10px;
}
.please-login {
  margin-bottom: 25px;
}

.login-button {
  background: #006fb6;
  color: white;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  cursor: pointer;
  width: 100%;
  border-radius: 0;
  font-size: 14px;
}

.ver {
  text-align: center;
  margin: 10px 0px;
  color: #1e80b8;
  line-height: 18px;
  font-size: 14px;
}
