.form-signin {
    max-width: 400px;
    padding: 10px;
    margin: 0 auto;
}

.form-signin .form-signin-heading,
.form-signin .checkbox {
    margin-bottom: 10px;
}

.form-signin .checkbox {
    font-weight: normal;
}
.form-signin .form-check-input {
    font-weight: normal;
    transform : scale(1.5);
}

.form-signin .form-check-rewards {
  font-weight: normal;
  transform : scale(2);
}

input[type=radio] {
 appearance: none;
 background-color: #fff;
 width: 20px;
 height: 20px;
 border: 1px solid #666;
 border-radius: 2px;
 display: inline-grid;
 place-content: center; 
}

input[type=radio]::before {
 content: "";
 width: 10px;
 height: 10px;
 transform: scale(0);
 transform-origin: bottom left;
 background-color: #fff;
 clip-path: polygon(13% 50%, 34% 66%, 81% 2%, 100% 18%, 39% 100%, 0 71%);
}

input[type=radio]:checked::before {
 transform: scale(1);
}
input[type=radio]:checked{
 background-color:   #0075FF;
 border: 1px solid #0075FF;
}

.form-signin .form-check-label {
    font-size: 14px;
    font-weight: normal;
}
.form-signin .form-control {
    position: relative;
    height: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    font-size: 16px;

}

.form-signin .form-control:focus {
    z-index: 2;
}

.form-signin input[type="email"] {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.form-signin input[type="password"] {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.btn-submit {
  background-color: #ef3c73;
  border-color: #603917;
  color: #FFF;
  font-weight: 200;
  text-shadow: 1px 1px 1px #000,1px 1px 1px #000,1px 1px 1px #000,1px 1px 1px #000;

}
.btn-submit:hover,
.btn-submit:focus,
.btn-submit:active,
.btn-submit.active {
  background-color: #f77199;
  border-color: #603917;
  color: #FFF;
}
.btn-submit[disabled] {
  background-color: #cf5378;
  border-color: #907864;
  color: #FFF;
}
.btn-submit.disabled:hover,
.btn-submit.disabled:focus,
.btn-submit.disabled:active,
.btn-submit.disabled.active,
.btn-submit[disabled]:hover,
.btn-submit[disabled]:focus,
.btn-submit[disabled]:active,
.btn-submit[disabled].active,
fieldset[disabled] .btn-submit:hover,
fieldset[disabled] .btn-submit:focus,
fieldset[disabled] .btn-submit:active,
fieldset[disabled] .btn-submit.active {
  background-color: #ef3c73;
  border-color: #907864;
  color: #FFF;
}

.form-signin .input-lg {
      height: 58px;
      font-size: 18px;
}

.form-signin .form-control-feedback{
  right: 5px;
  top: 10px !important;
}
