﻿@import url('https://fonts.googleapis.com/css?family=Open+Sans:100,300,400,700');
@import url('https://fonts.googleapis.com/css?family=Poppins:100,300,400,500,700');
@import url('https://fonts.googleapis.com/css?family=Nunito');

/* === Font Setup === */

@font-face {
    font-family: "Wes Fy Bold";
    src: url("../../static/fonts/Wesfy.ttf");
}

@font-face {
    font-family: "Wes Fy Regular";
    src: url("./fonts/Wes Fy Regular.ttf");
}

@font-face {
    font-family: "Wes Fy Bold";
    src: url("./fonts/Wes Fy Bold.ttf");
}

@font-face {
    font-family: "Wes Fy Thin";
    src: url("./fonts/Wes Fy Thin.ttf");
}

@font-face {
    font-family: "Wes Fy Black";
    src: url("./fonts/Wes Fy Black.ttf");
}

.nunito {
    font-family: "Nunito" !important;
}

.nunito-bold {
    font-family: "Nunito" !important;
    font-weight: 600;
}

.wesfy-bold {
    font-family: "Wes Fy Bold", "Poppins" !important;
}

.wesfy {
    font-family: "Wes Fy Regular";
}

.wesfy-thin {
    font-family: "Wes Fy Thin";
}

.wesfy-black {
    font-family: "Wes Fy Black";
}

.opensans {
    font-family: "Open Sans";
    font-weight: 400;
}

.opensans-bold {
    font-family: "Open Sans";
    font-weight: 700;
}

.opensans-light {
    font-family: "Open Sans";
    font-weight: 300;
}

.opensans-thin {
    font-family: "Open Sans";
    font-weight: 100;
}

.poppins {
    font-family: "Poppins";
}

.poppins-light {
    font-family: "Poppins";
    font-weight: 300;
}

.poppins-thin {
    font-family: "Poppins";
    font-weight: 100;
}

.poppins-bold {
    font-family: "Poppins";
    font-weight: 700;
}

* {
    font-family: "Poppins", "Themify", FontAwesome !important;
}


/*font-face*/

.content label {
    font-weight: 400;
}

.text-light {
    color: #677897;
}

.poppins-bold {
    font-family: "Poppins";
    font-weight: 700;
}


/*end font-face*/

[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

[type="radio"]:checked+label,
[type="radio"]:not(:checked)+label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: inherit;
    font-weight: 400;
}

[type="radio"]:checked+label:before,
[type="radio"]:not(:checked)+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #337ab7;
    border-radius: 100%;
    background: #fff;
}

[type="radio"]:checked+label:after,
[type="radio"]:not(:checked)+label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #337ab7;
    position: absolute;
    top: 3px;
    left: 3px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

[type="radio"]:not(:checked)+label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

[type="radio"]:checked+label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

#proses {
    margin-top: 0px;
}

p {
    color: #919191;
}

h4,
.h4 {
    font-size: 15px;
}

.mycanvas.before {
    width: 200px;
    height: 100px;
    background: red;
    border-radius: 100px / 50px;
}

.mycanvas {
    image-rendering: auto;
    filter: contrast(120%) brightness(90%);
    position: center;
    border-radius: 12px;
    margin: 0px -92px;
}

.vid-canvas {
    display: block;
    margin-bottom: 20px;
    width: 120px;
    height: 120px;
    background-image: url('../img/camera.png');
    background-size: 120px;
    background-repeat: no-repeat;
}

.vid-show {
    display: none;
    margin-bottom: 20px;
    width: 250px;
    height: 250px;
    float: left;
    background-size: 250px;
    opacity: 0.5;
    z-index: 900;
}

header {
    position: fixed;
    z-index: 100;
    width: 100%;
}

.vid-backselfie {
    z-index: -1;
    width: 250px;
    height: 250px;
    background-image: url('../img/webcam_back.png');
}

.vid-ktp {
    border-radius: 12px;
    width: 240px;
    height: 100%;
}
    .cancel {
    width: 20px;
    height: 20px;
    display: none;
    margin: auto
}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}

.center2 {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 70%;
}

.center3 {
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

label {
    color: #677897;
    margin-top: 5px;
}

.col-md-3 {
    width: 33.33%;
}

.title {
    font-size: 25px;
    font-family: inherit;
    padding: 10px 0px 5px 15px;
    font-weight:500;
    color: #005ce6;
}

.m-middle{
    margin:auto 0px;
}
.collapse {
    display: inline-flex;
}

.collapse:not(.show) {
    display: inline-flex;
}

hr {
    border: 1px solid #005ce6;
    margin-top: 0px;
}

input[type="file"] {
    font-size: 40px;
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0;
    cursor: pointer;
}


/*loginform*/

.login-container {
    margin-top: 5%;
    margin-bottom: 5%;
}

.login-form {
    padding: 5% 50px 10% 50px;
    box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.1);
    border-radius: 5px 0px 0px 5px;
    margin:auto;
    display:block;
    width:500px;
}

.box-form {
    padding: 5% 50px 10% 50px;
    box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.1);
    border-radius: 5px 5px 5px 5px;
    background-color:white;
}

.login-form h3 {
    text-align: center;
    color: #333;
}

.login-container form {
    padding: 5% 10% 10% 10%;
}

.login-outer {
    padding: 5%;
}

.div-product-main{
    padding:0px 10%;
}

.box-br5px {
    box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.1);
    border-radius: 0px 5px 5px 0px;
    background-image: url("../img/Login/Image_login.png");
}

.g-recaptcha {
    margin-bottom: 3%;
}

.clearpad{
    padding:0px!important;
}

.padbottom {
padding-bottom:25px;
}

@media (max-width: 850px) {
    .div-product-main {
        padding: 0px 2%!important;
    }
}

@media (max-width: 767px) {

    .box-br5px {
        box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.1);
        border-radius: 0px 5px 5px 0px;
        background-image: url("../img/Login/Image_login.png");
        display:none;
    }

    .login-form {
        padding: 5% 10% !important;
        box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.1);
        border-radius: 5px;
        width:100%;
    }
}

.cl-red{
    color:red;
}

#perbaikidata{
    font-weight:600;
}
    /*end-form-style*/