.main-login-wrapper-container{
    
    /* margin-bottom: 30px; */
    /* overflow-y: scroll; */
    position : relative;
    margin-top: 200px;
    /* border : 2px solid red; */
    width : 100%;
    /* border: 3px solid aquamarine; */
    /* height : calc(100vh - 170px); */
    /* height : 80vh; */
    display: flex;
    justify-content: center; 
    align-items: center;
}

.main-login-wrapper-container--active{
    margin-top: 250px;
}
.layout-main-login {
    position : relative;
   /* display:flex;*/
    justify-content: center;
    align-items: center;
    /* height : 50%; */
    /* border : 1px solid black; */
    border-radius: 5px;

}

.login-page-content__wrapper {
    position:absolute;
    left: 50%;
    top:50%;
    transform : translate(-50%,-0%);
    display : flex;
    width: 600px;
    padding-left : 35px;
    flex-direction: column;
    padding: 2px 10px;
    justify-content: space-around;
    align-items: center;
    /* border : 1px solid black; */
    box-shadow: 0 7px 50px 0 rgba(0,0,0,0.25);
    border-radius: 5px;
}

.login-page-content__wrapper > div{
    margin : 10px 0;
}

.login-page-title{
    position:relative;

    width: 100%;
    display : flex;
    text-align: center;
    justify-content: center;
    /* padding-left : 35px; */
    /* border: 1px solid red; */
}

.login-page-title h1{
    line-height: 60px;
    /* border: 1px solid red; */
}
.login-page-title img{
    height: 60px;
    width: auto;
    padding-right: 20px;
    margin-top: 10px;
}
/* .login-types{
    
} */
.links_wrapper{
    padding-right: 15px;
}
.login-types{
    
    position : relative;
    width : 60%;
    /* border : 1px solid black; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align: center;
    padding: 0px 20px;
    /* margin: 0px 20px; */
    /* margin-top: -50px; */
    /* border: 1px solid red; */
}
.details-wrapper{
    position : relative;
    width : 100%;
    /* border : 1px solid black; */
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    padding-left: 10px;
}

.details-wrapper div{
    display: flex;
    /* flex-direction:column; */
}

.details-wrapper .login_links{
	justify-content: space-between;
}



.details-wrapper .login_links a,
.details-wrapper .oldportal_links a{
    /* border : 1px solid #8b5e8f ; */
    padding : 4px 8px;
    background-color: #8b5e8f;
    color: white;
    font-size : 14px;
    font-weight : 500;
    border-radius: 2px;
    margin: 2px;
}
.details-wrapper .oldportal_links{
    margin-top: 10px;
}

.details-wrapper .oldportal_links a{
    border: 1px solid rgb(122, 224, 122);
    width: 100%;
    background-color: white;
    color: black;
    text-align: center;
    text-shadow: none;
    box-shadow: 0 0 5px 0 rgb(155, 170, 155);
}

.login-form__wrapper{
    position: relative;
    width : 70%;
    display: flex;
    /* border : 1px solid green; */
    justify-content: left;
    padding-left : 65px;
}

.message-for-users{
    color : red;
    /* background: red; */
}

.form_input{
    padding-left: 15px;
    color: Black;
}

.display_login-form__top{
    display:none;
}
.form_submit{
    background: white;
}
*,
*::before,
*::after {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  color: #222222;
  /*background-color: #f2f2f0;*/
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  padding: 20px;
/*  overflow-x: hidden;*/
}

body,
input,
button {
  font-family: "Muli", sans-serif, -apple-system, BlinkMacSystemFont,
    "Helvetica Neue", Helvetica, sans-serif;
  outline: none;
}

.main-container {
  width: 455px;
  margin: 0 auto;
}
/*
a {
  color: inherit;
  outline: none;
  text-decoration: none;
}
*/
	
a:hover {
  text-decoration: underline !important;
  box-shadow: unset !important;
  color: #0071b3 !important;
}

.form-container {
  max-width: 450px;
  margin: 0 auto;
}

.form-body {
  /* margin-right: 10px;
  margin-left: 10px;*/
  background-color: #ffffff;
  overflow: hidden;
  padding: 30px;
  color: #ffffff;
  border-radius: 3px;
  -webkit-box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1),
    0 10px 10px -5px rgba(0, 0, 0, 0.04);
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1),
    0 10px 10px -5px rgba(0, 0, 0, 0.04);
  border-radius: 10px;
}

@media only screen and (max-width: 500px) {
  .form-body {
    padding: 50px 40px;
  }
}

@media only screen and (max-width: 455px) {
  .form-body {
    padding: 45px 30px;
  }
}

@media only screen and (max-width: 340px) {
  .form-body {
    padding: 30px 20px;
  }
}

.form-body .title {
  margin: 0;
  color: #000;
  text-align: center;
  font-weight: normal;
}

.social-login ul {
  width: auto;
  height: auto;
  list-style-type: none;
  margin: 20px 0;
  margin-left: 10px;
  margin-right: 10px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.social-login ul li {
  -webkit-box-flex: 1;
  margin: 10px;
  -ms-flex: 1 auto;
  flex: 1 auto;
}

.social-login ul li a {
  background-color: #8b5e8f;
  border-radius: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 15px;
  color: #e6e6e6;
  font-weight: bold;
  text-decoration: none;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

/*.social-login ul li a::before {
  content: "";
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 30px;
  /* margin-left: 5px; 
}*/

.social-login ul li a:hover {
  background-color: #40b4df;
  color: #0e090e;
  -webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
    0 4px 6px -2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
    0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

li.sfqa {
  text-align: center;
  margin-right: 10px;
}

/*li.sfqa a::before {
  text-align: center;
  margin: 0;
  /* background-image: url("../images/google.png"); 
}*/

li.sso {
  margin-left: 0px;
}

/*li.sso a::before {
  margin: 0;
  /* background-image: url("../images/fb.png"); 
}*/

@media only screen and (max-width: 400px) {
  .social-login ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  li.sfqa,
  li.sso {
    margin: 0;
    text-align: center;
  }

  li.sso {
    margin-bottom: 10px;
  }
}

._or {
  text-align: center;
  margin-bottom: 20px;
  color: #d9d9d9;
}
