* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}
body, html {
    height: 100%;
    font-family: Tahoma;
}
html {
    box-sizing: border-box;
    font-family: Tahoma;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent;
}

label {
    font-size: 15px;
    display: inline-block;
    margin-bottom: 1rem;
}
p {
    margin-top: 10;
    margin-bottom: 1rem;
	font: 15px sans-serif ;
	
}

a {
    color: yellow;
    text-decoration: 50px;
    background-color: #EAB543;
}
.form-group {
  margin-bottom: 30px;
  
}
.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-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
element.style {
    background-image: url(images/bg-01.jpg);
}
.wrap-login100 {
    width: 500px;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
}
.login100-form {
    width: 95%;
    font-family: Tahoma;
    margin-inline: auto;
}
.login100-form-title {
    display: block;
    font-family: universal;
    font-size: 33px;
    color: #333333;
    line-height: 1.5;
    text-align: center;
}
.wrap-login100 {
	height:540px;
    width: 350px;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
}
.label-input100 {
    font-family: Tahoma;
    font-size: 19px;
    color: #333333;
    line-height: 1.5;
    padding-left: 7px;
}
.validate-input {
    position: relative;
}
.m-b-23 {
    margin-bottom: 23px;
}
.focus-input100 {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
}
.login100-form-btntn {
    font-family: Poppins-Medium;
    font-size: 16px;
    color: #fff;
    line-height: 1.2;
    text-transform: uppercase;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    width: 200%;
    height: 50px;
}
.btn{
	display: block;
	width: 100%;
	height: 50px;
	border-radius: 25px;
	outline: none;
	border: none;
	background-image: linear-gradient(to right, #32be8f, #38d39f, #32be8f);
	background-size: 200%;
	font-size: 1.2rem;
	color: black;
	font-family: 'Poppins', sans-serif;
	text-transform: uppercase;
	margin: 1rem 0;
	cursor: pointer;
	transition: .25s;
}
.btn:hover{
	background-position: right;
}
.footer-bottom {
    background: #002140;
    text-align: center;
    padding: 15px 0px;
	color: white;
	
}
img {
    max-inline-size: -webkit-fill-available;
    /* min-inline-size: -webkit-fill-available; */
    vertical-align: middle;
    border-style: none;
}