html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}
@font-face {
    font-family: yekan;
    src: url(../fonts/IRANYekanWebRegular.ttf);
}

html {
  position: relative;
  min-height: 100%;
}

h1 {
    color: #0089CE !important;
    font-weight: bold
}
h2 {
    color: #000;
    font-size: 23px;
}

button {
    background-color: #19b050 !important;
    color: #fff !important;
}

.form-label, h1, small {
    color: #19b050 !important;
}
a{
    color: #fff;
    text-decoration: none
}
p{
    font-size: 15pt
}

body {
    font-family: yekan;
    font-size: 10pt;
    background: url('/images/4.jpg') #F1F1F1 no-repeat center;
    background-size: contain
}

.btn-lg {
    font-size: 14pt !important;
}

small {
    font-size: 10pt;
}

input[type="password"], input[type="text"]{
    height: 36pt
}

input[type="password"]::placeholder, input[type="text"]::placeholder {
    text-align: right;
}
.logo{
    height:110px;
    margin-bottom: 20px
}
.loginContainer{
    margin-top: 70px
}

.g-recaptcha {
    margin: 0 0 15px;
    display: flex;
    justify-content: flex-end;
}

@media screen and (max-width: 480px) {
    body {
        background: #D9D9D9
    }
}