.user_reg_main{
    background: linear-gradient(90deg, #C7C5F4, #776BCC);
}

.reg_container {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100%;
}
.screen {
	background: white;
	position: relative;
	min-height: 700px;
	width: 400px;
	box-shadow: 0px 0px 24px #5C5696;
}

.screen__content {
	z-index: 1;
	position: relative;
	height: 100%;
}
.screen__background {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 0;
	-webkit-clip-path: inset(0 0 0 0);
	clip-path: inset(0 0 0 0);
}

.screen__background__shape {
	transform: rotate(45deg);
	position: absolute;
}
.screen__background__shape1 {
	height: 520px;
	width: 520px;
	background: #FFF;
	top: -50px;
	right: 120px;
	border-radius: 0 72px 0 0;
}


.form-control-margin{
    margin-left: 20px;
    margin-right: 20px
    margin-bottom: 15px
}
.icon {
    width: 50px;
    font-size: 40px;
    color: #f2e9e5;;
    background-color: #6296b3;
    padding: 0px 0px 0px 7px;
    border-radius: 5px 0px 0px 5px;
}
.input-field{
    width: 295px;
    margin-left: 0px;
    border-radius: 0px 5px 5px 0px;
    margin-left: 0px;
    margin-top: 0px;
}
.reg-control {
    width: 100%;
    margin-left: 25px;
    margin-top: 10px;
    margin-bottom:10px;
}
.reg_h{
    background-color: #45beef;
    height: 42px;
    text-align: center;
}
.usr_sign_up{
    font-size: 25px;
    color: white;
    font-weight: 600;
}
.usr_lbl{
    margin-left: -14px;
    font-size: 15px;
    margin-bottom: 2px;
    font-weight: 400;
}
.usr-btn{
    width: auto;
    margin-left: 30%;
}
.err_msg{
    margin-left: -14px;
    font-size: 15px;
    margin-bottom: 2px;
    font-weight: 400;
    color:red;
}
.display_none{
    display:none;
}