@font-face {
    font-family: "Vazir-Bold";
    src: url("../font/vazir/Vazir-Bold-FD.eot");
    src: url("../font/vazir/Vazir-Bold-FD.woff");
    src: url("../font/vazir/Vazir-Bold-FD.ttf");
}
@font-face {
    font-family: "Vazir";
    src: url("../font/vazir/Vazir-FD.eot");
    src: url("../font/vazir/Vazir-FD.woff");
    src: url("../font/vazir/Vazir-FD.ttf");
}
@font-face {
    font-family: "Lalezar";
    src: url("../font/lalezar/Lalezar-Regular.ttf");
}
body{
    margin: 0px;
    padding: 0px;
    direction: rtl;
    background-color: white;
    background-size: cover;
}
@font-face {
    font-family: "pelak";
    src: url("../font/pelak/PelakFA-Regular.eot");
    src: url("../font/pelak/PelakFA-Regular.woff");
    src: url("../font/pelak/PelakFA-Regular.woff2");

}
@font-face {
    font-family: "pelak-bold";
    src: url("../font/pelak/PelakFA-Bold.eot");
    src: url("../font/pelak/PelakFA-Bold.woff");
    src: url("../font/pelak/PelakFA-Bold.woff2");

}
@font-face {
    font-family: "pelak-light";
    src: url("../font/pelak/PelakFA-light.eot");
    src: url("../font/pelak/PelakFA-light.woff");
    src: url("../font/pelak/PelakFA-light.woff2");

}
#login-container{
    height: 80vh;
    min-height: 500px;
    margin-top: 10vh;
    background-color: rgba(255,255,255,0.3);
    box-shadow: 0px 0px 2px  #ffffff;
    border-radius: 10px;
}
#login-container #header{

    background: transparent;
}
#login-container #header img{
    max-height: 60px;
    max-width: 200px;
    margin: auto;
}

#login-container #header .nav-tabs .nav-item{
    border-radius: 0px;
    border: none;
    border-bottom: 2px solid gray;
    color: gray;
    font-family: pelak-bold;

}
#login-container #header .nav-tabs .active{
    font-size: 16pt;
    border-radius: 0px;
    border-bottom-width: 4px;
    border-bottom-color: #dc4f4f;
    background: -webkit-linear-gradient(#dc4f4f,#bf2a62 );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#login-container #content form{
    font-family: pelak;
}
#login-container #content form label{
    background: -webkit-linear-gradient(#dc4f4f,#bf2a62 );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
#login-container #content form input{
    border-radius: 20px;
    margin-top: 5px;
    border-color: #dc4f4f;
    font-family:"pelak-bold";
    color: black;
}
#login-container #content form input:focus{
    box-shadow: 0px 0px 2px #bf2a62;
}
#login-container #content .tab-pane > i{
    background: -webkit-linear-gradient(#dc4f4f,#bf2a62 );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
