/*!
 * Login Page CSS
 * Author: Reza SafiYari (m2r2s2@gmail.com), Mostafa Nazari (rxdelta@gmail.com)
 * Modified: 2019-04-12
 */
*{
    box-sizing: border-box;
    direction: rtl;
    font-family: Iransans;
}
body{
    background-image: url("../images/Background_login.jpg");

}
.container {
    width: 900px;
    top: 100px;
    right: 450px;
    padding: 0;
    position: absolute;
    height: 500px;

}


.container .ism-slider {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    height: 100%;

}

.containert{
    width: 100%;
    height: 100%;
    position: relative;
}
.logindiv{
    width: 250px;
    height: 500px;
    top: 100px;
    right: 200px;
    background-color: white;
    box-shadow: 0 8px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    position: absolute;
    border: 1px solid grey;
    min-width: 250px;
}
#signup{

}
@font-face {
    font-family: 'Iransans';
    src: /*url('fonts/BYekan.eot')format('eot'),
    url('fonts/BYekan.woff') format('woff'),*/ url('../fonts/IRANSansRegular.ttf') format('truetype');
}
.logodiv{
    width: 100%;
    height: 100px;
    margin-top: 10px;
}
.logodiv img{
    width: 100px;
    height: 100px;
    margin: auto;
    display: block;
    border-radius: 5px;
}
.title{
    text-align: center;
    margin: 20px 20%;

    height: 30px;
    width: 60%;
    border-radius: 4px;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.2), 0 3px 10px 0 rgba(0, 0, 0, 0.19);
    line-height: 15px;
    background-color: rgba(20, 102, 52, 0.1);


}

.title h2{
    font-size: large;
    height: 10%;
    line-height: 1.5;
}
.relative {
    position: relative;
}
.logininput{
    position: relative;
    width: fit-content;
    margin-left:auto;
    margin-right:auto;
}
.logininput input{
    width: 220px;
    left: 0px;
    border: 2px solid #aaa;
    border-radius: 20px;
    margin: 1px;
    outline: none;
    box-sizing: border-box;
    transition: 0.3s;
    height: 35px;
    padding-right: 80px;
}

.logininput > label {
    width: 80px;
    position: absolute;
    top: 0px;
    right: 0px;
    margin:1px;
    padding: 5px 5px 5px 5px;
    height:35px;
    border-left:2px solid #aaa;

}
.login-input-container {

}
.signupinput input{
    width: 90%;
    left: 0px;
    border: 2px solid #aaa;
    border-radius: 20px;
    margin: 8px;
    outline: none;
    box-sizing: border-box;
    transition: 0.3s;
    height: 25px;
    padding-right: 15px;

}

.signupinput{
    position: relative;
}
.icons{
    position: absolute;
    left: 15px;
    top: 15px;
    transition: 0.3s;
    overflow: visible;
}
::placeholder{
    color: rgba(20,64,22,0.25);
}
.login{
    width: 50%;
    border: 2px solid #188934;
    border-radius: 20px;
    margin-left: 25%;
    margin-top: 15px;
    outline: none;
    box-sizing: border-box;
    transition: 0.3s;
    height: 35px;
    line-height: 15px;
}
.signupbox{
    width: 50%;
    border: 2px solid #188934;
    border-radius: 20px;
    margin-left: 25%;
    margin-top: 15px;
    outline: none;
    box-sizing: border-box;
    transition: 0.3s;
    height: 35px;
    line-height: 12px;
}
.login:hover{
    box-shadow: 0 8px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.helpdiv{
    bottom: 0px;
    height: 150px;
    border-top: 1px dashed grey;
    margin: 10px;
    /*margin: 40px 20px 20px 20px;*/

}
.helpdiv3{
    bottom: 0px;
    height: 100px;
    border-top: 1px dashed grey;
    margin: 92px 20px 20px 20px;
}
.helpdiv2{
    bottom: 0px;
    height: 150px;
    border-top: 1px dashed grey;
    margin: 10px;
}
.signup{
    border-radius: 35px;
    width: 70px;
    height: 70px;
    margin-right: 15px;
    margin-left: 15px;
    top: 30px;
    font-size: smaller;
    position: absolute;
    right: 10%;

}
.forgot{
    border-radius: 35px;
    width: 70px;
    height: 70px;
    margin-right: 15px;
    margin-left: 15px;
    top: 30px;
    font-size: smaller;
    position: absolute;
    left: 10%;

}
.signup2{
    border-radius: 30px;
    width: 60px;
    height: 60px;
    margin-right: 15px;
    margin-left: 15px;
    top: 0px;
    font-size: smaller;
    position: absolute;
    left: 100px;

}
.forgot2{
    border-radius: 30px;
    width: 60px;
    height: 60px;
    margin-right: 15px;
    margin-left: 15px;
    top: 0px;
    font-size: smaller;
    position: absolute;
    left: 10px;

}
.dshow{
    display: block;
}
.dnone{
    display: none;
}
.pindiv{
    direction: ltr;
    width: max-content;
    margin: auto;
    padding: auto;
    border-bottom: 1px solid lightgrey;
}

.pindiv input{
    border: none;
    width: 40px;
    font-size: large;
    margin: 0;
    padding: 0;
    text-align: center;

}
.pindiv input:focus{
    border-radius: 0px;
    box-shadow: 0 8px 8px 0 rgba(0, 0, 0, 0.2)
}
 .pindiv:focus-within
{
    /*border-top: 2px solid grey;*/
     border-bottom:3px solid black ;
}


.pindiv ::placeholder{
    font-size: x-large;
    color: rgba(149, 147, 144, 0.96);

}
@media screen and (max-width: 768px){
    .container{
        display: none;
    }
    .logindiv{
        width: 60%;
        height: 100vh;
        right: 20%;
        margin:0 auto;

        align-items: center;
        background-color: white;
        box-shadow: 0 8px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
        position: absolute;
        border: 1px solid grey;
        min-width: 250px;
    }
    .forgot{
        border-radius: 40px;
        width: 80px;
        height: 80px;
        margin: 15px;
        top: 30px;
        font-size: smaller;
        position: absolute;
        left: 15%;

    }
    .signup{
        border-radius: 40px;
        width: 80px;
        height: 80px;
        margin: 15px;
        top: 30px;
        font-size: smaller;
        position: absolute;
        right: 15%;

    }
}
@media screen and (max-width: 500px){
    .container{
        display: none;
    }

    .logindiv{
        width: 90%;
        right: 5%;
        height: 100vh;
        top: 0px;
        background-color: white;
        box-shadow: 0 8px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
        position: absolute;
        border: 1px solid grey;
        min-width: 250px;

    }
    .forgot{
        border-radius: 50px;
        width: 100px;
        height: 100px;
        margin: 15px;
        top: 30px;
        font-size: smaller;
        position: absolute;
        left: 10%;

    }
    .signup{
        border-radius: 50px;
        width: 100px;
        height: 100px;
        margin: 15px;
        top: 30px;
        font-size: smaller;
        position: absolute;
        right: 10%;

    }
}


