/* SETUP COLOR*/
:root {
  --warnabg: darkblue;
  --warnahover: blue;
  --warnabg_sni: #EA4B36;
  --warnahover_sni: #35B2B9;
  --warnabg_pas: #5A51A2;
  --warnahover_pas: #93C83E;
  --warnabg_agm: #92BB5D;
  --warnahover_agm: #4AA5D1;
  --warnabg_api: #6C2D40;
  --warnahover_api: #4667AE;
  --warnabg_kcp: #4aa5da;
  --warnahover_kcp: #2c6382;
  --warnabg_agt: #7D7E7E;
  --warnahover_agt: #2FC0E9;
  --warnabg_ap: #5593CC;
  --warnahover_ap: #669dd1;
  --warnabg_kgl: #E94E17;
  --warnahover_kgl: #4C4846;
  --warnabg_snu: #F16427;
  --warnahover_snu: #F99D2A;
}
/*.bg-cover .wrap-right .login100-form-btn*/


/*//////////////////////////////////////////////////////////////////
[ FONT ]*/
@font-face {
  font-family: Poppins-Regular;
  src: url('../fonts/poppins/Poppins-Regular.ttf'); 
}

@font-face {
  font-family: Poppins-Medium;
  src: url('../fonts/poppins/Poppins-Medium.ttf'); 
}

@font-face {
  font-family: Poppins-Bold;
  src: url('../fonts/poppins/Poppins-Bold.ttf'); 
}

@font-face {
  font-family: Poppins-SemiBold;
  src: url('../fonts/poppins/Poppins-SemiBold.ttf'); 
}


/*//////////////////////////////////////////////////////////////////

[ RESTYLE TAG ]*/
/*Add Class*/
.m-auto{
  margin: 0px auto;
}
.bg-form{
  margin: 0 auto;
  /*padding: 30px;
  width: 360px;*/
}
.caption-img{
  max-width: 300px;
  display: block;
  margin: 0px auto;
  text-align: center;
}
.h4-welcome{
  color: #333;
  margin-bottom: 10px;
}
.color-is{
  color: #8c8c8c;
}
.add-alert{
  border-radius: 20px;
}
/*End Add Class*/
* {
	margin: 0px; 
	padding: 0px; 
	box-sizing: border-box;
}

body, html {
	height: 100%;
	font-family: Poppins-Regular, sans-serif;
}

/*---------------------------------------------*/
a {
	font-family: Poppins-Regular;
	font-size: 14px;
	line-height: 1.7;
	color: #666666;
	margin: 0px;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
}

a:focus {
	outline: none !important;
}

a:hover {
	text-decoration: none;
  color: #e6382c;
}

/*---------------------------------------------*/
h1,h2,h3,h4,h5,h6 {
	margin: 0px;
}

p {
	font-family: Poppins-Regular;
	font-size: 14px;
	line-height: 1.7;
	color: #666666;
	margin: 0px;
}

ul, li {
	margin: 0px;
	list-style-type: none;
}


/*---------------------------------------------*/
input {
	outline: none;
	border: none;
}

textarea {
  outline: none;
  border: none;
}

textarea:focus, input:focus {
  border-color: transparent !important;
}

input::-webkit-input-placeholder { color: #999999;}
input:-moz-placeholder { color: #999999;}
input::-moz-placeholder { color: #999999;}
input:-ms-input-placeholder { color: #999999;}

textarea::-webkit-input-placeholder { color: #999999;}
textarea:-moz-placeholder { color: #999999;}
textarea::-moz-placeholder { color: #999999;}
textarea:-ms-input-placeholder { color: #999999;}

/*---------------------------------------------*/
button {
	outline: none !important;
	border: none;
	background: transparent;
}

button:hover {
	cursor: pointer;
}

iframe {
	border: none !important;
}

/*//////////////////////////////////////////////////////////////////
[ utility ]*/

/*==================================================================
[ Text ]*/
.txt1 {
  font-family: Poppins-Regular;
  font-size: 13px;
  line-height: 1.4;
  color: #999999;
}

.txt2 {
  font-family: Poppins-Regular;
  font-size: 13px;
  line-height: 1.4;
  color: #2f308a;
}

.txt3 {
  font-family: Poppins-Regular;
  font-size: 15px;
  line-height: 1.4;
  color: #00ad5f;
  text-transform: uppercase;
}

/*==================================================================
[ Size ]*/
.size1 {
  width: 355px;
  max-width: 100%;
}

.size2 {
  width: calc(100% - 43px);
}


/*//////////////////////////////////////////////////////////////////
[ login ]*/

.limiter {
  width: 100%;
  margin: 0 auto;
}

/*Clone Css*/
.bg-cover {
  background-image: url('../images/cover.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position center;
  background-attachment: fixed;
}
.bg-cover-sni {
  background-image: url('../images/cover_sni.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position center;
  background-attachment: fixed;
}
.bg-cover-pas {
  background-image: url('../images/cover_pas.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position center;
  background-attachment: fixed;
}
.bg-cover-agm {
  background-image: url('../images/cover_agm.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position center;
  background-attachment: fixed;
}
.bg-cover-api {
  background-image: url('../images/cover_api.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position center;
  background-attachment: fixed;
}
.bg-cover-kcp {
  background-image: url('../images/cover_kcp.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position center;
  background-attachment: fixed;
}
.bg-cover-agt {
  background-image: url('../images/cover_agt.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position center;
  background-attachment: fixed;
}
.bg-cover-ap {
  background-image: url('../images/cover_ap.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position center;
  background-attachment: fixed;
}
.bg-cover-kgl {
  background-image: url('../images/cover_kgl.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position center;
  background-attachment: fixed;
}
.bg-cover-snu {
  background-image: url('../images/cover_snu.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position center;
  background-attachment: fixed;
}
/*End Clone Css*/

.container-login100 {
  width: 100%;  
  min-height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 15px;
  /*background: #f2f2f2;*/
}

.wrap-login100 {
  width: 900px;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  flex-direction: row-reverse;
}

/*==================================================================
[ login more ]*/
.login100more {
  width: 50%;
  position: relative;
  z-index: 1;
  padding-top: 60px;
  padding-bottom: 60px;
}

.login100more::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  /*background: rgba(0,0,0,0.3);*/
}



/*==================================================================
[ Form ]*/
.right-content{
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.1);
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  background: #114996;

  background-image: url('../images/img.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 1;
  background-color: #26627e;
}

/*Clone Css*/
.wrap-right{
  padding: 100px 45px;
  width: 100%;
  height: 100%;
  /*background: #6867f4c2;*/
  background: var(--warnabg);
  opacity: 0.8;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.wrap-right-sni{
  padding: 100px 45px;
  width: 100%;
  height: 100%;
  background: var(--warnabg_sni);
  opacity: 0.8;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.wrap-right-pas{
  padding: 100px 45px;
  width: 100%;
  height: 100%;
  background: var(--warnabg_pas);
  opacity: 0.8;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.wrap-right-agm{
  padding: 100px 45px;
  width: 100%;
  height: 100%;
  background: var(--warnabg_agm);
  opacity: 0.8;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.wrap-right-api{
  padding: 100px 45px;
  width: 100%;
  height: 100%;
  background: var(--warnabg_api);
  opacity: 0.8;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.wrap-right-kcp{
  padding: 100px 45px;
  width: 100%;
  height: 100%;
  background: var(--warnabg_kcp);
  opacity: 0.8;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.wrap-right-agt{
  padding: 100px 45px;
  width: 100%;
  height: 100%;
  background: var(--warnabg_agt);
  opacity: 0.8;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.wrap-right-ap{
  padding: 100px 45px;
  width: 100%;
  height: 100%;
  background: var(--warnabg_ap);
  opacity: 0.8;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.wrap-right-kgl{
  padding: 100px 45px;
  width: 100%;
  height: 100%;
  background: var(--warnabg_kgl);
  opacity: 0.8;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.wrap-right-snu{
  padding: 100px 45px;
  width: 100%;
  height: 100%;
  background: var(--warnabg_snu);
  opacity: 0.8;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
/*End Clone Css*/

.right-title{
  color: #ffffff;
  text-align: center;
  vertical-align: middle;
}
.login100-form {
  width: 50%;
  background: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  padding: 50px 25px;
  border-radius: 10px;
}

.login100-form-title {
  font-family: Poppins-Regular;
  font-size: 20px;
  color: #555555;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-align: center;

  width: 100%;
  display: block;
}



/*------------------------------------------------------------------
[ Input ]*/

.wrap-input100 {
  width: 100%;
  position: relative;
  border: 1px solid #e6e6e6;
  border-radius: 20px;
}

.rs1-wrap-input100,
.rs2-wrap-input100 {
  width: 50%;
}

.rs2-wrap-input100 {
  border-left: none;
}


.input100 {
  display: block;
  width: 100%;
  background: transparent;
  font-family: Poppins-Regular;
  font-size: 13px;
  color: #666666;
  line-height: 1.2;
  padding: 0 25px 0 60px;
}

input.input100 {
  height: 40px;
}

/*---------------------------------------------*/

.focus-input100 {
  position: absolute;
  display: block;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  top: -1px;
  left: -1px;
  pointer-events: none;
  border: 1px solid #6867f4;
  border-radius: 20px;

  visibility: hidden;
  opacity: 0;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;

  -webkit-transform: scaleX(1.1) scaleY(1.3);
  -moz-transform: scaleX(1.1) scaleY(1.3);
  -ms-transform: scaleX(1.1) scaleY(1.3);
  -o-transform: scaleX(1.1) scaleY(1.3);
  transform: scaleX(1.1) scaleY(1.3);
}

.input100:focus + .focus-input100{
  visibility: visible;
  opacity: 1;

  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}



/*------------------------------------------------------------------
[ Button ]*/
.container-login100-form-btn {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

/*Clone Css*/
.login100-form-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  width: 100%;
  height: 40px;
  border-radius: 20px;
  /*background: #6867f4;*/
  background: var(--warnabg);

  font-family: Poppins-Bold;
  font-size: 12px;
  color: #fff;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 1px;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.1);
}
.login100-form-btn:hover {
  /*background: #4746c8;*/
  background: var(--warnahover);
}
.login100-form-btn-sni {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  width: 100%;
  height: 40px;
  border-radius: 20px;
  background: var(--warnabg_sni);

  font-family: Poppins-Bold;
  font-size: 12px;
  color: #fff;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 1px;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.1);
}
.login100-form-btn-sni:hover {
  background: var(--warnahover_sni);
}
.login100-form-btn-pas {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  width: 100%;
  height: 40px;
  border-radius: 20px;
  background: var(--warnabg_pas);

  font-family: Poppins-Bold;
  font-size: 12px;
  color: #fff;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 1px;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.1);
}
.login100-form-btn-pas:hover {
  background: var(--warnahover_pas);
}
.login100-form-btn-agm {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  width: 100%;
  height: 40px;
  border-radius: 20px;
  background: var(--warnabg_agm);

  font-family: Poppins-Bold;
  font-size: 12px;
  color: #fff;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 1px;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.1);
}
.login100-form-btn-agm:hover {
  background: var(--warnahover_agm);
}
.login100-form-btn-api {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  width: 100%;
  height: 40px;
  border-radius: 20px;
  background: var(--warnabg_api);

  font-family: Poppins-Bold;
  font-size: 12px;
  color: #fff;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 1px;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.1);
}
.login100-form-btn-api:hover {
  background: var(--warnahover_api);
}
.login100-form-btn-kcp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  width: 100%;
  height: 40px;
  border-radius: 20px;
  background: var(--warnabg_kcp);

  font-family: Poppins-Bold;
  font-size: 12px;
  color: #fff;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 1px;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.1);
}
.login100-form-btn-kcp:hover {
  background: var(--warnahover_kcp);
}
.login100-form-btn-agt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  width: 100%;
  height: 40px;
  border-radius: 20px;
  background: var(--warnabg_agt);

  font-family: Poppins-Bold;
  font-size: 12px;
  color: #fff;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 1px;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.1);
}
.login100-form-btn-agt:hover {
  background: var(--warnahover_agt);
}
.login100-form-btn-ap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  width: 100%;
  height: 40px;
  border-radius: 20px;
  background: var(--warnabg_ap);

  font-family: Poppins-Bold;
  font-size: 12px;
  color: #fff;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 1px;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.1);
}
.login100-form-btn-ap:hover {
  background: var(--warnahover_ap);
}
.login100-form-btn-kgl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  width: 100%;
  height: 40px;
  border-radius: 20px;
  background: var(--warnabg_kgl);

  font-family: Poppins-Bold;
  font-size: 12px;
  color: #fff;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 1px;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.1);
}
.login100-form-btn-kgl:hover {
  background: var(--warnahover_kgl);
}
.login100-form-btn-snu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  width: 100%;
  height: 40px;
  border-radius: 20px;
  background: var(--warnabg_snu);

  font-family: Poppins-Bold;
  font-size: 12px;
  color: #fff;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 1px;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.1);
}
.login100-form-btn-snu:hover {
  background: var(--warnahover_snu);
}
/*End Clone Css*/

.symbol-input100 {
  font-size: 15px;

  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  position: absolute;
  /*border-radius: 25px;*/
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-left: 25px;
  pointer-events: none;
  color: #bbbdbf;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

/*------------------------------------------------------------------
[ Responsive ]*/

@media (max-width: 992px) {
  .login100-form {
    width: 50%;
    /*padding-left: 50px;
    padding-right: 50px;*/
  }

  .login100more {
    width: 50%;
  }
  .caption-img{
    width: 250px
  }
  .caption-img br{
    display: none;
  }
}

@media (max-width: 768px) {
  .login100-form {
    width: 100%;
  }

  .wrap-login100{
    width: 500px;
  }
  .login100more {
    width: 100%;
    padding-bottom: 100px;
    display: none;
  }
  .tab {
  overflow: hidden;
  background-color: #fff;
  margin:0 auto;
  font-size: 14px;
}
.bg-form{
  width: 100%;
  padding: 35px 35px;
}
}
@media (max-width: 576px) {
  .bg-form{
  width: 100%;
  padding: 35px;
}
  .tab{
    width: auto;
  }
  .login100-form {
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .login100more {
    display: none;
  }
  .rs1-wrap-input100,
  .rs2-wrap-input100 {
    width: 100%;
  }

  .rs2-wrap-input100 {
    border-left: 1px solid #e6e6e6;
  }
}
@media (max-width: 400px) {
  .bg-form{
  width: 100%;
  padding: 8px;
}
  }


/*------------------------------------------------------------------
[ Alert validate ]*/

.validate-input {
  position: relative;
}

.alert-validate::before {
  content: attr(data-validate);
  position: absolute;
  max-width: 70%;
  background-color: #fff;
  border: 1px solid #c80000;
  border-radius: 2px;
  padding: 4px 25px 4px 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 12px;
  pointer-events: none;

  font-family: Poppins-Regular;
  color: #c80000;
  font-size: 13px;
  line-height: 1.4;
  text-align: left;

  visibility: hidden;
  opacity: 0;

  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.alert-validate::after {
  content: "\f12a";
  font-family: FontAwesome;
  display: block;
  position: absolute;
  color: #c80000;
  font-size: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 18px;
}

.alert-validate:hover:before {
  visibility: visible;
  opacity: 1;
}

@media (max-width: 992px) {
  .alert-validate::before {
    visibility: visible;
    opacity: 1;
  }
}



