:root {
    /*Theme Colors*/
    --color-primary: #000;
    --color-secondary: #fff100;
    --color-primary-light: #059DFF;
    --color-primary-lightest: #059DFF;
    --color-tertiary: #15a0ff;
    --color-tertiary-alt: #6549D5;
    --color-primary-darker: #011827;
    --color-tertiary-darker: #150b40;
    --color-secondary-darker: #190301;
    /*Colors*/
    --color-pink: #E33FA1;
    --color-light-green: #36C6F0;
    --color-light-green-darker: #001f27;
    --color-pink-darker: #2f011d;
    --color-heading: #fff;
    --color-body: #acacac;
    --color-dark: #060606;
    --color-darker: rgba(6, 6, 6, 0.7);
    --color-darkest: rgba(0, 0, 0, 0.3);
    --color-black: var(--color-secondary);
    --color-blacker: rgba(15, 15, 17, 0);
    --color-blackest: #0f0f11;
    --color-border: hsla(0,0%,100%,0.1);
    --color-lessdark: #1e1e1e;
    --color-gray: #65676B;
    --color-midgray: #878787;
    --color-light: #E4E6EA;
    --color-lighter: #CED0D4;
    --color-lightest: #F0F2F5;
    --color-white: #fff;
    --color-success: #3EB75E;
    --color-danger: #FF0003;
    --color-warning: #FF8F3C;
    --color-info: #1BA2DB;
}

@font-face {
    font-family: Poppins-Regular;
    src: url(../fonts/poppins/Poppins-Regular.ttf);
}

@font-face {
    font-family: Poppins-Bold;
    src: url(../fonts/poppins/Poppins-Bold.ttf);
}

@font-face {
    font-family: Poppins-Medium;
    src: url(../fonts/poppins/Poppins-Medium.ttf);
}

@font-face {
    font-family: Montserrat-Bold;
    src: url(../fonts/montserrat/Montserrat-Bold.ttf);
}

* {
    margin: 0;
    padding: 0;
    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: #666;
    margin: 0;
    padding: 0;
    transition: all .4s;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
}

    a:focus {
        outline: none!important;
    }

    a:hover {
        text-decoration: none;
        color: #57b846;
    }

h1, h2, h3, h4, h5, h6 {
    margin: 0;
}

p {
    font-family: Poppins-Regular;
    font-size: 14px;
    line-height: 1.7;
    color: #666;
    margin: 0;
}

ul, li {
    margin: 0;
    list-style-type: none;
}

input {
    outline: none;
    border: none;
}

textarea {
    outline: none;
    border: none;
}

    textarea:focus, input:focus {
        border-color: transparent!important;
    }

        input:focus::-webkit-input-placeholder {
            color: transparent;
        }

        input:focus:-moz-placeholder {
            color: transparent;
        }

        input:focus::-moz-placeholder {
            color: transparent;
        }

        input:focus:-ms-input-placeholder {
            color: transparent;
        }

        textarea:focus::-webkit-input-placeholder {
            color: transparent;
        }

        textarea:focus:-moz-placeholder {
            color: transparent;
        }

        textarea:focus::-moz-placeholder {
            color: transparent;
        }

        textarea:focus:-ms-input-placeholder {
            color: transparent;
        }

input::-webkit-input-placeholder {
    color: var(--color-secondary);
}

input:-moz-placeholder {
    color: var(--color-secondary);
}

input::-moz-placeholder {
    color: var(--color-secondary);
}

input:-ms-input-placeholder {
    color: var(--color-secondary);
}

textarea::-webkit-input-placeholder {
    color: var(--color-secondary);
}

textarea:-moz-placeholder {
    color: var(--color-secondary);
}

textarea::-moz-placeholder {
    color: var(--color-secondary);
}

textarea:-ms-input-placeholder {
    color: var(--color-secondary);
}

button {
    outline: none!important;
    border: none;
    background: 0 0;
}

    button:hover {
        cursor: pointer;
    }

iframe {
    border: none!important;
}

.txt1 {
    font-family: Poppins-Regular;
    font-size: 13px;
    line-height: 1.5;
    color: #999;
}

.txt2 {
    font-family: Poppins-Regular;
    font-size: 13px;
    line-height: 1.5;
    color: #666;
}

.limiter {
    width: 100%;
    margin: 0 auto;
}

.container-login100 {
    width: 100%;
    min-height: 100vh;
    z-index: auto;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 15px;
    background: url(../images/authincation-bg.png);
    background-position: bottom fixed;
    background-repeat: no-repeat;
    background-size: cover;
}

.container-security100 {
    width: 100%;
    min-height: 100vh;
    z-index: auto;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 15px;
    background: url(../images/authincation-bg2.png);
    background-position: bottom fixed;
    background-repeat: no-repeat;
    background-size: cover;
}

.wrap-login100 {
    width: 960px;
    background: #fff;
    background-image: -moz-linear-gradient( 90deg, rgb(229 232 236) 0%, rgba(243,246,249,0) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(229 232 236) 0%, rgba(243,246,249,0) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(229 232 236) 0%, rgba(243,246,249,0) 100%);
    box-shadow: 0px 19px 54px 0px rgba(0, 0, 0, 0.13);
    box-shadow: 0 0 35px 0 rgba(154, 161, 171, 0.15);
    border-style: solid;
    border-width: 2px;
    border-color: rgb(255, 255, 255);
    border-radius: 35px;
    overflow: hidden;
    margin: 100px auto;
    margin-bottom: 0;
    z-index: 999;
    position: relative;
}

.model-position {
    position: absolute;
    width: 100%;
    top: 0;
    z-index: 9999;
}

.wrap-two {
    width: 960px;
    margin: 20px auto;
}

.login100-pic {
    width: 350px;
    height: 510px;
    position: relative;
    float: left;
}

.pic-color {
    background: #000;
    float: left;
    height: 100vh;
    width: 100%;
    opacity: 0.5;
    position: absolute;
    z-index: 999;
}

.login100-pic img {
    max-width: 100%;
}

.login100-form {
    width: 360px;
    float: left;
    margin: 0 0 0 100px;
}

.login100-form-title {
    font-family: Poppins-Regular,sans-serif;
    font-size: 1.1vw;
    font-weight: bolder;
    color: var(--color-primary);
    line-height: 1.2;
    text-align: center;
    width: 100%;
    display: block;
    padding-bottom: 30px;
    padding-top: 20px;
}

.login100-form-logo {
    text-align: center;
    width: 100%;
    padding-top: 40px;
    display: block;
}

    .login100-form-logo img {
        width: 150px;
    }

.login100-form label {
    font-size: 14px;
    color: #000;
    padding-left: 15px;
}

.wrap-input100 {
    position: relative;
    width: 100%;
    z-index: 1;
    margin-bottom: 10px;
}

.input100 {
    font-family: Poppins-Medium;
    font-size: 15px;
    line-height: 1.5;
    color: #ffff01;
    display: block;
    width: 100%;
    background: var(--color-primary);
    height: 50px;
    border-radius: 25px;
    border: none;
    padding: 0 30px 0 60px;
}

.inputwhite {
    font-family: Poppins-Medium;
    font-size: 15px;
    line-height: 1.5;
    color: #ffff01;
    display: block;
    width: 100%;
    background: #fff;
    height: 50px;
    border-radius: 25px;
    border: none;
    padding: 0 30px 0 60px;
}

.input100:focus {
    font-family: Poppins-Medium;
    font-size: 15px;
    line-height: 1.5;
    color: #fff;
    display: block;
    width: 100%;
    background: var(--color-primary);
    height: 50px;
    border-radius: 25px;
    border: none;
    padding: 0 30px 0 60px;
}

.input100:focus-visible {
    font-family: Poppins-Medium;
    font-size: 15px;
    line-height: 1.5;
    color: #fff;
    display: block;
    width: 100%;
    background: var(--color-primary);
    height: 50px;
    border-radius: 25px;
    border: none;
    padding: 0 30px 0 60px;
    outline: none;
}

.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(18, 24, 100, 0.8);
}

.input100:focus + .focus-input100 {
    -webkit-animation: anim-shadow .5s ease-in-out forwards;
    animation: anim-shadow .5s ease-in-out forwards;
}

@-webkit-keyframes anim-shadow {
    to {
        box-shadow: 0 0 70px 25px;
        opacity: 0;
    }
}

@keyframes anim-shadow {
    to {
        box-shadow: 0 0 70px 25px;
        opacity: 0;
    }
}

.symbol-inputwhite {
    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: 35px;
    pointer-events: none;
    color: var(--color-primary);
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
}

.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: 35px;
    pointer-events: none;
    color: var(--color-secondary);
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
}



.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;
    padding-top: 20px;
}

.login100-form-btn {
    font-family: Poppins-Bold;
    font-size: 1.1vw;
    font-weight: bold;
    line-height: 1.5;
    color: #000;
    margin: 2px;
    min-width: 150px;
    height: 42px;
    border-radius: 25px;
    background: var(--color-secondary);
    border: solid 1px #000;
    ;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 25px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
}

.login-secondary-btn {
    background: #179fd9;
}

.login100-form-btn:hover {
    background: var(--color-primary);
    color: var(--color-secondary);
    cursor: pointer;
}

.login100-form-btn:active {
    box-shadow: 0 5px #666;
    transform: translateY(4px);
}

@media(max-width:992px) {
    .wrap-login100;

{
    padding: 177px 90px 33px 85px;
}

.login100-pic {
    width: 35%;
}

.login100-form {
    width: 50%;
}

}

@media(max-width:768px) {
    .wrap-login100;

{
    padding: 100px 80px 33px;
}

.login100-pic {
    display: none;
    align-item;
}

.login100-form-logo {
    text-align: center;
    width: 100%;
    padding-top: 0;
    display: block;
}

.login100-form {
    width: 100%;
}

}

@media(max-width:576px) {
    .wrap-login100;

{
    padding: 50px 15px 50px;
}

}

.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: 13px;
    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: 8px;
    pointer-events: none;
    font-family: Poppins-Medium;
    color: #c80000;
    font-size: 13px;
    line-height: 1.4;
    text-align: left;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .4s;
    -o-transition: opacity .4s;
    -moz-transition: opacity .4s;
    transition: opacity .4s;
}

.alert-validate::after {
    content: "\f06a";
    font-family: FontAwesome;
    display: block;
    position: absolute;
    color: #c80000;
    font-size: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 13px;
}

.alert-validate:hover:before {
    visibility: visible;
    opacity: 1;
}

@media(max-width:992px) {
    .alert-validate::before;

{
    visibility: visible;
    opacity: 1;
}

}

.login-text {
    position: absolute;
    z-index: 999;
    color: #fff;
    width: 300px;
    margin: 225px 0 0 25px;
    text-align: center;
    /*display: inline-block;*/
    vertical-align: middle;
    z-index: 9999;
}

    .login-text p {
        color: #fff;
        font-size: 14px;
    }

.footer {
    bottom: 20px;
    text-align: center;
    width: 100%;
}

    .footer p {
        color: var(--color-primary);
        font-size: 14px;
    }

.selectdiv {
    position: relative;
    /*Don't really need this just for demo styling*/
    float: left;
}

/* IE11 hide native button (thanks Matt!) */
select::-ms-expand {
    display: none;
}

.selectdiv:after {
    content: '<>';
    font: 17px "Consolas", monospace;
    color: #fff;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    right: 11px;
    /*Adjust for position however you want*/
    top: 13px;
    padding: 0 0 2px;
    border-bottom: 1px solid #999;
    /*left line */
    position: absolute;
    pointer-events: none;
}

.selectdiv select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    /* Add some styling */
    display: block;
    height: 50px;
    float: right;
    padding: 0 30px 0 60px;
    font-size: 16px;
    line-height: 1.75;
    color: #ffff01;
    background-image: none;
    border: 1px solid #cccccc;
    -ms-word-break: normal;
    word-break: normal;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, textarea:-webkit-autofill, textarea:-webkit-autofill:hover, textarea:-webkit-autofill:focus, selectdiv:-webkit-autofill, selectdiv:-webkit-autofill:hover, selectdiv:-webkit-autofill:focus {
    /*border:1px solid ; */
    -webkit-text-fill-color: var(--color-secondary);
    -webkit-box-shadow: 0 0 0px 1000px var(--color-primary) inset;
    transition: background-color 5000s 0s;
}

    .inputwhite:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, textarea:-webkit-autofill, textarea:-webkit-autofill:hover, textarea:-webkit-autofill:focus, selectdiv:-webkit-autofill, selectdiv:-webkit-autofill:hover, selectdiv:-webkit-autofill:focus {
        /*border:1px solid ; */
        -webkit-text-fill-color: var(--color-secondary);
        -webkit-box-shadow: 0 0 0px 1000px var(--color-primary) inset;
        transition: background-color 5000s 0s;
    }

.input100:focus + .focus-input100 + .symbol-input100 {
    color: var(--color-secondary);
    padding-left: 28px;
}

.input100:hover + .focus-input100 + .symbol-input100 {
    color: var(--color-secondary);
    padding-left: 28px;
}

.alert-danger {
    color: #ffffff;
    background-color: #c80000;
    border-color: #c80000;
}

.alert {
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    text-align: center;
    border-radius: 10px;
}
.modaltext p {
    color: #fff;
}
/*.pic-color-2 {
    background: var(--color-secondary);
    float: left;
    height: 100vh;
    width: 100%;
    opacity: 0.5;
    position: absolute;
    left: 0;
    z-index: 0;
    top: 0;
}*/