@import url("../fonts/roboto/stylesheet.css");
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900');
@import url('../fonts/jogjafont/jogjakartype.css');

*,
*:after,
*::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin:0px;
    padding:0px;
}
body{
	font-size:12px;
	color:#333;
	background: #fff;
    font-family: 'Lato', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    background: #fff;
    /*background: linear-gradient(-90deg,#00c6fb,#005bea);*/
    /*background: -webkit-linear-gradient(bottom, #005bea, #00c6fb);
    background: -o-linear-gradient(bottom, #005bea, #00c6fb);
    background: -moz-linear-gradient(bottom, #005bea, #00c6fb);
    background: linear-gradient(bottom, #005bea, #00c6fb);*/
    overflow-x: hidden;
}
h1,h2,h3,h4,h5,h6{
	margin:0;padding:0;
}
div[class*="col-"]{
	padding:0px;
}
.bg-right-form {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 75%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}
.bg-body {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    object-fit: cover;
}
.bg-narsis {
    position: absolute;
    bottom: 0;
    left: 15%;
    width: 40%;
}
.medsos {
    margin-left: 7rem;
}
.bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
    transform: translate(0, 40%);
}
#navbar {
    background: none;
    border: none;
    border-radius: 0;
    margin-bottom: 0;
}
.logonya {
    margin-left: 7rem;
}
h2.namaapp {
    font-size: 54px;
    letter-spacing: 0.33em;
    font-weight: bold;
    color: #B20600;
    margin-bottom: 2rem;
}
h4.subnamaapp {
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 0.5rem;
    text-align: center;
    margin-top: 1rem;
}
h1.greeting {
    padding-top: 15%;
    font-size: 54px;
    margin-left: 5rem;
    font-weight: bold;
    letter-spacing: 0.07em;
    color: #fafafa;
}
p.ket {
    padding-top: 3rem;
    text-align: center;
    margin-left: 5rem;
    color: #fff;
    font-size: 14px;
    margin-bottom: 2.5rem;
}
form input.form-control {
    background: transparent;
    border: 2px solid #fafafa;
    height: 40px;
    border-radius: 15px;
    font-size: 16px;
    color: #fff;
}
.form-control:focus {
    border-color :#fafafa;
}
input::placeholder {
  color: #fafafa!important;
}
input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fafafa!important;
}
form {
    width: 470px;
    margin: 0 auto;
    padding-left: 4rem;
}
form .form-group {
    margin-bottom: 3rem;
}
button.btn-info {
    border-radius: 15px;
    height: 40px;
    background: #4D96FF;
    border: none;
    margin-top: 5rem;
}

@media (min-width:1400px){.hidden-xl{display:none!important} .visible-xl{display:block!important}}

@media (max-width: 768px) {
    body {
        background: #F8CB2E;
    }
    .login-container {
        position: relative;
        padding: 1.5rem;
    }
    img.bg-top-mbl {
        position: absolute;
        top: 0;
        left: 0;
        object-fit: cover;
        z-index: -1;
    }
    img.bg-bwh-mbl {
        position: absolute;
        right: 0;
        bottom: 0;
        object-fit: cover;
        z-index: -1;
    }
    h2.namaapp {
        text-align: center;
        letter-spacing: 0.17em;
    }
    h4.subnamaapp {
        text-align: center;
        margin-bottom: 1.5rem;
    }
    h1.greeting {
        display: none;
    }
    form {
        width: auto;
        padding-left: 0;
    }
    p.ket {
        margin-left: 0;
        padding-top: 5%;
    }
    #navbar-rspnsv {
        display: flex;
    }
    .navbar-brand img.logo, .other-logo img.cl-logo {
        height: 30px;
    }
    .logonya, .medsos {
        margin-left: 0;
    }
    .bg-right-form {
        width: 100%;
    }
}