@import url('https://fonts.googleapis.com/css?family=Raleway:400,500,600,600i,700,700i,800,800i,900,900i');
body, html { 
  background: url(../img/a.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  box-shadow: 2px 2px 10px #999;
  margin: 0;
  padding: 0;
  font-family:  'Raleway', sans-serif;
}

::selection {
  background: rgba(255,255,255,.5);
  color: #333;
}
::-moz-selection {
  background: rgba(0,0,0,.5);
  color: red;
}

.mobile-screen{
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 300px;
  height: 500px;
  background: rgba(3, 3, 3, 0.54);
  overflow: hidden;
  border-color: #d6ab05;
  border-radius: 5px;
  border-style: solid;
  border-width: 0 2px;
  z-index:1
}

.header{
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  background: rgba(3,3,3,.1);
}

h1{
  margin: 0;
  padding: 10px 0;
  text-align: center;
  font-weight: 300;
  font-size: 21px;
  color: #fff;
}

.logo{
  position: relative;
  top: 30px;
  width: 150px;
  height: 150px;
  margin: auto;
  background: url(../img/floranca-logo.png) no-repeat center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

form{
  position: absolute;
  bottom: 50px;
  width: 100%;
}

input,
.login-btn{
  font-family:  'Raleway', sans-serif;
  position: relative;
  display: block;
  margin: 12px auto;
  padding: 10px;
  width: 84%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

input{
    border: none;
    border-left: 3px solid;
    background: none;
    border-color: #d7ab05;
    color: #fff;
    font-weight: 100;
    background-color: rgba(255, 255, 255, 0.48);
    font-size: 14px;
    transition: all .2s ease-in-out;
}
::-webkit-input-placeholder {
   color: #ddd;  }

input:focus{
  outline: 0;
  background: rgba(202, 71, 1, 0.55);
  border-radius: 20px;
  border-color: transparent;
}

a{
  text-decoration: none;
}

.login-btn{
  border-radius: 4px;
  text-align: center;
  /*background: #ca4800;*/
  background: linear-gradient(to bottom, #ffca00 2%,#9e7d00 100%);
  color: #fff;
  border: none;
}

.other-options{
  position: absolute;
  width: 100%;
  height: 30px;
  bottom: 2px;
  left: 0;
}

.option{
  position: relative;
  display: block;
  float: right;
  width: 45%;
  margin: auto;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  background: rgba(0,0,0,.2);
  border-bottom: 2px solid  rgb(209, 165, 8);
  cursor: pointer;
}

.option:first-child{
  float: left;
  left: 3.3%;
}

.option:last-child{
  margin-right: 3.3%;
}

.option-text{
  position: relative;
  margin: 0;
  line-height: 30px;
  color: #ccc;
  text-align: center;
  font-size: 12px;
  font-weight: 100;
}

#fpass-form,
#registration-form{
  display: none;
}

/* Change colors container */
.change-colors-container{
  position: absolute;
  height: 300px;
  width: 50px;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: rgba(255,255,255,.5);
}
.language_selector {
    width: 85%;
    float: left;
    margin: 0 8%;
    margin-bottom: 20px;
}
.language_block {
    position: relative;
    display: table;
    border-collapse: separate;
}
.btn1 {
	position: relative;
	float: left;
	cursor: pointer;
	font-size: 13px;
	overflow: hidden;
	border-radius: 6px;
	display: inline-block;
	height: 38px;
	line-height: 15px;
	padding: 0 1rem;
	text-transform: uppercase;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
input[type=radio] {
}
.english {	
	color: #fff;    
	background: linear-gradient(to bottom, #ff5900 2%,#ca4701 100%);
	box-shadow: inset 0 3px 5px rgba(0,0,0,.125); 
}
	
.arabic {
    color: #4a4a4a;
    background-color: #fff;
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    border-radius: 6px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
} 
.btn-group {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
.btn-group>.btn:first-child {
    margin-left: 0;
}
.btn-group-vertical>.btn.active, .btn-group-vertical>.btn:active, .btn-group-vertical>.btn:focus, .btn-group-vertical>.btn:hover, .btn-group>.btn.active, .btn-group>.btn:active, .btn-group>.btn:focus, .btn-group>.btn:hover {
    z-index: 2;
}
.btn-red.active {	
    color: #fff;
    background: linear-gradient(to bottom, #ff5900 2%,#ca4701 100%);
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
	border: none

}
.btn-group-vertical>.btn, .btn-group>.btn {
    position: relative;
    float: left;
}
.btn-red {
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
    background: -webkit-linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#ededed 100%);
    background: linear-gradient(to bottom, #ffffff 0%,#f6f6f6 47%,#ededed 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 );
    color: #ccc;
}

.btn {
    overflow: hidden;
    -webkit-tap-highlight-color: transparent;
    transition: .3s ease-out;
    height: 38px;
    line-height: 8px;
    text-transform: uppercase;
}
.btn {
    display: inline-block;
    padding: 0 1em;
    margin-bottom: 0;
    font-size: 13px;
    font-weight: 400;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
input[type=radio] {
    visibility: hidden;
}

input[type=checkbox], input[type=radio] {
    margin: 4px 0 0;
    line-height: normal;
    box-sizing: border-box;
    padding: 0;
}
.btn-group .btn+.btn, .btn-group .btn+.btn-group, .btn-group .btn-group+.btn, .btn-group .btn-group+.btn-group {
    margin-left: -1px;
}
#radioBtn .btn-red.notActive {
    color: #4a4a4a;
    background-color: #fff;
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border: none;
}

