

body {
  background: #FFFFFF;
  color: #666666;
  font-family: 'RobotoDraft', 'Roboto', sans-serif;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.pen-title {
  padding: 50px 0;
  text-align: center;
  letter-spacing: 2px;
}
.pen-title h1 {
  margin: 0 0 20px;
  font-size: 48px;
  font-weight: 300;
}
.pen-title span {
  font-size: 12px;
}
.pen-title span .fa {
  color: #ED201C;
}
.pen-title span a {
  color: #ED201C;
  font-weight: 600;
  text-decoration: none;
}

/* Form Module */
.form-module {
  position: relative;
  background: #F7F7F7;
  max-width: 245px;
  width: 100%;
/*  border-top: 3px solid #ED201C;*/
  border-top: 3px solid #73123F;
  box-shadow: 10px 10px 5px #888888;
  margin: 0 auto;
}
.form-module .toggle {
  cursor: pointer;
  position: absolute;
  top: -0;
  right: -0;
  background: #ED201C;
  width: 30px;
  height: 30px;
  margin: -15px 0 0;
  color: #ffffff;
  font-size: 12px;
  line-height: 30px;
  text-align: center;
}
.form-module .toggle .tooltip {
  position: absolute;
  top: 5px;
  right: -65px;
  display: block;
  background: rgba(0, 0, 0, 0.6);
  width: auto;
  padding: 5px;
  font-size: 10px;
  line-height: 1;
  text-transform: uppercase;
}
.form-module .toggle .tooltip:before {
  content: '';
  position: absolute;
  top: 5px;
  left: -5px;
  display: block;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 5px solid rgba(0, 0, 0, 0.6);
}
.form-module .form {
  display: none;
  padding: 15px;
   display: block;
}
.form-module h4 {
  margin: 0 0 0 80px;
  /*color: #ED201C;*/
    color: #9A2167;

  font-size: 15px;
  font-weight: 400;
  line-height: 1;
  
}
.form-module input {
  outline: none;
  display: block;
  width: 200px;
  height: 30px;
  border: 1px solid #d9d9d9;
  margin: 0 0 20px;
  box-sizing: border-box;
  font-wieght: 400;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;

}
.form-module input:focus {
  border: 1px solid #33b5e5;
  color: #333333;
}
.form-module button {
  cursor: pointer;
  background: #73123F;
  width:30px;
  border: 0;
  height: 26px ;
  padding: 5px 1 px;
  color: #ffffff;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.form-module button:hover {
  background: #9A2167;
}
.form-module button:before {
    content: '';
    position: absolute;
    border-width: 8px 8px 8px 0;
    border-style: solid solid solid none;
    border-color: transparent #73123F transparent;
    top: 4px;
    left: -6px;
}

.form-module .cta {
  background: #f2f2f2;
  width: 100%;
  padding: 15px 40px;
  box-sizing: border-box;
  color: #666666;
  font-size: 12px;
  text-align: center;
}
.form-module .cta a {
  color: #333333;
  text-decoration: none;
}
.wrapper {
    display:inline-block;
    position:relative;
    height: 50px;
}
button {
    background-color:transparent;
    border:0;
}

button {
    position:absolute;
    right:2px;
    top:2px;
    bottom: 2px;
}

.bar {
  position:fixed;
  left:41.6%
}
.bounce {
  position:fixed;
  height:50px;
  width:50px;
  -webkit-animation:bounce 1s infinite;
}

@-webkit-keyframes bounce {
  0%{
    top:64%;
  }
  
  25%, 75% {
   top:66%;
  }
  
  
  50% {
    top:67%;
  }
  
  100% {
    top:68%;
  }
}
#widnow1{
    width:400px;
    border:solid 1px;
}
.loading-container {
  display: table;
  width: 100%;
  min-height: 45%;
}

.loader {
  margin: 0 auto;
  text-align: center;
  width: 100%;
  min-height: 100%;
  display: table-cell;
  vertical-align: middle;
  opacity: 0.4;
}
.loader * {
  animation-play-state: paused;
}
.loader:hover {
  opacity: 1;
}
.loader:hover * {
  animation-play-state: running;
}

.loading-circle {
  margin: 0 auto;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 4px solid #BEB69D;
  position: relative;
  animation: spin 2s infinite linear;
}
.loading-circle:before {
  content: "";
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: block;
  position: absolute;
  left: -4px;
  top: -4px;
  border-right: 4px solid #ED201C;
  border-top: 4px solid #ED201C;
  border-left: 4px solid #FFF;
  border-bottom: 4px solid #ED201C;
}

@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}
dropDownLogin{
    background:#444;
    text-align:center;
    width : 80px;
}
.dropDownLogin select {
    margin: 0;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    /*background:#ED201C;*/
    background:#73123F;
    color:#f7f7f7;
    border:none;
    outline:none;
    display: inline-block;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    cursor:pointer;
    width: 60px;
    height: 25px;
    font-family:arial;
    font-weight: bold;
    text-indent: 1px;
    text-overflow: '';
}

.dropDownLogin option {
    background:#f7f7f7;
    color:#73123F;
}
.dropDownLogin option select {
    background:black;
    color:black;
}
.dropDownLogin select:active, select:hover {
  outline: none
}
.dropDownLogin select:active, select:hover {
  outline-color: #73123F
}

.dropDownLogin select::-ms-expand {
    display: none;
}





