html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}



.bgBottom {
    background-image: url('../img/bgbottom.png');
    height: 100vh;
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size:100%;
    margin:0px;

}

.bgContainer {
    width:100%;
    display:flex;
    max-width:95%
}

.imgLogo {
    width: 50%;
    max-width: 100px;
    margin-top: 10px;
}

.imgLogoR {
    width: 90%;
    max-width: 170px;
    margin-top:10px;
}
.boxR {
    direction: rtl;
}
.btnRows {
    display: flex;
    flex-direction: row;
    justify-content:center;
    margin:10px;
}

.loginTextbox {
    background: url('../img/btnleft.png') left top no-repeat, url('../img/btnright.png') right top no-repeat, url('../img/btncenter.png') center top repeat-x;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-topright: 8px;
    -moz-border-radius-bottomleft: 8px;
    -moz-border-radius-bottomright: 8px;
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    -webkit-border-bottom-left-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    -moz-box-shadow: 10px 10px 5px #8c898c;
    -webkit-box-shadow: 10px 10px 5px #8c898c;
    box-shadow: 10px 10px 5px #8c898c;
    border-color:gray;
    padding-left:30px;
    height:45px;
}
    .loginTextbox:focus {
      border-color: red;
      box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 4px red;
      outline: 0 none;
    }

::placeholder {
    color:black !important;
}

.btnRed {
    background: url('../img/btnredleft.png') left top no-repeat, url('../img/btnredright.png') right top no-repeat, url('../img/btnredcenter.png') center top repeat-x;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-topright: 8px;
    -moz-border-radius-bottomleft: 8px;
    -moz-border-radius-bottomright: 8px;
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    -webkit-border-bottom-left-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    -moz-box-shadow: 10px 10px 5px #8c898c;
    -webkit-box-shadow: 10px 10px 5px #8c898c;
    box-shadow: 10px 10px 5px #8c898c;
    border-color: gray;
    padding-left: 30px;
    height: 45px;
    text-size-adjust:auto;
    font-size:large;
    font-weight:bold;
    text-align:center;
}

.btnRed:focus {
    border-color: black;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 4px black;
    outline: 0 none;
}

.select2-selection__rendered {
    line-height: 30px !important;
}

.select2-container .select2-selection--single {
    height: 30px !important;
    border-color: #ced4da !important;
}

.select2-selection__arrow {
    height: 30px !important;
}

.spinner-wrapper{
    background-color:black;
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:9999;
    display:flex;
    justify-content:center;
    align-items:center;
    transition: opacity;
    opacity:0.4;
}

.spinner-border{
    height:60px;
    width: 60px;
}