/*konten*/
html, body {
    height: 100%;
    position: fixed;
    width: 100%;
}
.login-logo a{
    color: #fff;
}
.login-logo a:hover,.login-logo a:focus{
    color: #dadada;
}
.login-page, .register-page {
    /*background: #e4eae7;*/
    /*background: linear-gradient(to bottom, #ffffff, #e4eae7);*/
    /* background-repeat: repeat !important; */
    /* background-size: 150px !important; */
}
.login-box-body, .register-box-body {
    background: #fff;
    padding: 20px;
   
    border: 5px solid #ababab;
    border-radius: 10px;
}
.hr-dashed{
	border-top:1px dashed #c1c1c1;
}
.m-b-1{
	margin-bottom: 10px;
}
.m-b-2{
	margin-bottom: 20px;
}
.m-t-1{
	margin-top: 10px;
}
.m-b-0{
	margin-bottom: 0;
}
.m-t-0{
	margin-top: 0;
}
a {
    color: #00a65a;
}
a:hover, a:focus {
    color: #057b45;
}

.has-feedback .form-control {
    padding-left: 35px;
}
.form-control-feedback {
    right: auto;
    left: 0;
}
.frame-scroll{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow-y: auto;
    background: transparent;
}

.login-logo{
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 25px;
}
.frame-logo{
    display: block;
    width: 70%;
    /* height: 200px; */
    padding: 5px;
    margin: auto;
}
.frame-logo img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}


/*perubahan color*/

a.link {
    color: #212121;
}
a.link:hover, a.link:focus {
    color: #4886d6;
}
.skin-green .main-header li.user-header {
    background-color: #5c981e;
}
/*/perubahan color*/
