﻿@font-face {
    font-family: B-Homa;
    src: url(/Font/B_Homa/B_Homa.ttf);
}

@font-face {
    font-family: B-NAZANIN;
    src: url(/Font/B_NAZANIN/B_NAZANIN.TTF);
}

@font-face {
    font-family: Arshia;
    src: url(/Font/Far_Arshia.ttf);
}
body{
    background-image: url("/images/login_back.png");
    background-repeat: no-repeat ;
    background-position: left top;
    margin: 0;
    padding:0;
}
@media (max-width:700px) {
    body {background-image: url("/images/login_back.jpg");background-repeat: repeat;}
}
.container{
    display: block;
}
.titleLogin {
    display: block;
    margin-right: 20%;
    position: absolute;
    margin-top: 5%;
    font-family: B Homa;
    font-size: 1.1em;
    color: #2895a3;
}
@media (max-width:700px){
    .titleLogin {position:relative; bottom:10px; color:#fff; margin-right: 15%}
}
.login {
    border-radius: 30px;
    font-family: B-NAZANIN;
    text-align: center;
    background-color: #089fae;
    opacity: 0.9;
    margin-right: 20%;
    margin-top: 10%;
    float: right;
    min-width: 22%;
    height: 560px;
}
@media (max-width:700px){
    .login { margin-right: 10%; min-width: 80%; background-color: #159d9d;}
}
.button {
    color: #fff;
    font-family: b Homa;
    font-size: 1.1em;
    border-radius:40px;
    min-width: 80%;
    min-height: 40px;
    background-color: #ffb15a;
    border: #ffc334 solid 1px;
    margin-top: 15%;
    margin-left: 3px;
    cursor: pointer;
}
.button:hover {
        background-color: #ffb400;
}
.RegLogTb {
    margin-top: 2%;
    background-color: #fbfbfb;
    text-align: center;
    border: #2ca7aa solid 1px;
    border-radius: 5px;
    min-width: 80%;
    height: 45px;
    border-radius: 30px;
}
.containerbox:first-child {
    margin-top: 15%;
}

.RegLogTb, #password:focus {
    outline: none;
    border: #2ca7aa solid 2px;
    font-family: 'B-Homa';
}
::placeholder {
    color: #00b5b4;
    font-family: B-Homa;
    font-size: 1.2em;
    padding-right: 5px;
}
-weblit-input-placeholder {
    color: #00b5b4;
    font-family: B-NAZANIN;
    font-size: 1.2em;
    padding-right: 5px;
}
h3{
    color: #fff;
    font-family: B Homa;
    font-size: 1.4em;
    font-weight: lighter;
}
.img{
    margin-top: 10%;
    display: inline-block;
}
@media (max-width:700px){
    .img { display: none;}
}

.colorremember{
    font-family:B-NAZANIN;
    font-size:1.2em;
    margin-top:15px;
    color:#fff;
}
.registerLink {
    font-family: B-NAZANIN;
    font-size: 1.1em;
    margin-top: 15px;
    width: 200px;
    height:30px;
    display:inline-block;
    padding-top: 5px;
}
/*پیام با موفقیت ثبت شد*/
.Message {
    font-family: B-Homa;
    color: #ff0958;
    text-align: center;
    margin-top: 55px;
}
.MessageGreen {
    font-family: B-Homa;
    color: #327036;
    text-align: center;
    margin-top: 55px;
    background-color: #8bcc28;
    height: 70px;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: nowrap;
    border-radius: 0px 0px 0px 0px;
}
.MessageGreen a{
    text-decoration:none;
}
.MessageGreen a:link{color:white;}
.MessageGreen a:visited{color:white;}
.MessageGreen a:hover{color:#089fae;}
.regLink:link {color:#fff;text-decoration:none;}
.registerLink:hover {background-color:#0f8a96; border-bottom-left-radius:25px; border-top-right-radius:25px; border-bottom-right-radius:25px; border-top-left-radius:25px;}
.regLink:visited {color:#fff;}