html,body {
    height: 100%
}

img.mb-4 {
    max-width: 100%;
    margin-bottom: 0px !important;
}

body {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #f5f5f5;
    font-family: kanit;
}

.btn-primary {
    color: #fff;
    background: #000;
    background: -moz-linear-gradient(top,#e0382c 0%,#f9ae00 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0382c',endColorstr='#f9ae00',GradientType=0 );
    border-color: #f11001;
    border-radius: 10px;
}

.text-muted {
    color: #fff!important
}
.russo-one-regular {
  font-family: "Russo One", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: red;
  font-size: 30px;
  /* font-style: italic; */
  text-transform: uppercase;
}

.mt-5,.my-5 {
    margin-top: 1rem!important
}

.form-signin {
    width: 100%;
    max-width: 330px;
    padding: 15px;
    margin: auto;
    border-radius: 10px;
    background-color: #000000;
    border: 1px solid #5874f7;
}

.form-signin .checkbox {
    font-weight: 400
}

.form-signin .form-control {
    position: relative;
    box-sizing: border-box;
    height: auto;
    padding: 10px;
    font-size: 16px;
    color: #fff!important;
    margin-bottom: 5px;
    border-color: #0296ff;
}

.form-signin .form-control:focus {
    z-index: 2
}

.form-signin input[type=email] {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.form-signin input[type=password] {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    /* color: red !important; */
}
input.form-control::placeholder {
    color: white;
}
.kanit-thin {
    font-family: "Kanit", sans-serif;
    font-weight: 100;
    font-style: normal;
  }
  
  .kanit-extralight {
    font-family: "Kanit", sans-serif;
    font-weight: 200;
    font-style: normal;
  }
  
  .kanit-light {
    font-family: "Kanit", sans-serif;
    font-weight: 300;
    font-style: normal;
  }
  
  .kanit-regular {
    font-family: "Kanit", sans-serif;
    font-weight: 400;
    font-style: normal;
  }
  
  .kanit-medium {
    font-family: "Kanit", sans-serif;
    font-weight: 500;
    font-style: normal;
  }
  
  .kanit-semibold {
    font-family: "Kanit", sans-serif;
    font-weight: 600;
    font-style: normal;
  }
  
  .kanit-bold {
    font-family: "Kanit", sans-serif;
    font-weight: 700;
    font-style: normal;
  }
  
  .kanit-extrabold {
    font-family: "Kanit", sans-serif;
    font-weight: 800;
    font-style: normal;
  }
  
  .kanit-black {
    font-family: "Kanit", sans-serif;
    font-weight: 900;
    font-style: normal;
  }
  
  .kanit-thin-italic {
    font-family: "Kanit", sans-serif;
    font-weight: 100;
    font-style: italic;
  }
  
  .kanit-extralight-italic {
    font-family: "Kanit", sans-serif;
    font-weight: 200;
    font-style: italic;
  }
  
  .kanit-light-italic {
    font-family: "Kanit", sans-serif;
    font-weight: 300;
    font-style: italic;
  }
  
  .kanit-regular-italic {
    font-family: "Kanit", sans-serif;
    font-weight: 400;
    font-style: italic;
  }
  
  .kanit-medium-italic {
    font-family: "Kanit", sans-serif;
    font-weight: 500;
    font-style: italic;
  }
  
  .kanit-semibold-italic {
    font-family: "Kanit", sans-serif;
    font-weight: 600;
    font-style: italic;
  }
  
  .kanit-bold-italic {
    font-family: "Kanit", sans-serif;
    font-weight: 700;
    font-style: italic;
  }
  
  .kanit-extrabold-italic {
    font-family: "Kanit", sans-serif;
    font-weight: 800;
    font-style: italic;
  }
  
  .kanit-black-italic {
    font-family: "Kanit", sans-serif;
    font-weight: 900;
    font-style: italic;
  }
  
.glow-on-hover {
    width: 220px;
    height: 39px;
    border: none;
    outline: none;
    color: #ffffff;
    background: #0296ff;
    cursor: pointer;
    position: relative;
    z-index: 0;
    border-radius: 10px;
    border: 1px solid #346c53;
}

.glow-on-hover:before {
    content: '';
    background: linear-gradient(45deg, #ff0000, #ff7300, #fffb00, #48ff00, #00ffd5, #002bff, #7a00ff, #ff00c8, #ff0000);
    position: absolute;
    top: -2px;
    left:-2px;
    background-size: 400%;
    z-index: -1;
    filter: blur(5px);
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    animation: glowing 20s linear infinite;
    opacity: 0;
    transition: opacity .3s ease-in-out;
    border-radius: 10px;
}

.glow-on-hover:active {
    color: #000
}

.glow-on-hover:active:after {
    background: transparent;
}

.glow-on-hover:hover:before {
    opacity: 1;
}

.glow-on-hover:after {
    z-index: -1;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    /* background: #fe7300; */
    left: 0;
    top: 0;
    border-radius: 10px;
}

@keyframes glowing {
    0% { background-position: 0 0; }
    50% { background-position: 400% 0; }
    100% { background-position: 0 0; }
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
		      .body {background: url(../images/bg1.jpg) no-repeat;background-position: top center;overflow-x: hidden;background-color: #000;position: relative;overflow-x: hidden;background-size: cover;/* background-size: cover; */}
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
		      .body {

                        background: url(../images/bg1.jpg) no-repeat;
                        background-position: top center;
                        overflow-x: hidden;
                        background-color: #000;
                        position: relative;
                        overflow-x: hidden;
                        background-size: cover;
                }
	.form-signin {
    width: 100%;
    max-width: 330px;
    padding: 15px;
    margin: auto auto 0 auto;
    border-radius: 10px;
    /* background-color: #000000d1; */
    border: 1px solid #5874f7;
}
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
	.form-signin {
    width: 100%;
    max-width: 330px;
    padding: 15px;
    margin: auto auto 0 auto;
    border-radius: 10px;
    /* background-color: #000000d1; */
    border: 1px solid #5874f7;
}
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
	      .body {

                        background: url(../images/bg.jpg) no-repeat;
                        background-position: top center;
                        overflow-x: hidden;
                        background-color: #000;
                        position: relative;
                        overflow-x: hidden;
                        background-size: cover;
                }
	.form-signin {
    width: 100%;
    max-width: 330px;
    padding: 15px;
    margin: auto !important;
    border-radius: 10px;
    background-color: #000000;
    border: 1px solid #0296ff;
}
	

}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {}