/* Authentication page css */
/*-------------------------*/
.bg-authentication {
  background-color: #F2F4F4;
  margin-bottom: 2.2rem;
    box-shadow: 8px 12px 18px 0 rgb(25 42 70 / 13%);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.bg-authentication #icon-arrow {
  position: absolute;
  top: 11px;
  right: 15px;
}

.bg-authentication .brand-text {
  color: #5A8DEE;
  font-weight: 600;
  letter-spacing:0;
}

@media only screen and (min-width: 992px) {
  .bg-authentication .disable-rounded-right {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  /* IE Specific CSS */
  .bg-authentication {
    width: 100%;
    display: block;
  }
}



.login {
    margin-bottom: 10px;
    padding-top: 20px;
}

.login .content {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.login .login-content {
    width: 500px;
    /*height: 700px;*/
    padding: 30px 40px;
    flex-direction: column;
    /* display: flex; */
    /* border: 1px solid #e5e9f2; */
    box-sizing: border-box;
    box-shadow: 2px 6px 14px rgb(134 130 151 / 30%);
    border-radius: 30px;
    margin-bottom: 50px;
    /* justify-content: center; */
}

.colorfacebook
{
    background-color: #3b5998;
}

.colorgoogle{

    background-color:#FF0000;
}

.colortiwtter
{
    background-color: #00aced;
}

.circle {
  height: 50px;
  width: 50px;

 /* background: blue; */
 /* background-color:#f06595; */

      border-radius: 50%;
    display: block;
    margin-left: 20px;
    margin-top: 10px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    font-size: 25px;

}

.login-form h2{
  color:#48484a;
   text-align: center;
}




.colortext{
    color: #5a8dee;
}


ul.social.colored  {
    /* background-color: #3b5998; */
    /* width: 50px; */
    /* height: 50px; */
    /* border-radius: 50%; */
    /* display: flex; */
}

ul.social.colored i {
    color: #fff;
    display: inline-block;
    /* background-color: #3b5998; */
    /* width: 50px; */
    /* height: 50px; */
    padding-top: 0px;
    /* border-radius: 50%; */
    padding-right: 0px;
    padding-left: 0px;
    margin-left: 0px;
    /* margin-right: 110px; */
    margin-top: 15px;

}
ul{
     /* margin: auto; */
   /* justify-content: center; */
  /* display: flex; */
}
ul.social i {
    color: #171727;
}
.list-inline-item{
  display:inline-block;
}
/* .center{
    display: block;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-color: #3b5098;
} */



.form-check .form-check-input {
    float: right !important;
    /* margin-left: -1.5em; */
}

