body {
    font-size: 13px !important;
    color: #676767;
    font-family: inherit;
}

/************ SIGN IN **************/
/************         **************/
#sign-in{
  margin: 0 auto;
  position: relative;
  width: 415px;
  padding: 48px 0 0;
}
#sign-in header{
  padding: 0 20px;
}
#sign-in .logo {
  margin: 0 auto 35px;
  display: block;
  width: 220px;
}
.text-align-center{
    text-align: center;
}
.form-control:focus {
    border-color: #08c;
    box-shadow: none;
}
#sign-in header .icon a{
  height: 40px;
  width: 40px;
  display: inline-block;
  margin-right: 10px;
  text-align: center;
}
#sign-in header .icon a img{
  transition: all .5s;
  width: 24px;
}
#sign-in header .icon a:hover img{
  transform: scale(1.1);
}
#sign-in form {
  margin: 48px 0 0;
  border-radius: 3px;
  background: #fff;
  box-shadow: 0 1px 1px 1px #d1d1d1;
  border: 1px solid #f1f1f1;
}

#sign-in input#password {
  padding-right: 30px;
}
.password-wrapper{
  position: relative;
}
.card-title {
  margin-bottom: .75rem;
  font-size: 1em;
  font-weight: 700;
  color: #676767;
}
.link{
  padding: 20px;
}
.link a{
  padding-left: 10px;
}
.togglePassword{
  position: absolute;
  right: 11px;
  top: 35px;
}
form button[type="button"]{
  color: #fff;
  text-transform: uppercase;
  width: 100%;
}
.slogan{
  font-size: 18px;
  font-weight: 100;
  display: inline-block;
  position: relative;
  top: -8px;
}
/************ SIGN UP **************/
/************         **************/

.form-vce header{
  padding: 0 15px;
}
.form-vce header h3{
  display: inline-block;
}
.form-vce header span{
  line-height: 40px;
}
.form-vce header .icon a{
  height: 24px;
  width: 24px;
  display: inline-block;
  text-align: center;
}
.form-vce header .icon a img{
  transition: all .5s;
  width: 18px;
}
.form-vce header .icon a:hover img{
  transform: scale(1.2);
}
.form-vce .content{
  margin-top: 30px;
}
.form-vce .box-img{
  height: 490px;
  background-position: center center;
  background-repeat: no-repeat;
  transition: all .9s
}

.form-vce .box-img img{
  max-width: 100%;
  max-height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  transition: all .9s
}

#sign-up input#password {
  padding-right: 30px;
}

#sign-up.form-vce .box-img{
  margin-top: 20px;
}
#sign-up .logo, #forgot-password .logo, #verify .logo{
  width: 190px;
  margin: 10px 0 5px 0;
}

.g-recaptcha{
  margin-bottom: 10px;
}
.g-recaptcha, .g-recaptcha div, .g-recaptcha iframe{
  max-width: 100%;
}
.form-vce form{
  border: 1px solid #f1f1f1;
  padding: 20px;
  border-radius: 3px;
  background: #fff;
  width: 100%;
}
.form-vce h4,.form-vce button,.form-vce h3{
  font-family: Open Sans,sans-serif;
}
.form-vce form span{
  font-size: 14px;
}
ul.link li{
  display: inline-block;
}
.fade-enter-active, .fade-leave-active {
  transition: opacity .5s
}
.fade-enter, .fade-leave-to /* .fade-leave-active below version 2.1.8 */ {
  opacity: 0
}
.error{
  color: red;
}

.red--text {
  color: #e74c3c;
}
/************ WELCOME **************/
/************         **************/
#welcome .content{
  margin-top: 50px;
}
#welcome .icon-services img{
  height: 100px;
}
#welcome .icon-services{
  margin-top: 40px;
}
.tooltip.fade.in{
  opacity: 1;
}
.tooltip{
  padding-right: 8px;
}
.tooltip.left .tooltip-arrow{
  top:50%;
  right:0;
  margin-top: 5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.left .tooltip-arrow{
  margin-top: -9px;
  border-width: 9px 0 9px 9px;
  border-left-color: black;
}
.tooltip-arrow{
  position: absolute;
  width: 0;
  height: 0;
  border-color:transparent;
  border-style: solid;
}
/************ PC 1024x768 **************/
/************             **************/
@media (max-width:1024px) and (min-width:768px) {
  .form-responsive{
    width: 41.66666667%;
    padding-left: 20px;
  }
  #verify .content{
    margin-top: 50px;
  }
}

/************ MOBILE **************/
/************         **************/

@media (min-width:320px) and (max-width:480px) {
  .form-vce {
    margin: 0;
  }
  #sign-in {
    margin: 10px;
    width: auto;
  }
  body header:first-child{
    text-align: center;
  }
  #welcome header{
    margin-top: 100px;
  }
  #welcome .content{
    margin-top: 80px;
  }
  #welcome .icon-services img{
    height: 80px;
  }
  #welcome .m-top{
    margin-top: 40px;
  }
  .form-vce .box-img{
    display: none;
  }
}


/************ MOBILE **************/
/************         **************/

@media (min-width:1600px) and (max-width:1920px) {
  .wrapper{
    width: 80%;
  }
}

.jq-toast-wrap {
  width: 400px;
}

.jq-toast-single {
  font-size: 14px;
  line-height: 20px;
}

.jq-icon-success {
  background-color: #4CAF50;
}

.item-service {
  padding: 10px;
}
.btn-primary {
    background-color: #08c;
    border-color: #08c;
}
.btn {
    border-radius: 2px;
    font-size: 13px;
    font-weight: 600;
    padding: 4px 25px;
}
.btn-primary:hover {
    background-color: #069;
    border-color: #069;
}
.vcc-btn-login {
    padding: 12px 0;
}
.card-text{
  text-align: center;
  margin-bottom: 0;
}
.item-service a {
  text-decoration: none;
  color: #34495e;
  height: 100%;
  width: 100%;
  background-color: #f1f1f1;
  padding: 15px;
  float: right;
  transition-duration: 200ms;
  transition-property: transform, box-shadow, margin, opacity, width;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  border-radius: 2px;
  box-shadow: 0 2px 2px 0 rgba(0,0,0,0.16), 0 0 0 1px rgba(0,0,0,0.08);
}

.item-service a:hover {
  box-shadow: 0 3px 8px 0 rgba(0,0,0,0.2), 0 0 0 1px rgba(0,0,0,0.08);
}

.item-service a p {
  margin: 0;
}

.form-vce input {
  font-size: 13px;
  margin-bottom: 10px;
  text-indent: 5px;
  border-radius: 3px;
  padding: 9px;
  background: rgb(252, 252, 252);
  border-width: 1px;
  border-style: solid;
  border-color: rgb(231, 231, 231);
  border-image: initial;
}

.form-vce input::placeholder {
  font-size: 13px;
  opacity: 0.5;
}
.form-vce .vcc-content-register{
    margin-top: 9px;
    text-align: center;
}
section.logout {
  margin-top: 40px;
}

input[type=password] {
    padding-right: 33px;
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src:  url(./fonts/OpenSans-Bold.ttf) format('woff2');
}

.display-none{
  display:none;
}

input[type=text]#password.forgot-pass {
  -webkit-text-security: disc;
}