body {
  background: #df4602;
  font-family: 'Open Sans', sans-serif;
}
.content-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: calc(100vh);
    max-width: 600px;
    margin: 0px auto;
}
.logoimg {
    text-align: center;
}
.logoimg img {
    max-width: 480px;
}
.jt-txt {
    /*max-width: 560px;*/
    margin: 30px auto 15px;
    color: #fff;
    text-align: center;
}
#footer {
   position:absolute;
   bottom:0;
   text-align: center;
   margin-left: 20px;
	
}
#footer a {
   color: #ffffff;
   font-size: small;
}
.languageswitch {
    position: relative;
    width: 100%;
    text-align: left;
    background: transparent;
    border: 1px solid #fff;
    border-radius: 48px;
    padding: 10px 15px;
}

.languageswitch img {
    max-height: 32px;
}

span.lang-name {
    margin-left: 15px;
    font-weight: 600;
    letter-spacing: 1px;
}
span.ar-right {
    position: absolute;
    right: 20px;
    line-height: 32px;
}

.languageswitch:hover {
    background: #fff;
    color: #000;
    border-color: #fff;
}
button.btn.btn-primary.languageswitch:focus {
    background: #fff;
    color: #000;
    border-color: #fff!important;
    box-shadow: none;
}
.languageswitch:not(:disabled):not(.disabled):active {
    background: #fff;
    color: #000;
    border-color: #fff!important;
    box-shadow: none;
}
.logoimg img {
    max-width: 100%;
}
@media screen and (max-width: 767px) {
  .languageswitch.fr {
    margin-bottom: 15px;
}
}
