/* App Fonts */

@font-face {
    font-family: "yekan";
    src: url("../fonts/Yekan.woff2") format("woff2");
}
@font-face {
    font-family: "byekan";
    src: url("../fonts/Byekan.woff") format("woff");
}
@font-face {
    font-family: "TTNorms-Medium";
    src: url("../fonts/TTNorms-Medium.otf") format("openType");
}

/* Normalize Css */

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;

}

main {
    display: block;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

a {
    background-color: transparent;
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}

b,
strong {
    font-weight: bolder;
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

img {
    border-style: none;
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0; /* 3 */
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

details {
    display: block;
}

summary {
    display: list-item;
}

template {
    display: none;
}

[hidden] {
    display: none;
}

/* Start Project */

html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

body {
    font-family: "yekan";
}

.container {
    max-width: 50rem;
    height: 80vh;
    margin-right: auto;
    margin-left: auto;
    padding-right: 1rem;
    padding-left: 1rem;
    /* border: 1px solid tomato; */
    /* background-color: #292953; */
    display: flex;
    align-items: center;
    justify-content: center;
}

.main{

}
.container-login{
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0.3rem;
    /* align-items: center; */
    box-shadow: 0px 0px 5px slategrey;
    padding: 0.2rem 0.2rem;


}
.container-login__img{
    /* position: relative; */
    max-width: 30rem;
    margin: 0px;
    padding: 0px;
    /* object-fit: none; */



}
.login__img{
   max-width: 100%;
   margin: 0;
   padding: 0;
   border-radius: 0.3rem;
   box-shadow: 1px 1px 10px hsl(0, 3%, 12%);
   /* position: relative; */
   /* left: -200px; */
   /* object-fit:fill ; */
   /* overflow: hidden; */


}
.container-login__form{
    width: 20rem;
    margin: 0;
    border-radius: 0.3rem;
    /* background-color: rgb(119, 129, 141); */


}
.login__form{
    display: flex;
    flex-direction: column;
    padding: 0rem 0.5rem;

}

.login__form__label{
    margin-bottom: 0.5rem;
    font-size: 1rem;
    /*font-weight: bold;*/

}
.login__form__text{
    transition: none;
    outline: none;
    border: 1px solid #c9d0ca;
    border-radius: 0.3rem;
    padding: 0.3rem 0.5rem;
    margin-bottom: 1rem;
    background-color: rgb(243, 240, 240);
    height: 2rem;
    font-size: 0.8rem;
}
.login__form__text:focus {
    border: 1px solid #0f6074;
}


.login__form__password{

}
.login__form__btn{
    width: 4rem;
    border: 0;
    height: 2rem;
    cursor: pointer;
    border-radius: 0.3rem;
    font-size: 0.9rem;
    background-color: #03A9F4;

}
.login__form__btn:active {

}

.login_form_btn_div{
    margin-top: 1rem;
    direction: ltr;
}
.login__form__btn:hover{
    background-color: #66BB6A;
}
.checkbox-label:hover{
    cursor: pointer;
}



/******************** Erorr ***************/

.div-Error{
    font-size: 0.75rem;
    border-radius: 5px;
    padding: 7px 2px;
    margin: 5px 0;
    background: #ffffff;
    color: #c31212;
    box-shadow: 0 0 10px rgba(220, 26, 26, 0.79);
}

/* Project Responsive */



@media only screen and (max-width: 768px) {
    .container-login{
        display: flex;
        flex-direction: column-reverse;;
    }
    .login__form{

        padding: 2rem;
        /* border: 1px solid yellow; */
    }
    .container-login__form{
        width: 100%;


    }
    .container-login {
        max-width: 30rem;
        align-items: flex-start;
        margin-top: 2rem;
        /* height: 50vh; */

    }

}

