:root {
 /* --input-padding-x: .75rem;
  --input-padding-y: .75rem;*/
}



body {

  /*padding-top: 40px;
  padding-bottom: 40px;
  background-color: #f5f5f5; #87907E
  background-color: #87907E;
font-family: 'Oswald', sans-serif;*/
  font-size:12px;
  color:#000;
  background-color: #fff;
}

.form-control-custom {
    display: block;
    width: 100%;
    height: calc(3em + 1.2rem + 12px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

/*.form-control-custom{

    display: block;
    width: 100%;
    height: calc(2.0em + 1.2rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
	text-align:center;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;

	
}
*/
.samplecalltoaction {
    margin-top: 100px;
     background: #fff; 
    width: 100%;
    margin-bottom: 100px;
}
.form-signinOLD {
  width: 100%;
  max-width: 420px;
  padding: 45px;
  margin: 0 auto;
  border: 1px solid #f7f7f7;
  /*background-color: #f7f7f7;*/
  border-radius: 18px;
}
.form-signin {
    width: 100%;
    max-width: 620px;
    padding: 45px;
    margin: 0 auto;
	background-color: #fff;
     border: 1px solid #e1e1e1; 
    /* background-color: #f7f7f7; */
    border-radius: 18px;
}
.form-label-group {
  position: relative;
  margin-bottom: 1rem;
}

.form-label-group > input,
.form-label-group > label {
  padding: var(--input-padding-y) var(--input-padding-x);
}

.form-label-group > label {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  margin-bottom: 0; /* Override default `<label>` margin */
  line-height: 1.5;
  color: #495057;
  border: 1px solid transparent;
  border-radius: .25rem;
  transition: all .1s ease-in-out;
}

.form-label-group input::-webkit-input-placeholder {
  color: transparent;
}

.form-label-group input:-ms-input-placeholder {
  color: transparent;
}

.form-label-group input::-ms-input-placeholder {
  color: transparent;
}

.form-label-group input::-moz-placeholder {
  color: transparent;
}

.form-label-group input::placeholder {
  color: transparent;
}

.form-label-group input:not(:placeholder-shown) {
  padding-top: calc(var(--input-padding-y) + var(--input-padding-y) * (2 / 3));
  padding-bottom: calc(var(--input-padding-y) / 3);
}

.form-label-group input:not(:placeholder-shown) ~ label {
  padding-top: calc(var(--input-padding-y) / 3);
  padding-bottom: calc(var(--input-padding-y) / 3);
  font-size: 12px;
  color: #777;
}

.loginerror {
    color:firebrick;
    font-weight:bold;
}

.divider span {
    padding: 0 12px;
    top: -11px;
}
.divider span {
    position: absolute;
    background: #fff;
    margin: auto;
    right: 50%;
    transform: translateX(50%);
    top: -10px;
    padding: 0 8px;
    white-space: nowrap;
}

.mybutton {
    font-size: 14px;
    font-size: .875rem;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    height: 40px;
    padding: 0 34px;
    border: 0;
    border-radius: 20px;
    background-color: green;
    color: #fff;
    font-weight: 700;
    white-space: nowrap;
    transition-property: background-color,border-color,color;
    transition-duration: .12s;
    transition-timing-function: ease-out;
    width: 100%;
}
.mybutton.ghost {
    background: #fff;
    color: #000;
    border: 1px solid #000;
}

.divider, .email-code-text {
    color: #444;
}

.divider {
    margin: 24px 0;
    position: relative;
    border-bottom: 1px solid #e6e7e8;
    font-weight: 600;
}
.divider, .js-content {
    text-align: center;
}