﻿



/*//////////////////////////////////////////////////////////////////
[ FONT ]*/

/*@font-face {
    font-family: Poppins-Regular;
    src: url('../fonts/poppins/Poppins-Regular.ttf');
}*/

/*@font-face {
    font-family: Nunito-Sans;
    src: url('../fonts/Nunito_Sans/NunitoSans-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 ]*/

* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

body, html {
    height: 100%;
    font-family: 'Nunito Sans', 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: #6a7dfe;
  color: -webkit-linear-gradient(left, #21d4fd, #b721ff);
  color: -o-linear-gradient(left, #21d4fd, #b721ff);
  color: -moz-linear-gradient(left, #21d4fd, #b721ff);
  color: linear-gradient(left, #21d4fd, #b721ff);
} */


/*---------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
    margin: 0px;
}





p {
    font-family: 'Nunito Sans';/*Poppins-Regular;*/
    font-size: 14px;
    line-height: 1.7;
    color: #ffffff;
    margin: 0px;
}

ul, li {
    margin: 0px;
    list-style-type: none;
}


/*---------------------------------------------*/
input {
    outline: none;
    border: none;
}

textarea {
    outline: none;
    border: none;
}

@-webkit-keyframes autofill {
    to {
        background: transparent;
    }
}

input:-webkit-autofill {
    -webkit-animation-name: autofill;
    -webkit-animation-fill-mode: both;
}

    /*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: #adadad;
}

input:-moz-placeholder {
    color: #adadad;
}

input::-moz-placeholder {
    color: #adadad;
}

input:-ms-input-placeholder {
    color: #adadad;
}

textarea::-webkit-input-placeholder {
    color: #adadad;
}

textarea:-moz-placeholder {
    color: #adadad;
}

textarea::-moz-placeholder {
    color: #adadad;
}

textarea:-ms-input-placeholder {
    color: #adadad;
}

/*---------------------------------------------*/
button {
    outline: none !important;
    border: none;
    background: transparent;
}

    button:hover {
        cursor: pointer;
    }

iframe {
    border: none !important;
}


/*//////////////////////////////////////////////////////////////////
[ Utility ]*/
.txt1 {
    font-family: 'Nunito Sans' ; /*Poppins-Regular;*/
    font-size: 13px;
    color: #666666;
    line-height: 1.5;
}

.txt2 {
    font-family: 'Nunito Sans'; /*Poppins-Regular;*/
    font-size: 13px;
    color: #333333;
    line-height: 1.5;
}

/*//////////////////////////////////////////////////////////////////
[ login ]*/

.login-image-logo {
    text-align: left;
    padding-bottom: 20px;
}

.limiter {
    width: 100%;
    margin: 0 auto;
}

.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: #ffffff;
}

.wrap-login100 {
    width: 406px;
    background: #ffffff; /*#f7f7f7;*/
    border-radius: 0px;
    overflow: hidden;
    padding: 25px 10px 33px 10px;
    /*box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.1);*/
}


/*------------------------------------------------------------------
[ Form ]*/

.tertiary-btn {
    font-size: 16px;
    color: #a9a9a9;
    line-height: 1.2;
    margin-top: 8px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 35px;
    padding: 0 20px;
    background: #ffffff;
}

.login100-form {
    width: 100%;
}

.change-pass-title {
    font-family: 'Nunito Sans';
    font-size: 24px;
    font-weight: bolder;
}
.change-pass-desc {
    font-family: 'Nunito Sans';
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 38px;
}

.login100-form-title {
    display: block;
    font-family: 'Nunito Sans';
    font-size: 32px;
    color: #333333;
    text-align: left;
    font-weight: 800;
    line-height: 48px;
    margin-bottom: 8px;
}

.login100-form-subtitle {
    display: block;
    font-family: 'Nunito Sans';
    font-size: 18px;
    color: #333333;
    line-height: 24px;
    text-align: left;
    font-weight: normal;
    margin-bottom: 20px;
}

.login100-form-message {
    display: block;
    font-family: 'Nunito Sans';
    font-size: 16px;
    color: #55585E;
    line-height: 1.2;
    text-align: left;
    font-weight: normal;
}

.login100-form-title i {
    font-size: 60px;
}

/*------------------------------------------------------------------
[ Input ]*/
.recover-password {
    position: absolute;
    top: -21px;
    right: 0px;
    color: #5186FF;
}

.wrap-input100 {
    width: 100%;
    position: relative;
    
    margin-bottom: 32px;
}

.input100 {
    font-family: 'Nunito Sans';
    font-size: 15px;
    color: #000;
    line-height: 1.2;
    display: block;
    width: 100%;
    height: 32px;
    background: transparent;
    padding: 8px;
    border-color: #E0EDF8;
    box-sizing: border-box;
    border: 1px solid #E0EDF8;
    font-size: 14px !important;
    border-radius: 3px;
}

/*---------------------------------------------*/
.focus-input100 {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    line-height: 1.2;
    pointer-events: none;
    color: #000;
    margin-bottom: 5px;
}

    .focus-input100::before {
        /*content: "";
        display: block;
        position: absolute;
        bottom: -2px;
        left: 0;
        width: 0;
        height: 2px;
        -webkit-transition: all 0.4s;
        -o-transition: all 0.4s;
        -moz-transition: all 0.4s;
        transition: all 0.4s;
        background: #ffffff;
        background: linear-gradient(left, #ffffff, #b721ff);*/
    }

    .focus-input100::after {
        font-family: 'Nunito Sans';
        font-size: 16px;
        color: #2D3138;
        line-height: 22px;
        font-weight: 600;
        content: attr(data-placeholder);
        display: block;
        width: 100%;
        position: absolute;
        top: 16px;
        left: 0px;
        padding-bottom: 8px;
        -webkit-transition: all 0.4s;
        -o-transition: all 0.4s;
        -moz-transition: all 0.4s;
        transition: all 0.4s;
    }

.input100:focus + .focus-input100::after {
    top: -23px;    
}

.input100:focus {
    box-sizing: border-box;
    border: 1px solid #E0EDF8;
    -webkit-appearance: none
}

textarea:focus + textarea::after {
    top: -23px;    
}

.input100:focus + .focus-input100::before {
    width: 100%;
}

 .focus-input100::after {
    top: -23px;
}

.focus-input100::before {
    width: 100%;
}

/*---------------------------------------------*/
.btn-show-pass {
    font-size: 15px;
    color: #999999;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    position: absolute;
    height: 100%;
    top: 0;
    right: 0;
    padding-right: 5px;
    cursor: pointer;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

/*------------------------------------------------------------------
[ Button ]*/


.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;
    overflow: hidden;
    margin: 0 auto;    
    /*box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.1);*/
}

.login100-form-bgbtn {
    position: absolute;
    z-index: -1;
    width: 300%;
    height: 100%;
    background: #ffffff;
    /* background: -webkit-linear-gradient(right, #ffffff, #000000);
  background: linear-gradient(right, #21d4fd, #b721ff, #21d4fd, #b721ff); */
    top: 0;
    left: -100%;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.login100-form-btn {
    font-family: 'Nunito Sans';
    font-size: 20px;
    color: #ffffff;
    line-height: 1.2;
    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;
    /*box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.1);*/
    transition: all 0.3s ease-in;
    background: #5186FF;
}

    .login100-form-btn:active {
        background: rgba(0,0,0,0.5);
    }

.wrap-login100-form-btn:hover .login100-form-bgbtn {
    left: 0;
}


/*------------------------------------------------------------------
[ Responsive ]*/

@media (max-width: 576px) {
    .wrap-login100 {
        padding: 77px 15px 33px 15px;
    }
}



/*------------------------------------------------------------------
[ 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: 0px;
    pointer-events: none;
    font-family: 'Nunito Sans';
    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: "\f06a";
    font-family: FontAwesome;
    font-size: 16px;
    color: #c80000;
    display: block;
    position: absolute;
    background-color: #fff;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 5px;
}

.alert-validate:hover:before {
    visibility: visible;
    opacity: 1;
}

@media (max-width: 992px) {
    .alert-validate::before {
        visibility: visible;
        opacity: 1;
    }
}


/* Checkbox */
.login-remember {
    cursor: pointer;
}
.login-remember label {
    font-weight: 400;
    font-size: 14px;
    color: #55585E;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.login-remember input{
  position: absolute;
  left: 0;
  visibility: hidden;
}

input[name=RememberLogin]:checked + .checkbox-icon {
    background-color: #5186FF;
    border-color: #5186FF;
}

.checkbox-icon {
    width: 16px;
    height: 16px;
    display: inline-block;
    border: 1px solid #E0EDF8;
    border-radius: 3px;
    margin-right: 8px;
}

.username-input {
    margin-bottom: 50px;
}

.get-a-demo {
    margin-top: 24px;
}

.get-a-demo a {
    color:#5186FF;
}
.get-a-demo p {
    color: #55585E;
}

#show_password {
    color: #A5ACBC;
    position: absolute;
    top: 6px;
    right: 7px;
}

#show_password:hover{
    color: #6b758b;
}

#tooltip {
    color: #416ed8;
    font-size: 16px;
    position: absolute;
    
    top: -22px;
    right: 4px;
}

    #tooltip .tooltip-text {
        width: 200px;
        margin-left: 16px;
        padding: 8px;
        background-color: #edf1f3;
        color: #333333;
        font-size: 12px;
        font-family: 'Nunito Sans';
        visibility: hidden;

        /* Position the tooltip */
        position: absolute;
        z-index: 1;
        top: 50%;
        transform: translateY(-50%);
        white-space: normal;
    }

        #tooltip .tooltip-text::after {
            content: '';
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            right: 100%;
            border-width: 8px;
            border-style: solid;
            border-color: transparent #edf1f3 transparent transparent;
        }

    #tooltip .icon:hover {
        cursor: pointer;
    }

    #tooltip:hover .tooltip-text {
        visibility: visible;
        z-index: 100001;
        word-break: break-word;
    }