body {
    margin: 0;
    padding: 0;
    background: #EDEBE9;
    font-family: "Montserrat","Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;
    font-weight: normal;
    line-height: 1.5;
    color: #0a0a0a;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.main {
    width: 100%;
    text-align: center;
}


 .main .form {
    margin: auto;
    background: white;
    text-align: left;
    padding: 50px;
    padding-top: 20px;
    margin-top: 30px;
    border-radius: 3px;
    box-shadow: 3px 3px 3px #afafaf;
}

@media (max-width: 1201px)
{
	.col-md-offset-6 {
    	margin-left: 50%;
	}	
}

label {
  color : #483721;
}

a span {
  /*padding-bottom: 15px;
  box-sizing: border-box;*/
  font-weight: bold;
} 

.input-css {
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 2.4375rem;
    margin: 0 0 1rem;
    padding: .5rem;
    border: 1px solid #cacaca;
    border-radius: 0;
    background-color: #fff;
    box-shadow: inset 0 1px 2px rgba(10,10,10,0.1);
    font-family: inherit;
    font-size: 1rem;
    font-weight: normal;
    color: #0a0a0a;
    transition: box-shadow 0.5s,border-color 0.25s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    line-height: 65px;
    font-size: 16px;
}


.input-css:focus {
    outline: none;
    border: 1px solid #8a8a8a;
    background-color: #fff;
    box-shadow: 0 0 5px #cacaca;
    transition: box-shadow 0.5s,border-color 0.25s ease-in-out;
}



.input-css {
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 3.4375rem;
    margin: 0 0 1rem;
    padding: .5rem;
    border: 1px solid #cacaca;
    border-radius: 0;
    background-color: #fff;
    box-shadow: inset 0 1px 2px rgba(10,10,10,0.1);
    font-family: inherit;
    font-size: 1rem;
    font-weight: normal;
    color: #0a0a0a;
    transition: box-shadow 0.5s,border-color 0.25s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    line-height: 2.4375rem;
    font-size: 15px;
}

	
.social {
  display: block;
  margin: 0 auto;
  overflow: hidden;
  width: 82%;
  margin-top:-26px;
}
.social h4 {
  color: #666;
  font-weight: normal;
  margin: 30px 0 20px;
  text-align: center;
}
.social ul{
display: block;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.social ul li{
    list-style: none;
    display: block;
    width: 35.33%;
    /* margin: 0 auto; */
    padding-left: 14px;
}
#login-form .create-account-link{
    text-decoration: underline !important;
}
.login-group{
    display: flex;
    flex-basis: 30%;
    justify-content: flex-start;
}

.login-group .form-group:last-child{
    margin-left: 15px;
    display: flex;
    align-items: center;
}
.social ul li a{
  display: inline-block;
  font-size: 24px;
  text-decoration: none;
  color: #fff;
  padding: 6px;
  display: block;
  text-align: center;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.social ul li a:hover{opacity: .8;}
.social ul li a.facebook{	
   background: #3a589a;

    display: flex;
    flex-direction: column;
    height: 40px;
    align-items: center;
    justify-content: center;
    text-decoration: unset !important;
}
.social ul li a.twitter {
  background: #4099ff;
  }
 .social ul li a.google-plus {
  background: #e9544f;
    display: flex;
    flex-direction: column;
    height: 40px;
    align-items: center;
    justify-content: center;
    text-decoration: unset !important;  
}


.btn{
  background: #fc0 !important;  
  color: black;
  font-weight: bold;
}
.btn::hover{
 background: #fc0;   
 color: black !important;
 font-weight: bold;
}

.btn::active{
 background: #fc0;   
 color: black;
 font-weight: bold;
}

.btn-primary {
    color: black;
    background-color: #fc0;
    border-color: #fc0;
    font-weight: bold;
}


.btn-primary:active:hover, .btn-primary.active:hover, .open > .dropdown-toggle.btn-primary:hover, .btn-primary:active:focus, .btn-primary.active:focus, .open > .dropdown-toggle.btn-primary:focus, .btn-primary:active.focus, .btn-primary.active.focus, .open > .dropdown-toggle.btn-primary.focus {
    color: black;
    background-color: #fc0;
    border-color: #fc0;
    font-weight: bold;
}

.btn-primary:hover {
    color: black;
    background-color: #fc0;
    border-color: #fc0;
    font-weight: bold;
}

.btn-primary:active {
    color: black;
    background-color: #fc0;
    border-color: #fc0;
    font-weight: bold;
}
.divider{
  background: #ddd;
  height: 2px;
  display: block;
  position: relative;
  width: 80%;
  margin: 30px auto;

      margin-bottom: 30px !important;
    margin-top: 18px !important;
    margin-left: auto;
    margin-right: auto;
}

.divider span{
    width: 25px;
    height: 20px;
    background: #fff;
    position: relative;
    /* left: 38%; */
    margin-left: -10px;
    top: -12px;
    text-align: center;
    color: #999;
    font-size: 15px;
    display: none;
    margin: 0 auto;
}
.prove{
	content:"Facebook";
}
.not{
	display: none;
}




.role {
  display: block;
  margin: 0 auto;
  overflow: hidden;
  width: 82%;
}
.role h4 {
  color: #666;
  font-weight: normal;
  margin: 30px 0 20px;
  text-align: center;
}
.role ul{
  display: block;
  padding:0;
}
.role ul li{
    list-style: none;    
    width: 44.33%;
    margin: 0 auto;

}
.role ul li a{
  display: block;
  font-size: 16px;
  text-decoration: none;
  color: #fff;
  padding: 6px;
  display: block;
  text-align: center;
  cursor: pointer;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.role ul li a:hover{opacity: .8;}
.role ul li a.facebook{	
   background: #3a589a;
}
.role ul li a.twitter {
  background: #4099ff;
  }
 .role ul li a.google-plus {
  background: #e9544f;
}



.img-cont {
    max-width: 75px;
    height: auto;
    margin: auto;
    display: inline-block;
}

img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    height: auto;
    -ms-interpolation-mode: bicubic;
}

.head-form {
    text-align: center;
}



@media screen and (max-width: 400px) {
  .social ul li{
    list-style: none;
    display: inline-block;
    width: 84.33%;
    margin: 3px 2%;
  }   

  .role ul li {
    list-style: none;
    float: left;
    width: 83.33%;
    margin: 1% 1%;
  }
  .divider span{
    left: 8.2%;
  }

  .fa{
    font-size: 21px;
  }
}

@media screen and (min-width: 401px) and (max-width: 720px) {
  .social ul li{
    list-style: none;
    display: inline-block;
    width: 84.33%;
    margin: 3px 2%;
  }   

  .role ul li {
    list-style: none;
    float: left;
    width: 83.33%;
    margin: 1% 1%;
  }
  .divider span{
    left: 23.2%;
  }

  .fa{
    font-size: 21px;
  }    
}

@media screen and (min-width: 721px) and (max-width: 1280px) {
    
}

@media screen and (min-width: 1281px) and (max-width: 1440px) {
    
}

@media screen and (min-width: 1441px) and (max-width: 1920px) {
    
}

@media screen and (min-width: 1921px) {
    
}
.fa{
  font-size: 14px;
  height: 
}


.btn:hover, .btn:focus, .btn.focus {
    color: black;
    text-decoration: none;
}

.control-label{
  color:black !important;
  font-weight: bold;
}

#send{
  color: black;
  font-weight: bold;
}

[name="login-button"]{
  color: black;
  font-weight: bold; 
}