.modal-footer{
    text-align: left;    
}

.form-inline .form-group {
    margin-bottom: 11px;
}

.form-inline .control-label {
    width: 110px;
    text-align:right;
    margin-right: 10px;
}
@font-face {
  font-family: 'Fantastic Beasts Fa';
  src: url('Fantastic%20Beasts%20Fa.eot');
  src: url('Fantastic%20Beasts%20Fa.html') format('woff2'),
       url('Fantastic%20Beasts%20Fad41d.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'FantasticBeastsFa-Bold';
  src: url('FantasticBeastsFa-Bold.woff') format('woff'),
       url('FantasticBeastsFa-Bold.ttf') format('truetype'),
       url('FantasticBeastsFa-Bold.svg#FantasticBeastsFa-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'BYekan+';
  src: url('BYekan%2b.woff') format('woff'),
       url('BYekan%2b.ttf') format('truetype'),
       url('BYekan%2b.svg#BYekan+') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'BYekan';
  src: url('BYekan.eot');
  src: url('BYekan.html') format('woff2'),
       url('BYekand41d.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}

#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    border: none;
    outline: none;
    background-color: #3498db;
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 10px;
}

#myBtn:hover {
    background-color: #267db7;
}

::selection {
    background-color: #E13300;
    color: white;
}

::-moz-selection {
    background-color: #E13300;
    color: white;
}

#container {
    margin: 10px;
    border: 1px solid #D0D0D0;
    box-shadow: 0 0 8px #D0D0D0;
}

