span.password-input-group {
    display: contents;
}

.cand-img {
	object-fit: cover;
	/* width: 300px; */
	height: 200px !important;
}

#user-registration.vertical .user-registration-MyAccount-content {
	width: 100%;
}

#user-registration .user-registration-MyAccount-content {
    padding: 10px 10px 30px 10px;
}

img.profile-preview {
    border-radius: 30px;
}
#urmenu {
	margin: 0px;
	width: 19.5%;
}
#mainnav{
	background: #f0f1f5;
	width: 20%;
	min-height: 500px;
}
.ul {
    list-style-type:none;
    margin:0;
    padding:0;
    position: absolute;
}

.li {
		display:unset;
		margin-right: 0px;
}
/*Style for menu links*/
.li a {
    display:block;
    min-width:140px;
    height: 50px;
    text-align: left;
    line-height: 50px;
    color: #0089f7;
    background: #f0f1f5;
    text-decoration: none;
		padding-left: 5px;
		text-transform: uppercase;
		font-size: 15px;
		font-weight: 600;
		letter-spacing: 0px;
		border-bottom: 1px solid rgba(0,0,0,0.05);
}
/*Hover state for top level links*/
.li:hover a {
	background: #0089f7;
	color: #FFF;
	text-decoration: unset;
}
/*Style for dropdown links*/
.li:hover .ul a {
    background: #f3f3f3;
    color: #2f3036;
    height: 40px;
    line-height: 40px;
}
/*Hover state for dropdown links*/
.li:hover .ul a:hover {
    background: #19c589;
    color: #fff;
}
/*Hide dropdown links until they are needed*/
.li .ul {
    display: none;
}
/*Make dropdown links vertical*/
.li .ul .li {
    display: block;
    float: none;
}
/*Prevent text wrapping*/
.li .ul .li a {
    width: auto;
    min-width: 100px;
    padding: 0 20px;
}
/*Display the dropdown on hover*/
.ul .li a:hover + .hidden, .hidden:hover {
    display: block;
}
.is-active a {
	background-color: #dadbdf;
	border-left: 5px solid #0089f7;
}

/*Style 'show menu' label button and hide it by default*/
.show-menu {
    font-family: "Open Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
    text-decoration: none;
    color: #fff;
    background: #0089f7;
    text-align: center;
    padding: 10px 0;
    display: none;
		font-size: large;
		cursor: pointer;
}
/*Hide checkbox*/
/* input[type=checkbox]{
    display: none;
} */
/*Show menu when invisible checkbox is checked*/
input[type=checkbox]:checked ~ #urmenu{
    display: block;
}
/*Responsive Styles*/
@media screen and (max-width : 760px){
    #Content {    
    margin-top: 54px;
}

    #user-registration .user-registration-MyAccount-content {
    padding: 0px !important;
    }

  #user-registration.vertical .user-registration-MyAccount-content {
  	width: 100% !important;
  }

	.li a {
	height: 40px;
	line-height: 40px;
}

	#urmenu {
		width: 100%;
	}
		#mainnav{
			width: 100%;
			min-height: 0px;
		}

    .ul {
        position: static;
        display: none;
    }

    .li {
        margin-bottom: 1px;
    }

    .ul .li, .li a {
        width: 100%;
    }

    .show-menu {
        display:block;
				width: 100%;
    }
}
