@import url(./fonts.css);

@media screen and (max-width: 599px) {
    html {
        font-size: 12px !important;
    }
}
@media screen and (min-width: 600px) and (max-width: 999px) {
    html {
        font-size: 14px !important;
    }
}
@media screen and (min-width: 1000px) {
    html {
        font-size: 16px !important;
    }
}

body {
    direction: rtl;
    font-family: iranyekan, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen",
    "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif !important;
    margin: 0;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
	background-color:rgba(76, 175, 80, 0.1); 
}

a, a:hover, a:focus {
    text-decoration: none;
}

h1, h2, h3, h4, h5, h6, input, textarea {
    font-family: iranyekan, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen",
    "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif !important;
}

h1 {
    font-weight: bold;
}

code {
    font-family: source-code-pro, Menlo, Monaco, Consolas, "Courier New", monospace;
}

.main {
    text-align: center;
    width: 100%;
}

@media screen and (min-height: 520px) {
    .main {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }
}

@media screen and (max-height: 519px) {
    .main {
        margin-top: 2rem;
    }
}

.logo {
    width: 16rem;
    margin-bottom: 1rem;
}

.title {
    width: 10rem;
}

.subtitle {
    font-size: 1.2rem;
    margin-top: 0.2rem;
}

.button-image {
    margin-top: 2rem;
    width: 12rem;
    border-radius: 1rem;
}

.space {
    display: inline-block;
    width: 0.5rem;
}

.disabled {
    opacity: 0.5
}
