﻿body, html {
    height: 100%;
}

.limiter {
    width: 100%;
    margin: 0 auto;
    background-image: url('../images/bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}

.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-color: #f1f7fb40;
}

.wrap-login100 {
    width: 500px;
    background: #fff;
    border-radius: 10px;
    position: relative;
    box-shadow: 1px 1px 8px 0px #ccc8c8;
}

.p-r-85 {
    padding-right: 55px;
}

.p-l-85 {
    padding-left: 55px;
}

.p-b-55 {
    padding-bottom: 55px;
}

.p-t-55 {
    padding-top: 55px;
}

.login100-form {
    width: 100%;
}

.flex-sb {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
}

.flex-w {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
}

.login100-form-title {
    /* font-family: Raleway-Medium; */
    font-size: 30px;
    color: #555;
    line-height: 1.2;
    text-transform: uppercase;
    text-align: left;
    /* width: 100%; */
    display: inline-block;
    text-align: right;
    direction: rtl;
}

.p-b-32 {
    padding-bottom: 32px;
}

.txt1 {
    /* font-family: Raleway-SemiBold; */
    font-size: 13px;
    color: #555;
    line-height: 1.4;
    text-transform: uppercase;
    text-align: right;
    direction: rtl;
    width: 100%;
}

.p-b-11 {
    padding-bottom: 11px;
}

.wrap-input100 {
    width: 100%;
    position: relative;
    background-color: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 2px;
}

.m-b-36 {
    margin-bottom: 36px;
}

.validate-input {
    position: relative;
}

input {
    outline: none;
    border: none;
}

.input100 {
    color: #555;
    line-height: 1.2;
    font-size: 18px;
    display: block;
    width: 100%;
    background: 0 0;
    height: 55px;
    padding: 0 25px;
}

.focus-input100 {
    position: absolute;
    display: block;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    top: -1px;
    left: -1px;
    pointer-events: none;
    border: 1px solid #57b846;
    border-radius: 3px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
    -webkit-transform: scaleX(1.1) scaleY(1.3);
    -moz-transform: scaleX(1.1) scaleY(1.3);
    -ms-transform: scaleX(1.1) scaleY(1.3);
    -o-transform: scaleX(1.1) scaleY(1.3);
    transform: scaleX(1.1) scaleY(1.3);
}

.btn-show-pass {
    font-size: 15px;
    color: #999;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    position: absolute;
    height: 100%;
    top: 0;
    right: 12px;
    padding: 0 5px;
    cursor: pointer;
    -webkit-transition: background .4s;
    -o-transition: background .4s;
    -moz-transition: background .4s;
    transition: background .4s;
}

.flex-sb-m {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-end;
    -ms-align-items: center;
    align-items: center;
}

.txt3 {
    font-size: 13px;
    color: #555;
    line-height: 1.4;
}

.container-login100-form-btn {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}

.login100-form-btn {
    font-size: 16px;
    color: #fff;
    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;
    min-width: 150px;
    height: 55px;
    background-color: #333;
    border-radius: 27px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
}

button {
    outline: none !important;
    border: none;
    background: 0 0;
}

.p-b-48 {
    padding-bottom: 48px;
}

a:hover {
    text-decoration: none;
    color: #57b846;
}

.login100-form-btn:hover {
    background-color: #57b846;
}

button:hover {
    cursor: pointer;
}

textarea:focus, input:focus {
    border-color: transparent !important;
}

.input100:focus + .focus-input100 {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.m-b-12 {
    margin-bottom: 12px;
}


@media (max-width: 700px) {
    .login100-form-title {
        width: 100%;
        text-align: center;
    }
    .wrap-login100 {
        padding-right: 15px;
        padding-left: 15px;
    }
}


/*captcha*/
.captcha-img-wrapper {
    position: absolute;
    left: 0px;
}

.captcha-img {
    width: 130px;
    height: 55px;
    vertical-align: text-bottom;
    padding: .25rem .25rem !important;
    border-style: none;
}

.captcha-btn {
    float: left;
    background: #f2f2f2;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    display: inline-block;
    font-weight: 400;
    line-height: 1.18;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    border: 1px solid transparent;
    padding: 1.03rem .8rem;
    font-size: 1rem;
    transition: all .2s ease-in-out;
    border-bottom-left-radius: 0;
    border-bottom-left-radius: 2px;
    border-top-left-radius: 2px;
}
.captchacss {
    font-family: serif !important;
    font-size: 22px;
    padding-left: 170px;
}

.error-input {
    color: red;
    direction: rtl;
    text-align: right;
    display: block;
    font-size: 12px;
    width: 100%;
    padding: 8px;
}

.swal2-title {
    font-size: 1em;
    direction: rtl;
}
.swal2-styled.swal2-confirm {
    direction: rtl;
}

.iti {
    width: 100%;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #eaeaea;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #eaeaea;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #eaeaea;
}