/* Made with love by Mutiullah Samim*/

/* @import url('https://fonts.googleapis.com/css?family=Numans'); */

html, body {
    background-color: #07aff0 !important;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    font-family: 'open-sans';
    color: #fff !important;
}

.brand{line-height: 18px;}
.brand-name-a{font-size: 30px;font-weight: bold;color:#9c9c9c;}
.brand-name-b{font-size: 31px;font-weight: 800;color:#07aff0;}
.brand-name-c{font-weight: bold;}

.container{
height: 100%;
align-content: center;
}

.card{
margin-top: auto;
margin-bottom: auto;
width: 400px;
border-radius: 20px 20px 20px 20px !important;
}


.dark-color{
    color: #fff;
}

.social_icon span{
font-size: 60px;
margin-left: 10px;
color: #07aff0;
}

.social_icon span:hover{
color: white;
cursor: pointer;
}

.card-header h3{
color: white;
}

.social_icon{
position: absolute;
right: 20px;
top: -45px;
}

.input-group-prepend span{
width: 50px;
background-color: #07aff0;
color: #fff;
border:0 !important;
}

input:focus{
outline: 0 0 0 0  !important;
box-shadow: 0 0 0 0 !important;

}

.remember{
color: #737373;
}

.remember input
{
width: 20px;
height: 20px;
margin-left: 15px;
margin-right: 5px;
}

.login_btn{
color: #fff;
background-color: #07aff0;
width: 100px;
}

.login_btn:hover{
color: #FFF;
background-color: #63d0fb;
}

.links{
color: #b9b9b9;
}

.links a{
margin-left: 4px;
text-decoration: none;
color:#07aff0;
}

.links a:hover{
    text-decoration: none;
    color:#ff003f;
    }

.logo{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center !important;
    justify-content: center !important;
}

.logo img{
    width: 110px;
}

.daftar{
    background-color:#2544bd;color:white;
}

.title{
 color: #737373;
}

.title span {
    padding: 0 0.3em;
    z-index: 1;
    font-size: 16px;
    font-weight: 400;
  }

/* BEGIN NEW */
.app-logo img{
    width: 100px;
}

.text-red {
    color: #bc1f36!important;
}

.btn-link-dark {
    color: #616161 !important;
}
.btn-link-dark:hover {
    color: #bc1f35 !important;
}

.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 2px rgba(188, 31, 53, 0.1);
}
.btn-cs-red {
    background-color: #fef100;
    border-color: #bc1f35;
    color: #006186;
}
.btn-cs-red:hover{
    background-color: #fef100;
    border-color: #bc1f35;
    color: #006186;
}
.space-1{
    width: 30%;
    background-color: #eee;
    height: 100%;
}
.space-2{
    width: 70%;
}

.slide-x .slide{
    height: 100%;
}
.slide-x .slick-list{
    height: 100%;
}
.slide-x .slick-track{
    height: 100%;
}
.slide-x .slide__img{
    height: 100%;
}
.slide-x .slick-slide img {
    display: block;
    object-fit: cover;
    height: 100%;
    filter: brightness(100%);
}
.login-btn{
    margin-left: auto;
}
/* END NEW */

@media (max-width:767px){



    .social_icon {
        top: -65px;
    }

    .card{
        width: 100%;
    }
}

@media (max-width:500px){
    html,body{
        color:#FFF !important;
        }
    .app-logo img{
        filter: brightness(0) invert(1);
    }
    .slide-x .slick-slide img {
        display: block;
        object-fit: cover;
        filter: brightness(50%);
    }

    .space-1 {
        width: 100%;
        background-color: #eee;
        position: fixed;
    }
    .space-2 {
        width: 100%;
    }

    .btn{
        width: 100%;
    }

    .social_icon {
        top: -65px;
    }

    .card{
        width: 100%;
    }
    .login-btn{
        margin-left: auto;
        margin-right: auto;
    }
    .slick-nav,.slick-dots{
        display: none !important;
    }
    .btn-link-dark {
        color: #eee !important;
    }
    .btn-link-dark:hover {
        color: #f54c65!important;
    }
    .text-red {
        color: #f54c65!important;
    }


}
