@import url(fontiran.css); /* لینک فایلی که وظیفه بارگذاری فونت ها را برعهده دارد */
body {
    font-family: IRANSans !important;
    font-weight: 300;
    direction: rtl;
    background-color: #E2E2E2;
    margin: 0;
}
.panel {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 5rem;
}
.register {
    width: 23rem;
    height: fit-content;
    background-color: #fffefe;
    border-radius: 5px;
    box-shadow: 0 0 6px -3px #000;
    overflow: hidden;
}
.register .header {
    padding: 1rem;
    border-bottom: 1px solid #ccc;
    display: flex;
    align-items: center;
    justify-content: start;
    margin-bottom: 1rem;
}
.register .header p {
    font-size: 16px;
    font-weight: 500;
    color: #706f6f;
}
.register .header a {
    color: #727272;
    line-height: 10px;
}
.register .header i {
    font-size: 20px;
    margin-left: 1rem;
    cursor: pointer;
}
.register .body {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 1rem;
}
.register .password a {
    padding: 1rem 0;
    color: #03A9F4;
    text-decoration: none;
}
.register .password a:hover {
    color: #1a85ff;
}
.register .mobile, .register .password {
    display: flex;
    align-items: self-start;
    flex-direction: column;
    margin-bottom: 1rem;
}
.register .mobile label, .register .password label{
    position: relative;
    font-weight: 500;
}
.register .mobile label:before {
    font: normal normal normal 30px / 1 FontAwesome;
    content: "\F10B";
    position: absolute;
    top: 42px;
    margin-right: 5px;
    font-size: 21px;
}
.register .password label:before {
    font: normal normal normal 30px / 1 FontAwesome;
    content: "\F023";
    position: absolute;
    top: 42px;
    margin-right: 5px;
    font-size: 21px;
}
.mobile input, .password input {
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 3px;
    height: 2.7rem;
    padding: 5px 1.7rem 5px;
}
.mobile input::placeholder, .password input::placeholder {
    font-size: 14px;
    font-weight: 300;
}
.mobile input:focus , .password input:focus{
   outline-color: rgba(143, 178, 243, 0.78);
}
.body button {
    border: none;
    position: relative;
    width: auto;
    height: 3rem;
    background-color: #ef394e;
    border-radius: .5rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    color: #fff;
    padding: 0 1rem;
    margin-top: 2rem;
}
.body button span {
    margin: auto;
}
.body button i {
    font-size: 23px;
}
.body button:before {
    content: "";
    position: absolute;
    right: 0;
    width: 4rem;
    height: 64px;
    background-color: rgba(255, 255, 255, 0.2);
    border-bottom-left-radius: 90%;
    border-top-left-radius: 90%;
    transition: .3s;
}
.body button:hover:before {
    width: 100%;
    border-radius: 1rem;
}
.footer {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    margin: 2.1rem 0 0;
    height: 3rem;
    background-color: #fff3cd;
}
.footer p {
    padding: 0;
    margin: 0;
}
.footer a {
    border-bottom: 1px dashed;
    text-decoration: none;
    font-weight: 300;
}
.login .body button {
    margin-top: 3px;
}
.login .footer {
    margin: 1.6rem 0 0;
}
.login .password a {
    padding: 1rem 0 0;
    font-size: 13px;
}
.reset {
    height: 17rem;
}
.reset .body button {
    margin-top: 1rem;
}
.body .errorLogin {
    position: absolute;
    top: -10px;
    left: 0;
    right: 0;
    text-align: center;
}
.login .text-danger {
    margin: 0;
    text-align: center;
    font-size: 12px;
    font-weight: 500;
}
.social a {
    outline: none;
    text-decoration: none;
    border: 1px solid #b46060;
    border-radius: 5px;
    padding: 2px 10px;
    color: #727272;
    transition: .3s;
    margin-left: 5px;
}
.social a:hover {
    color: #ffffff;
    background-color: #f26171;
    border: none;
}
.social span {
    font-size: 12px;
    font-weight: 600;
    color: #727272;
}
.social a:hover span {
    color: #ffffff;
}
