﻿.headerBtnAdd {
    float: left !important;
    margin-left: 10px;
}


/*//////////////////////////////////////////////////////////////////

/*---------------------------------------------*/
.txt1 {
    padding-top:35px;
}

.txt2 {
  
    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;
}

    .txt2:hover {
        text-decoration: none;
        color: #476fc4;
    }


/*---------------------------------------------*/
button:hover {
    cursor: pointer;
}

/*//////////////////////////////////////////////////////////////////
[ login ]*/

.limiter {
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
}

.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: #9053c7;
    background: -webkit-linear-gradient(-135deg, #3c8dbc, #fffca9);
    background: -o-linear-gradient(-135deg, #3c8dbc, #fffca9);
    background: -moz-linear-gradient(-135deg, #3c8dbc, #fffca9);
    background: linear-gradient(-135deg, #3c8dbc, #fffca9);
}

.wrap-login100 {
    width: 960px;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 112px 130px 33px 95px;
}

/*------------------------------------------------------------------
[  ]*/
.login100-pic {
    width: 316px;
    height: 200px;
    position: relative;
    top: 60px;
}

 .login100-pic img {
        max-width: 100%;
 }


/*------------------------------------------------------------------
[  ]*/
.login100-form {
    width: 290px;
}

.login100-form-title {
    
    font-size: 24px;
    line-height: 36px;
    text-align: center;
    display: block;
    padding-bottom: 30px;
}


/*---------------------------------------------*/
.wrap-input100 {
    position: relative;
    width: 100%;
    z-index: 1;
    margin-bottom: 10px;
}

.input100 {
  
    font-size: 13px;
    text-align:right;
    line-height: 1.5;
    color: #666666;
    display: block;
    width: 100%;
    background: #e6e6e6;
    height: 50px;
    border-radius: 25px;
    padding: 0 49px 0 20px;
    outline: none;
    border: none;
}


/*------------------------------------------------------------------
[ Focus ]*/
.focus-input100 {
    display: block;
    position: absolute;
    border-radius: 25px;
    bottom: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    box-shadow: 0px 0px 0px 0px;
    color: rgba(87,184,70, 0.8);
}

.input100:focus + .focus-input100 {
    -webkit-animation: anim-shadow 0.5s ease-in-out forwards;
    animation: anim-shadow 0.5s ease-in-out forwards;
}

@-webkit-keyframes anim-shadow {
    to {
        box-shadow: 0px 0px 70px 25px;
        opacity: 0;
    }
}

@keyframes anim-shadow {
    to {
        box-shadow: 0px 0px 70px 25px;
        opacity: 0;
    }
}

.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: -16px;
    width: 100%;
    height: 100%;
    padding-right: 20px;
    pointer-events: none;
    color: #666666;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.input100:focus + .focus-input100 + .symbol-input100 {
    color: #57b846;
    padding-left: 40px;
}

/*------------------------------------------------------------------
[ 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: 20px;
    direction:rtl;
}

.login100-form-btn {
   
    line-height: 1.5;
    color: #fff;
    text-transform: uppercase;
    width: 100%;
    height: 50px;
    border-radius: 25px;
    background: #57b846;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 25px;
    outline: none;
    border: none;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

    .login100-form-btn:hover {
        background: #333333;
    }

.has-feedback{
    direction:rtl;
}
.has-feedback span{
    color: #de1e1e;
}
.has-feedback input {
    margin-top: 10px;
}
.container-login100-form-btn {
    padding-top: 10px;
}
.container-login100-form-btn button {
    width: 60%;
}
.container-login100-form-btn a {
    width: 38%;
    margin-right: 5px;
    background: #337ab7;
}
.wrap-login100 ul {
    list-style-type: none;
    text-align: right;
    color: #e41e1e;
}
.container-login100-form-btn a i {
    margin-left: 2px;
}
.wrap-login100 p {
    text-align: center;
    line-height: 24px;
    position: relative;
    top: -60px;
}
.myp {
    width: 100%;
    position: relative;
    top: -40px;
}
/*------------------------------------------------------------------
[ Responsive ]*/
/*

*/
@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: 59px 80px 33px 80px;
        height: 100%;
    }

    .login100-pic {
        width: 100%;
        text-align: center;
        margin-bottom: 5px;
        height: 100px;
        position: relative;
        top: 0px;
    }

        .login100-pic img {
            max-width: 30%;
        }

    .login100-form {
        width: 100%;
    }

    .wrap-login100 p {
        position: relative;
        top: 0;
        width: 100%;
        margin-top: 5px;
        font-size:13px;
    }

    .txt1 {
        font-size: 13px;
    }

    .txtH5 {
        font-size: 12px;
    }
}

@media (max-width: 576px) {
    .wrap-login100 {
        padding: 35px 25px 33px 35px;
    }

    .container-login100-form-btn a {
        width: 41%;
        font-size: 14px;
    }
    .container-login100-form-btn button {
        width: 57%;
    }
}
@media (max-width: 450px) {
    .login100-pic img {
        max-width: 46%;
    }
}

