@import url(https://fonts.googleapis.com/css?family=Varela);

html {
  height: 100%;
}

body {
  /*background: #f2f2f2;
  font-family: 'Varela', sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: #333;
  min-height: 100%;
  position: relative;*/
  display: flex;
    flex-direction: column;
    min-height: 100vh;
    background: url("../homeindex/bg.jpg") no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    font-family: "Kanit", -apple-system;
}

label {
  margin-top: 6px;
  line-height: 17px;
}

a {
  color: #fff;
}

a:focus,
a:hover {
  color: #008080;
}

.checkbox-inline+.checkbox-inline,
.radio-inline+.radio-inline {
  margin-top: 6px;
}

/******* Login Page *******/

body.login {
  /*background: rgba(241, 242, 181, 1);
  background: -moz-radial-gradient(center, ellipse cover, rgba(129, 129, 129, 1) 0%, rgb(0, 0, 0) 100%);
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgb(129, 129, 129)), color-stop(100%, rgb(0, 0, 0)));
  background: -webkit-radial-gradient(center, ellipse cover, rgba(129, 129, 129, 1) 0%, rgb(0, 0, 0) 100%);
  background: -o-radial-gradient(center, ellipse cover, rgba(129, 129, 129, 1) 0%, rgb(0, 0, 0) 100%);
  background: -ms-radial-gradient(center, ellipse cover, rgba(129, 129, 129, 1) 0%, rgb(0, 0, 0) 100%);
  background: radial-gradient(ellipse at center, rgb(129, 129, 129) 0%, rgb(0 0 0) 100%);
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f1f2b5', endColorstr='#135058', GradientType=1);
  overflow: hidden;*/
   
  
}

.relative {
  position: relative;
}

.login-container-wrapper .logo,
.login-container-wrapper .welcome {
  margin: 20px 0 20px 0;
    font-size: 24px;
    color: #fff;
    text-align: center;
    letter-spacing: 1px;
}

.login-container-wrapper .logo {
  text-align: center;
  position: absolute;
  top: -42px;
  margin: 0 auto;
  width: 25%;
  left: 37.5%;
  border-radius: 50%;
  background-color: #530000;
  padding: 25px;
  box-shadow: 0px 0px 9px 2px #270000;
}

.login-container-wrapper {
  max-width: 400px;
    margin: 20% auto 8%;
    padding: 40px;
    box-sizing: border-box;
    background: #ff7003;
	box-shadow: 0px -1px 20px 1px #f8f9fa, 0px 0px 0px 0px #fff, 2px 1px 20px 0px #dc3545;
    position: relative;
  /*padding-top: 80px;*/
}

.logo .fa {
  font-size: 50px;
}
.login input:focus + .fa{
  color:#fff;
}
.login-form .form-group {
  margin-right: 0;
  margin-left: 0;
}

.login-form i {
  position: absolute;
  top: 18px;
  left: 10px;
  color: #93a5ab;
}

.login-form .input-lg {
  font-size: 16px;
  height: 52px;
  padding: 10px 25px;
  border-radius: 0;
}

.login input[type="email"],
.login input[type="password"],
.login input:focus {
  background-color: rgba(77, 77, 77, 0.75);
  border: 1px solid #4a525f;
  color: #eee;
  border-left: 4px solid #93a5ab;
}

.login input:focus {
  border-left: 4px solid #ccd8da;
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  background-color: rgba(40, 52, 67, 0.75)!important;
  background-image: none;
  color: rgb(0, 0, 0);
  border-color: #FAFFBD;
}

.login .checkbox label,
.login .checkbox a {
  color: #ddd;
}

.btn-success {
  background-color: transparent;
  background-image: none;
  padding: 8px 50px;
  border-radius: 0;
  border: 2px solid #93a5ab;
  box-shadow: inset 0 0 0 0 #7692A7;
  -webkit-transition: all ease 0.8s;
  -moz-transition: all ease 0.8s;
  transition: all ease 0.8s;
}

.btn-success:focus,
.btn-success:hover,
.btn-success.active,
.btn-success:active {
  background-color: transparent;
  border-color: #fff;
  box-shadow: inset 0 0 100px 0 #7692A7;
  color: #FFF;
}
#particles-js {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  overflow: hidden;
}

.logo2 {
      width: 200px;
    height: auto;
    object-fit: contain;
    position: sticky;
    left: 50%;
    margin-top: -210px;
    transform: translateX(-50%);
}

.logo2 > img {
  max-width: 256px;
  /*width: 100%;
  height: auto;*/
}

.img-fluid, .img-thumbnail {
  max-width: 100%;
  height: auto;
}
.container-login100 {
width: 100%;
min-height: 100vh;
display: flex;
flex-wrap: wrap;
justify-content: center;
align-items: center;
padding: 15px;
background-repeat: no-repeat;
background-size: cover;
background-position: 50%;
position: relative;
z-index: 1;
}
*, :after, :before {
box-sizing: border-box;
}
.pb-5, .py-5 {
padding-bottom: 3rem !important;
}
.login100-form-title {
font-size: 24px;
color: #fff;
line-height: 1.2;
text-align: center;
width: 100%;
display: block;
}
.input100 {
font-size: 15px;
line-height: 1.2;
color: #fff;
display: block;
width: 100%;
background: rgba(0, 0, 0, .8);
height: 50px;
border-radius: 25px;
padding: 0 30px 0 53px;
border: 1px solid #005bea;
}
input, textarea {
outline: none;
border: none;
}
.shadow {
box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}

.card {
position: relative;
display: flex;
flex-direction: column;
min-width: 0;
word-wrap: break-word;
background-color: rgba(0, 0, 0, .2);
background-clip: border-box;
border: 1px solid rgba(0, 0, 0, .125);
border-radius: .25rem;
}
.login100-form-btn {
font-size: 15px;
line-height: 1.5;
color: #e0e0e0;
width: 100%;
height: 50px;
border-radius: 25px;
background: #005bea;
display: flex;
justify-content: center;
align-items: center;
padding: 0 25px;
transition: all .4s;
position: relative;
z-index: 1;
}
.btn:hover {
color: #212529;
text-decoration: none;
}
.wrap-login100 {
width: 390px;
background: 0 0;
}
.container-login100 {
width: 100%;
min-height: 100vh;
display: flex;
flex-wrap: wrap;
justify-content: center;
align-items: center;
padding: 15px;
background-repeat: no-repeat;
background-size: cover;
background-position: 50%;
position: relative;
z-index: 1;
}
.focus-input100 {
display: block;
position: absolute;
border-radius: 25px;
bottom: 0;
left: 0;
z-index: -1;
width: 100%;
height: 100%;
box-shadow: 0 0;
color: rgba(245, 198, 203, .6);
}
.symbol-input100 {
font-size: 15px;
color: #999;
display: flex;
align-items: center;
position: absolute;
border-radius: 25px;
bottom: 0;
left: 0;
width: 100%;
height: 100%;
padding-left: 30px;
pointer-events: none;
transition: all .4s;
}
.validate-input {
position: relative;
}
.wrap-input100 {
position: relative;
width: 100%;
z-index: 1;
}
.mb-3, .my-3 {
margin-bottom: 1rem !important;
}
.mb-3, .my-3 {
margin-bottom: 1rem !important;
}