/* here you can put your own css to customize and override the theme */

/***
Rounded Portlets
***/
/*
.portlet {
	border-radius: 4px !important;
}

.portlet .portlet-title {
	border-radius: 4px 4px 0px 0px !important;
}

.portlet .portlet-body,
.portlet .portlet-body .form-actions  {
	border-radius: 0px 0px 4px 4px !important;
}
*/
/* untuk logo SiKolah agar tidak terlalu kebawah */
.login .logo {
    margin-top: 30px;
}
/* pengaturan logo sekolah di form login */
div.block-logo {
    align-items: center;
    padding-top: 0px;
    padding-bottom: 10px;
    position: relative;
    overflow: auto;
    display: flex;
}
img.login-logo-sekolah {
    display: inline-block;
    float: left;
    margin-right: 10px;
    max-width: 100px;
    /*margin-top: 15px;*/
}