* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

body,
html {
    height: 100%;
    background-color: rgb(70, 68, 68);
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeOut {
    from {
        opacity: 0.5;
    }

    to {
        opacity: 0;
    }
}

a {
    text-decoration: none;
}

.main_body {
    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: rgb(46, 45, 45);
}

#login_page {
    display: block;
    overflow: hidden;
}

.login_box {
    width: 390px;
    height: auto;
    background: #161616;
    border-radius: 10px;
    overflow: hidden;
    padding: 37px 55px 33px;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .1);
    -o-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .1);
    -ms-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .1)
}


/* .settings-box {
    width: 390px;
    background: #161616;
    border-radius: 10px;
    overflow: hidden;
    padding: 77px 55px 33px;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .1);
    -o-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .1);
    -ms-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .1)
} */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.login_title {
    position: relative;
    width: 100%;
    top: 1px;
    display: block;
    font-family: Poppins-Bold;
    font-size: 30px;
    color: #fff;
    text-align: center;
    padding-bottom: 26px;
    margin-top: 10px;
}
#information_title{
    position: relative;
    width: 5rem;
    left: 30%;
    top: 1px;
    display: grid;
    font-family: Poppins-Bold;
    font-size: 30px;
    color: #fff;
    text-align: center;
    padding-bottom: 26px;
    margin-top: -20px;
}

/* input styling starts here */
.validate-input {
    position: relative
}

.wrap-login_input {
    width: 100%;
    position: relative;
    border-bottom: 3px solid #adadad;
    margin-bottom: 37px
}

.login_input {
    font-family: Poppins-Regular;
    color: rgb(173, 174, 175);
    font-size: 15px;
    border: none;
    outline: none;
    line-height: 1.2;
    display: block;
    width: 100%;
    height: 45px;
    background: 0 0;
    background: none;
    padding: 0 5px
}

.tag_login_input {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none
}

.tag_login_input::before {
    content: "";
    display: block;
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 0;
    height: 3px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
    background: #6a7dfe;
    background: -webkit-linear-gradient(left, #21d4fd, #b721ff);
    background: -o-linear-gradient(left, #21d4fd, #b721ff);
    background: -moz-linear-gradient(left, #21d4fd, #b721ff);
    background: linear-gradient(left, #21d4fd, #b721ff)
}

.tag_login_input::after {
    font-family: Poppins-Regular;
    font-size: 15px;
    color: #ece9e9;
    line-height: 1.2;
    content: attr(data-placeholder);
    display: block;
    width: 100%;
    position: absolute;
    top: 16px;
    left: 0;
    padding-left: 5px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s
}

.login_input:focus+.tag_login_input::after {
    top: -15px;
}

.login_input:focus+.tag_login_input::before {
    width: 100%
}

.has-val.login_input+.tag_login_input::after {
    top: -15px
}

.has-val.login_input+.tag_login_input::before {
    width: 100%
}

/* input styling ends here */

/* login button styling starts here */
.container-login100-form-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 13px
}

.wrap-login100-form-btn {
    width: 100%;
    display: block;
    position: relative;
    z-index: 1;
    border-radius: 25px;
    overflow: hidden;
    margin: 0 auto
}

.login100-form-bgbtn {
    position: absolute;
    z-index: -1;
    width: 300%;
    height: 100%;
    background: #a64bf4;
    background: -webkit-linear-gradient(right, #21d4fd, #b721ff, #21d4fd, #b721ff);
    background: -o-linear-gradient(right, #21d4fd, #b721ff, #21d4fd, #b721ff);
    background: -moz-linear-gradient(right, #21d4fd, #b721ff, #21d4fd, #b721ff);
    background: linear-gradient(right, #21d4fd, #b721ff, #21d4fd, #b721ff);
    top: 0;
    left: -100%;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s
}

.login100-form-btn {
    font-family: Poppins-Medium;
    font-size: 15px;
    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: 100%;
    height: 50px
}

.wrap-login100-form-btn:hover .login100-form-bgbtn {
    left: 0
}





button {
    outline: none;
    border: none;
    background: 0 0
}

button:hover {
    cursor: pointer
}

#messages {
    margin-top: 12px;
    margin-bottom: 12px;
    padding: 12px;
    width: 100%;
    display: inline-block;
    background-color: antiquewhite;
    border: 1px solid black;
    max-height: 250px;
    min-height: 250px;
    overflow: scroll;
}


@media(max-width: 576px) {
    .wrap-login100 {
        padding: 77px 15px 33px
    }
}

@media(max-width: 992px) {
    .alert-validate::before {
        visibility: visible;
        opacity: 1
    }
}

/*  */