body
{
   background-color: #FFFFFF;
   color: #666666;
   font-family: "MS Sans Serif";
   font-weight: normal;
   font-size: 13px;
   line-height: 1.1875;
   margin: 0;
   padding: 0;
}
#preloader
{
   background: #FFFFFF url("../images/rolling-dots.gif") no-repeat center center;
   bottom: 0;
   opacity: 0;
   position: fixed;
   top: 0;
   width: 100%;
   z-index: 99999;
}
#wb_callbackForm
{
   background-color: #494853;
   background-image: none;
   border: 0px solid #CCCCCC;
   box-shadow: 0px 5px 5px rgba(0,0,0,0.40);
}
#name
{
   border: 2px solid rgba(58,58,65,0.50);
   border-radius: 20px;
   background-color: #3A3A42;
   background-image: none;
   color :#FAFAFA;
   font-family: Montserrat;
   font-weight: normal;
   font-size: 13px;
   line-height: 33px;
   padding: 4px 8px 4px 8px;
   margin: 0;
   text-align: left;
}
#name:focus
{
   border-color: #3454D5;
   box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075), 0px 0px 8px rgba(52,84,213,0.60);
   outline: 0;
}
#name::placeholder
{
   color: #FAFAFA;
   opacity: 1;
}
#name::-ms-input-placeholder
{
   color: #FAFAFA;
}
#phone
{
   border: 2px solid rgba(58,58,65,0.50);
   border-radius: 20px;
   background-color: #3A3A42;
   background-image: none;
   color :#FAFAFA;
   font-family: Montserrat;
   font-weight: normal;
   font-size: 13px;
   line-height: 33px;
   padding: 4px 8px 4px 8px;
   margin: 0;
   text-align: left;
}
#phone:focus
{
   border-color: #3454D5;
   box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075), 0px 0px 8px rgba(52,84,213,0.60);
   outline: 0;
}
#phone::placeholder
{
   color: #FAFAFA;
   opacity: 1;
}
#phone::-ms-input-placeholder
{
   color: #FAFAFA;
}
#btn
{
   border: 1px solid #3454D5;
   border-radius: 30px;
   background-color: #3454D5;
   background-image: none;
   color: #FFFFFF;
   font-family: Montserrat;
   font-weight: bold;
   font-size: 16px;
   -webkit-appearance: none;
   margin: 0;
}
#btn
{
   background-color: #3454D5;
   -webkit-transition: background-color 250ms linear 0ms;
   -moz-transition: background-color 250ms linear 0ms;
   transition: background-color 250ms linear 0ms;
}
#btn:hover
{
   background-color: #2A4ACB;
   -webkit-transition: background-color 500ms linear 0ms;
   -moz-transition: background-color 500ms linear 0ms;
   transition: background-color 500ms linear 0ms;
}
#wb_policyText 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   padding: 0;
   margin: 10px 0px 0px 0px;
   text-align: left;
}
#wb_policyText div
{
   text-align: left;
}
