﻿/* Sub-section comment block
   ========================================================================== */
/* Usage

div.logo {
   background: url("../scss/logo.png") no-repeat;
   @include image-2x("logo2x.png", 100px, 25px);
 } 

 */
/* Clearfix
  ========================================================================== */
/* Usage 

.article {
     @include clearfix();
}

*/
/* Box Model
  ========================================================================== */
/* Usage 

*,
*:after,
*:before {
  @include box-sizing(border-box);
}

*/
/* Border Radius
  ========================================================================== */
/* Usage 

.button {
  @include border-radius(5px);
}

.submit-button{
  @include border-top-radius(10px);
}

*/
/* Opacity
  ========================================================================== */
/* Usage 

.article-heading {
  @include opacity(0.8);
}

*/
/* Center-align a block level element
  ========================================================================== */
/* Usage 

.footer-wrap {
  width: 450px;
  @include center-block;
}

*/
/* Text overflow
  ========================================================================== */
/* Usage 

.text-truncate {
  @include text-truncate;
}

*/
/* Absolute positioned
  ========================================================================== */
/* Usage 

.abs {
  @include abs-pos(10px, 10px, 5px, 15px);
}

*/
/* Font Size
  ========================================================================== */
/* Usage 

body {
  @include font-size(16);
}

*/
/* Line Height
  ========================================================================== */
/* Usage 

body {
  @include line-height (16);
}

*/
/* Cross browser inline block
  ========================================================================== */
/* Usage 

.icon {
	@include inline-block();
}
*/
/* Text replacement (instead of text-indent)
  ========================================================================== */
/* Usage 

.header h1 {
	@include text-replacement();
}

*/
/* HEX TO RGBA OPACITY
  ========================================================================== */
/*----------------------------------------------------------------*    AUTO PART REGISTRATION
\*----------------------------------------------------------------*/
#formLogin {
  position: relative; }

b.page-title {
  text-align: left;
  font-weight: 500;
  display: block;
  width: 100%;
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; }

.cv-table-0, .cv-table-1 {
  width: 100% !important;
  background: white !important;
  text-align: left !important;
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" !important;
  font-size: 12px !important; }

.cv-table-3 {
  width: 100% !important;
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" !important;
  font-size: 12px !important; }
  @media (min-width: 62em) {
    .cv-table-3 {
      width: 75% !important; } }
  .cv-table-3 span b u {
    font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" !important;
    font-size: 16px !important;
    text-decoration: none;
    margin-left: -10px; }

.page-content input[type="text"],
.page-content input[type="password"] {
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" !important;
  font-size: 14px !important;
  color: #000;
  border: 1px solid #dddddd !important;
  border-left-width: 2px !important;
  border-radius: 0px;
  padding: 5px;
  margin: 0 0 5px;
  height: 30px;
  -webkit-appearance: none;
  width: 300px; }
  .page-content input[type="text"]:focus,
  .page-content input[type="password"]:focus {
    border-left-color: #0394cb !important;
    outline: none; }

.page-content input[type="checkbox"] {
  margin-bottom: 5px; }

.text.cv-table-cell-0 {
  font-weight: 500;
  text-align: left; }

/*----------------------------------------------------------------*    BUTTONS
\*----------------------------------------------------------------*/
.page-content .cv-button,
.page-content .button {
  background: #0394cb;
  clear: both;
  display: block;
  border: none;
  margin: 0;
  padding: 4% 0;
  text-align: center;
  font-size: 1em;
  display: block;
  color: white;
  font-weight: 500;
  border-radius: 2px;
  border: 1px solid transparent;
  display: inline-block;
  clear: none;
  padding: 6px 20px 5px;
  font-size: 12px; }
  .page-content .cv-button:before,
  .page-content .button:before {
    /* icon */
    margin-right: 10px;
    position: relative;
    top: 0px; }
  .page-content .cv-button:hover,
  .page-content .button:hover {
    text-decoration: none;
    background: #37c7fe;
    text-decoration: none !important;
    color: #fff;
    cursor: pointer; }

.page-content #Button1 {
  position: absolute;
  top: 800px;
  left: 0; }

