/*
 * Specific styles of signin component
 */
/*
 * General styles
 */

 .switch-registration-type {
   text-align: center;
   cursor: pointer;
 }

 .switch-reg-label {

 }

.card-container.card {
    max-width: 350px;
    padding: 40px 35px;
}

.btn {
    font-weight: 700;
    height: 36px;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    cursor: default;
}

/*
 * Card component
 */
 .cardFbc {
   background-color: rgba(40,40,40,0.95) !important;
   color: whitesmoke !important;
   max-width: 450px;
   padding: 40px 35px;
 }

.card {
    background-color: rgba(255,255,255,0.85);
    /* just in case there no content*/
    padding: 20px 25px 30px;
    margin: 0 auto 25px;
    margin-top: 50px;
    /* shadows and rounded borders */
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 10px;
    -moz-box-shadow:    0px 0px 3px 6px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 0px 3px 6px rgba(0, 0, 0, 0.3);
    box-shadow:         0px 0px 3px 6px rgba(0, 0, 0, 0.3);
}


.profile-img-card {
    width:90%; height:auto;
    margin: 20px auto 10px;
    display: block;
}


.reg-image-notselected {
  filter: grayscale(1) blur(1px);
  cursor: pointer;
  margin-top: 0px;
}

.reg-image-selected {
  filter: contrast(1.3) drop-shadow(1px 1px 2px rgba(6, 35, 47,1.0));
  border: 2px solid #7cf3b1;
  cursor: pointer;
  margin-top: 0px;
}

.reg-image-notselected:hover, .reg-image-selected:hover{
  filter: none;
}

.reg-image-label {
  position: absolute;
  z-index: 1;
  color: white;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  font-size: 90%;
  filter: drop-shadow(1px 1px 1px black) drop-shadow(1px 1px 4px black);
}


/*
 * Form styles
 */
.profile-name-card {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin: 10px 0 0;
    min-height: 1em;
}

.reauth-email {
    display: block;
    color: #404040;
    line-height: 2;
    margin-bottom: 10px;
    font-size: 14px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.form-signin #inputEmail,
.form-signin #inputPassword {
    direction: ltr;
    height: 44px;
    font-size: 16px;
}

.form-signin input[type=email],
.form-signin input[type=password],
.form-signin input[type=text],
.form-signin button {
    width: 100%;
    display: block;
    margin-bottom: 10px;
    z-index: 1;
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.form-signin .form-control:focus {
    border-color: rgb(104, 145, 162);
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgb(104, 145, 162);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgb(104, 145, 162);
}

.btn.btn-signin {
    /*background-color: #4d90fe; */
    background-color: rgb(104, 145, 162);
    /* background-color: linear-gradient(rgb(104, 145, 162), rgb(12, 97, 33));*/
    padding: 0px;
    font-weight: 700;
    font-size: 14px;
    height: 36px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: none;
    -o-transition: all 0.218s;
    -moz-transition: all 0.218s;
    -webkit-transition: all 0.218s;
    transition: all 0.218s;
}

.btn.btn-signin:hover,
.btn.btn-signin:active,
.btn.btn-signin:focus {
    background-color: rgb(12, 97, 33);
}

.gre-btn-selected {
    background-color: rgb(12, 97, 33) !important
}

.forgot-password {
    color: rgb(104, 145, 162);
}

.forgot-password:hover,
.forgot-password:active,
.forgot-password:focus{
    color: rgb(12, 97, 33);
}

.login-or {
    /* position: relative; */
    font-size: "medium";
    /* color: #aaa; */
    margin-top: 30px;
    /* margin-bottom: 20px; */
    padding-top: 20px;
    padding-bottom: 5px;
  }

.span-or-fbc {
  color: whitesmoke !important;
}

.span-or {
  display: block;
  text-align: center;
  color: rgba(0,0,0,0.66);
}

.span-or-warning {
  display: block;
  position: absolute;
  left: 50%;
  top: 7px;
  margin-left: -25px;
  background-color: #F2DEDE;
  width: 50px;
  text-align: center;
}
.hr-or {
  background-color: #cdcdcd;
  height: 1px;
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}


.login-mobile-input {
  border-top: 1px;
  border-right: 1px;
  border-left: 1px;
  /* border-bottom: 2px solid black; */
  color: var(--gre-font-color02);
  height: 45px;
  outline: none;

  padding-left: 10px;
  width: 100%;
  border-radius: 4px;

  transition: background 0s ease-out;
}



.language-img {
  height: 20px;
  box-shadow: 0px 0px 2px 1px rgba(40,40,40,0.4);
  margin-right: 10px;
}

/* Style The Dropdown Button */
.dropbtn {
  background-color: transparent;
  color: black;
  padding: 10px;
  font-size: 16px;
  border: none;
  cursor: pointer;
}

.dropbtnFbc {
  background-color: transparent;
  color: white;
  padding: 10px;
  font-size: 16px;
  border: none;
  cursor: pointer;
}

.dropbtn:focus {
  outline: none;
}

.dropbtnFbc:focus {
  outline: none;
}

/* The container <div> - needed to position the dropdown content */
.dropdown .dropdownFbc {
  position: relative;
  display: inline-block;
}


/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  /* display: block; */
  position: absolute;
  min-width: 145px;
  background-color: #f9f9f9;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 2;
}

.dropdown-contentFbc {
  background-color: rgb(150,150,150);
}

/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-contentFbc a {
  color: white;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {
  background-color: #f1f1f1
}

.dropdown-contentFbc a:hover {
  background-color: rgb(120,120,120)
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block;
}

.dropdownFbc:hover .dropdown-content {
  display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
  background-color: #6891a2;
  color: white;
  border-radius: 3px;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdownFbc:hover .dropbtnFbc {
  background-color: #6891a2;
  color: white;
  border-radius: 3px;
}
