.login-reg{
	position: absolute;
    display: flex;
    justify-content: space-between;
    top: 0;
    width: 18rem;
}
.login-reg>p{
	position: relative!important;
    margin-bottom: 0;
    top: -2.5rem;
}
.login-reg>p:not(:last-child):after {
   position: absolute;
    content: '';
    width: .1rem;
    height: 1.3rem;
    top: .6rem;
    right: -1.2rem;
    background: rgba(34, 34, 34, 0.75);
    border-radius: 4px;
}

@media screen and (max-width:1199px){
	.login-reg {
	    width: 24rem;
	}
	.login-reg>p {
	    top: -2.5rem;
	    left: -1.8rem;
	}
	.login-reg>p:not(:last-child):after {
	    top: .6rem;
	    right: 2rem;
	  
	}
	.customNav-select {
      margin-top: 2.4rem;
    }
}