/*****
* Coding By Erfan Mardani
* https://erfanmardani.ir
*****/


* {
  letter-spacing: 0;
}
#domainreg{
  margin: 22px;
  position: relative;
}
#domainreg > #txt{
  height: 62px;
  border-radius: 12px;
  border: none;
  background-color: var( --e-global-color-4c18a02 );
  padding: 9px 11px 9px 11px;
  color: #fff;
  font-size: 20px;
  font-family: Yekan Bakh Font;
}
#domainreg > #btn{
  position: absolute;
  left: 11px;
  top: 50%;
  transform: translateY(-50%);
  background-color: var( --e-global-color-primary );
  border: none;
  color: #fff;
  height: 44px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: bold;
  font-family: Yekan Bakh Font;
  padding: 10px 32px;
}




@media only screen and (max-width: 1920px) {
}

@media only screen and (max-width: 1600px) {
}

@media only screen and (max-width: 1536px) {
}

@media only screen and (max-width: 1440px) {
}

@media only screen and (max-width: 1366px) {
}

@media only screen and (max-width: 1280px) {
}

@media only screen and (max-width: 1024px) {
}

@media only screen and (max-width: 800px) {
}

@media only screen and (max-width: 768px) {
}

@media only screen and (max-width: 600px) {
  #domainreg > #btn{
  font-size: 13px;
  padding: 10px 8px;
}
  #domainreg > #txt{
  font-size: 14px;
}
  
#domainreg{
  margin: 10px;
}
}

@media only screen and (max-width: 414px) {
}

@media only screen and (max-width: 360px) {
}

@media only screen and (max-width: 320px) {
}
