/*---------------------------------------------*/

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: rgba(0, 0, 0, 0.5);
}

input:-moz-placeholder {
    color: rgba(0, 0, 0, 0.5);
}

input::-moz-placeholder {
    color: rgba(0, 0, 0, 0.5);
}

input:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.5);
}

textarea::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.5);
}

textarea:-moz-placeholder {
    color: rgba(0, 0, 0, 0.5);
}

textarea::-moz-placeholder {
    color: rgba(0, 0, 0, 0.5);
}

textarea:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.5);
}


/*---------------------------------------------*/

button {
    outline: none !important;
    border: none;
    background: transparent;
}

button:hover {
    cursor: pointer;
}

iframe {
    border: none !important;
}


/*//////////////////////////////////////////////////////////////////
[ Utility ]*/

.txt1 {
    font-size: 13px;
    line-height: 1.5;
    color: #24214c;
}

.txt2 {
    font-size: 13px;
    line-height: 1.5;
    color: #24214c;
}


/*//////////////////////////////////////////////////////////////////
[ login ]*/

.limiter {
    width: 100%;
    margin: 0 auto;
}

.container-login100 {
    width: 100%;
    height: 100%;
    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;
    z-index: 999;
}

.wrap-login100 {
    width: 444px;
    background: #fff;
    z-index: 2;
    overflow: hidden;
    border-radius: 5px;
    box-shadow: 1px 10px 7px 7px rgba(54, 64, 113, 0.73);
    -webkit-box-shadow: 1px 10px 7px 7px rgba(54, 64, 113, 0.73);
    -moz-box-shadow: 1px 10px 7px 7px rgba(54, 64, 113, 0.73);
    box-shadow: 1px 7px 7px 4px rgba(54, 64, 113, 0.73);
    -webkit-box-shadow: 1px 7px 7px 4px rgba(54, 64, 113, 0.73);
    -moz-box-shadow: 1px 7px 7px 4px rgba(54, 64, 113, 0.73);
}


/*------------------------------------------------------------------
[  ]*/

.login100-pic {
    width: 316px;
}

.login100-pic img {
    max-width: 100%;
}


/*------------------------------------------------------------------
[  ]*/

.login100-form {
    width: 320px;
}

.login100-form-title {
    line-height: 1.2;
    text-align: center;
    width: 100%;
    display: block;
    padding-bottom: 30px;
    color: #66799e!important;
    font-size: 1.1rem;
}

.navbar-brand img {
    height: 110px;
}

.h2,
h2 {
    font-size: 1.1rem;
    margin-bottom: 1.5rem;
    font-weight: 700;
    /*color: #564ec1;*/
    color: #025E58;
}

.shapeparrent {
    position: absolute;
    top: 5%;
    left: 7%;
    opacity: 0.40;
}

.shapeparrent2 {
    position: absolute;
    top: 38%;
    left: 11%;
    opacity: 0.30;
    width: 10%;
}

.shape {
    position: relative;
    display: inline-block;
    width: 200px;
    height: 200px;
    top: 2%;
    left: 2%;
    border-radius: 100%;
    background: rgb(217 236 247);
    opacity: 0.4;
}

.shape2 {
    position: absolute;
    display: inline-block;
    width: 171px;
    height: 172px;
    top: 5.5%;
    left: 10%;
    border-radius: 100%;
    background: rgb(236 246 251);
    opacity: 0.3;
}

.shape3 {
    position: absolute;
    display: inline-block;
    width: 141px;
    height: 142px;
    top: 11.2%;
    left: 18%;
    border-radius: 100%;
    background: rgb(255 255 255);
    opacity: 0.2;
}

.shapeparrent3 {
    position: absolute;
    top: 3%;
    right: -30px;
    opacity: 0.20;
    width: 7%;
}

.shape31 {
    position: relative;
    display: inline-block;
    width: 100px;
    height: 100px;
    top: 2%;
    left: 2%;
    border-radius: 100%;
    background: rgb(217 236 247);
}

.shape32 {
    position: absolute;
    display: inline-block;
    width: 71px;
    height: 72px;
    top: 12.5%;
    left: 10%;
    border-radius: 100%;
    background: rgb(236 246 251);
}

.shape33 {
    position: absolute;
    display: inline-block;
    width: 41px;
    height: 42px;
    top: 24.2%;
    left: 18%;
    border-radius: 100%;
    background: rgb(255 255 255);
}

.shapeparrent4 {
    position: absolute;
    bottom: 6%;
    right: 11%;
    opacity: 0.15;
    width: 10%;
}

.shape41 {
    position: relative;
    display: inline-block;
    width: 300px;
    height: 300px;
    top: 2%;
    left: 2%;
    border-radius: 100%;
    background: rgb(217 236 247);
}

.shape42 {
    position: absolute;
    display: inline-block;
    width: 271px;
    height: 272px;
    top: 5.5%;
    left: 10%;
    border-radius: 100%;
    background: rgb(236 246 251);
}

.shape43 {
    position: absolute;
    display: inline-block;
    width: 241px;
    height: 242px;
    top: 11.2%;
    left: 18%;
    border-radius: 100%;
    background: rgb(255 255 255);
}

.shapeparrent5 {
    position: absolute;
    top: 6%;
    right: 21%;
    opacity: 0.25;
    width: 10%;
}

.shape51 {
    position: relative;
    display: inline-block;
    width: 300px;
    height: 300px;
    top: 2%;
    left: 118%;
    border-radius: 100%;
    background: rgb(217 236 247);
}

.shape52 {
    position: absolute;
    display: inline-block;
    width: 271px;
    height: 272px;
    top: 5.5%;
    left: 127%;
    border-radius: 100%;
    background: rgb(236 246 251);
}

.shape53 {
    position: absolute;
    display: inline-block;
    width: 241px;
    height: 242px;
    top: 11.2%;
    left: 138%;
    border-radius: 100%;
    background: rgb(255 255 255);
}

.shapeparrent6 {
    position: absolute;
    bottom: 6%;
    right: 0;
    opacity: 0.1;
    width: 10%;
}

.shape61 {
    position: relative;
    display: inline-block;
    width: 100px;
    height: 100px;
    top: 2%;
    left: 2%;
    border-radius: 100%;
    background: rgb(217 236 247);
}

.shape62 {
    position: absolute;
    display: inline-block;
    width: 71px;
    height: 72px;
    top: 12.5%;
    left: 10%;
    border-radius: 100%;
    background: rgb(236 246 251);
}

.shape63 {
    position: absolute;
    display: inline-block;
    width: 41px;
    height: 42px;
    top: 24.2%;
    left: 18%;
    border-radius: 100%;
    background: rgb(255 255 255);
}

.shapeparrent7 {
    position: absolute;
    top: 6%;
    right: 30%;
    opacity: 0.25;
    width: 10%;
}

.shape71 {
    position: relative;
    display: inline-block;
    width: 100px;
    height: 100px;
    top: 2%;
    left: 2%;
    border-radius: 100%;
    background: rgb(217 236 247);
}

.shape72 {
    position: absolute;
    display: inline-block;
    width: 71px;
    height: 72px;
    top: 12.5%;
    left: 10%;
    border-radius: 100%;
    background: rgb(236 246 251);
}

.shape73 {
    position: absolute;
    display: inline-block;
    width: 41px;
    height: 42px;
    top: 24.2%;
    left: 18%;
    border-radius: 100%;
    background: rgb(255 255 255);
}

.shapeparrent8 {
    position: absolute;
    bottom: 3%;
    right: 30%;
    opacity: 0.20;
    z-index: 0;
    width: 10%;
}


/*---------------------------------------------*/

.wrap-input100 {
    position: relative;
    width: 100%;
    z-index: 1;
    margin-bottom: 10px;
}

.input100 {
    font-size: 15px;
    line-height: 1.5;
    color: #24214c;
    display: block;
    width: 100%;
    height: 45px;
    padding: 0 30px 0 40px;
    border-radius: 5px;
    border: 1px solid #bbbbbb;
}

.input50 {
    font-size: 15px;
    line-height: 1.5;
    color: #24214c;
    display: block;
    width: 100%;
    height: 45px;
    padding: 0 0px 0 10px;
    border-radius: 5px;
    border: 1px solid #bbbbbb;
    /* border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    border-top-right-radius: 2px;
    box-shadow: 1px 2px 5px 0px rgb(153 180 221 / 75%);
    -webkit-box-shadow: 1px 2px 5px 0px rgb(153 180 221 / 75%);
    -moz-box-shadow: 1px 2px 5px 0px rgba(153, 180, 221, 0.75); */
}


/*------------------------------------------------------------------
[ Focus ]*/

.focus-input100 {
    display: block;
    position: absolute;
    border-radius: 3px;
    bottom: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    box-shadow: 0px 0px 0px 0px;
    text-transform: uppercase;
    background: #564ec1;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.symbol-input100 {
    font-size: 1.5rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    position: absolute;
    border-radius: 3px;
    bottom: 0px;
    left: 7px;
    width: 100%;
    height: 100%;
    padding-left: 5px;
    pointer-events: none;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    /*color: #564ec1;*/
    color: #025E58;
}

.input100:focus+.focus-input100+.symbol-input100 {
    /* text-transform: uppercase;
    background: #025E58;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding-left: 5px; */
}


/*------------------------------------------------------------------
[ 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;
    padding-top: 15px;
}

.login100-form-btn {
    font-size: 15px;
    line-height: 1.5;
    color: #fff;
    text-transform: uppercase;
    width: 100%;
    height: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 25px;
    border-radius: 3px;
}


/*------------------------------------------------------------------
[ Responsive ]*/

@media (max-width: 992px) {
    .wrap-login100 {
        padding: 35px 90px 35px 85px;
    }
    .login100-pic {
        width: 35%;
    }
    .login100-pic {
        display: none;
    }
    .login100-form {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .wrap-login100 {
        padding: 30px 80px 30px 80px;
    }
    .login100-form {
        width: 100%;
    }
}

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

.btn-social {
    position: relative;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border: 1px solid #e2e7eb;
    padding-left: 60px;
    background-color: #f6f9fc;
}

.btn-social> :first-child {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 40px;
    line-height: 36px;
    font-size: 1.2em;
    text-align: center;
    border-right: 1px solid #d8e2eb;
}

.btn-social.btn-lg {
    padding-left: 61px;
}

.btn-social.btn-lg> :first-child {
    line-height: 45px;
    width: 45px;
    font-size: 1.8em;
}

.btn-social.btn-sm {
    padding-left: 38px;
}

.btn-social.btn-sm> :first-child {
    line-height: 28px;
    width: 28px;
    font-size: 1.4em;
}

.btn-social.btn-xs {
    padding-left: 30px;
}

.btn-social.btn-xs> :first-child {
    line-height: 20px;
    width: 20px;
    font-size: 1.2em;
}

.btn-social-icon {
    position: relative;
    padding-left: 44px;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 34px;
    width: 34px;
    padding: 0;
}

.btn-social-icon> :first-child {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 32px;
    line-height: 34px;
    font-size: 1.6em;
    text-align: center;
    border-right: 1px solid rgba(0, 0, 0, 0.2);
}

.btn-social-icon.btn-lg {
    padding-left: 61px;
}

.btn-social-icon.btn-lg> :first-child {
    line-height: 45px;
    width: 45px;
    font-size: 1.8em;
}

.btn-social-icon.btn-sm {
    padding-left: 38px;
}

.btn-social-icon.btn-sm> :first-child {
    line-height: 28px;
    width: 28px;
    font-size: 1.4em;
}

.btn-social-icon.btn-xs {
    padding-left: 30px;
}

.btn-social-icon.btn-xs> :first-child {
    line-height: 20px;
    width: 20px;
    font-size: 1.2em;
}

.btn-social-icon> :first-child {
    border: none;
    text-align: center;
    width: 100%;
    color: #fff;
}

.btn-social-icon.btn-lg {
    height: 45px;
    width: 45px;
    padding-left: 0;
    padding-right: 0;
}

.btn-social-icon.btn-sm {
    height: 30px;
    width: 30px;
    padding-left: 0;
    padding-right: 0;
}

.btn-social-icon.btn-xs {
    height: 22px;
    width: 22px;
    padding-left: 0;
    padding-right: 0;
}



@media only screen and (max-width: 600px) and (min-width: 375px)  {

    .h2,
    h2 {
        font-size: 0.94rem;
        margin-bottom: 1.5rem;
        font-weight: 700;
        /* color: #564ec1; */
    }


}


@media only screen and (max-width: 374px) and (min-width: 280px)  {

    .h2,
    h2 {
        font-size: 0.75rem;
        margin-bottom: 1.5rem;
        font-weight: 700;
        color: #564ec1;
    }


}

