.login-card > div img {
    height: 170px;
    margin-bottom: 0;
}

.btn-primary, .btn-primary:hover {
    background-color: #005a62;
    border-color: #005a62;
}

.login-card .login-main .theme-form h4 ,.login-card .login-main .theme-form label ,.login-card .login-main .theme-form .link ,.form_request h4 {
    color: #005a62;
}

.register_link {
    position: relative !important;
    top: 0 !important;
}

.register-card {
    display: block;
    height: auto;
}

.login-card .register-main {
    width: 50%;
}

.register-card .form-group .col-md-6 {
    padding: 0 7px;
}

.register-card .register-main .theme-form .form-group {
    position: inherit;
}

.register-card .register-main .sign_btn {
    padding: 0 7px;
}

.marg_bottom {
    margin-bottom: 20px;
}

.bg-dark ,.bg-secondary.copyright ,.form_request table thead {
    background-color: #005a62 !important;
}

.navbar-light .navbar-brand {
    display: block !important;
    width: 100%;
    text-align: center;
}

.form_request h4 {
    width: 140px;
    margin-right: 25px;
}


/*Tree Style */

.tree_logo .navbar-brand img {
    width: 160px !important;
}

.tree {
    width: 50%;
    margin: 0 auto;
}

.tree ul {
	padding-top: 20px; position: relative;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
}

.tree li {
    text-align: center;
	list-style-type: none;
	position: relative;
	padding: 20px 5px 0 5px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
}

.tree li.left {
	float: left; 
}

.tree li.right {
	float: right; 
}

.tree_logo {
    float: none !important;
}

.tree .tree_logo a.navbar-brand {
    border: none !important;
}

.tree_logo img {
    display: block;
    margin: 0 auto;
    width: 100px;
}

/*We will use ::before and ::after to draw the connectors*/

.tree li::before, .tree li::after {
    content: '';
    position: absolute;
    top: 0;
    right: 50%;
    border-top: 1px solid #ccc;
    width: 200%;
    height: 20px;
}

.tree li::after{
	right: auto; left: 50%;
	border-left: 1px solid #ccc;
}

/*We need to remove left-right connectors from elements without 
any siblings*/
.tree li:only-child::after, .tree li:only-child::before {
	display: none;
}

/*Remove space from the top of single children*/
.tree li:only-child{ padding-top: 0;}

/*Remove left connector from first child and 
right connector from last child*/
.tree li:first-child::before, .tree li:last-child::after{
	border: 0 none;
}
/*Adding back the vertical connector to the last nodes*/
.tree li:last-child::before{
	border-right: 1px solid #ccc;
	border-radius: 0 5px 0 0;
	-webkit-border-radius: 0 5px 0 0;
	-moz-border-radius: 0 5px 0 0;
}
.tree li:first-child::after{
	border-radius: 5px 0 0 0;
	-webkit-border-radius: 5px 0 0 0;
	-moz-border-radius: 5px 0 0 0;
}

/*Time to add downward connectors from parents*/
.tree ul ul::before{
	content: '';
	position: absolute; top: 0; left: 50%;
	border-left: 1px solid #ccc;
	width: 0; height: 20px;
}

.tree li a{
	border: 1px solid #ccc;
	padding: 5px 10px;
	text-decoration: none;
	color: #666;
	font-family: arial, verdana, tahoma;
	font-size: 11px;
	display: inline-block;
	
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
}

/*Time for some hover effects*/
/*We will apply the hover effect the the lineage of the element also*/
.tree li a:hover, .tree li a:hover+ul li a {
	background: #c8e4f8; color: #000; border: 1px solid #94a0b4;
}
/*Connector styles on hover*/
.tree li a:hover+ul li::after, 
.tree li a:hover+ul li::before, 
.tree li a:hover+ul::before, 
.tree li a:hover+ul ul::before{
	border-color:  #94a0b4;
}


table {
  display: none;
}

.branches {
    text-align: center;
}

.branches label {
    display: block;
    margin: 20px 0;
}

.branches select {
    width: 30%;
    height: 40px;
    border: 1px solid #005a62;
}

.navbar {
    padding-top: 0;
    padding-bottom: 0;
}

/*
.uiux-side.login-card {
    display: block;
}

.split-pane.uiux-side.login-card > div {
    top: 150px;
}

.split-pane.uiux-side.login-card .no_top {
    top: 20px;
}
*/

.frontend-side {
    background: url(../img/Syai_banner.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

/*	----------------------------------------------------------
	Responsive Structure
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
@media only screen and ( min-width: 320px) and ( max-width: 767px ) {
    .frontend-side {
        order: 1;
    }
    
    .uiux-side {
        order: 2;
    }
    
    .frontend-side {
        height: auto;
    }
}