::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #dcdcdc !important;;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #dcdcdc !important;
}


/********/
.login{
    position: relative;
    margin-bottom: 150px;
    border-top: 1px solid #d9d9d9;
    margin-top: 20px;
    padding-top: 100px;
}

.loginUser , .registerUser{
    position: relative;
    border:1px solid #e2e2e2;
    padding: 10px;
    border-radius: 10px;
    padding-bottom: 50px;


    box-sizing: border-box;
    border: 1px solid transparent;
    background-clip: padding-box,border-box;
    background-origin: padding-box,border-box;
    background-image: linear-gradient(#fff,#fff),linear-gradient(#e2e2e2,#fd8285);
    min-height: 500px;
}
.headTitle span{
    color: #535353 ;
    cursor: default;
}
.headTitle i{
    color: #f728c2;
}
.head{
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #f3f3f3;
    padding: 10px;
    margin-bottom: 50px;
}
.forgetP{
    color: #32adec;
    text-decoration: none;
    transition: all ease 0.5s;
    font-size: 0.8em;
    display: block;
    margin: 0 auto;
    text-align: center;
}
.forgetP:hover{
    text-decoration: none;
    color: #32adec;
    transform: scale(1.05);
}
.loginUser form input{
    border:1px solid #dcdcdc;
    color: #d7d7d7;
}
input:focus{
    border:1px solid #ec3237 !important;
}
.body{
    padding: 30px;
    width: 80%;
    margin: 0 auto;
}

.registerUser button{
    background: #6d8494;
}
.registerUser button:hover{
    background: #6d8494;
}


.registerUser .lineInLoginModal{
    height: 1px;
    background: #808080;
    margin: 0 auto;
    margin-bottom: -13px;
}
.registerUser p{
    text-align: center;
    color: #808080;
    background: #FFFFFF;
    width: 150px;
    display: inline-block;
    cursor: default;
    font-size: 0.8em;
}

.captcha_div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* width: 308px; */
    margin: 0 auto;
    flex-direction: row-reverse;
}
.captcha_div .captcha_img {
    width: 29%;
    height: 40px;
    border: 1px solid gainsboro;
    border-radius: 5px;
    overflow: hidden;
}
.captcha_div .captcha_field {
    width: 70%;
}
.captcha_div .captcha_field input {
    border: 1px solid gainsboro;
    border-radius: 5px;
    padding: 10px;
    height: 40px;
    width: 100%;
}
.captcha_div .captcha_img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}