@charset "utf-8";
/* CSS Document */

#my_profile{ 
position:absolute;
width:95%;
height:auto;
min-height:570px;
top:40px;
left:2.5%;
background-color:#F1F1F1;
border-bottom-left-radius:5px;
border-bottom-right-radius:5px;
display:none}

#pro_form{ 
position:absolute;
width:100%;
height:100%;
top:20px;
left:0 }

.inp_pro{ 
position:absolute;
width:40%;
padding:0px 10px;
left:30%;
border:solid 1px #ced4da;
border-radius:5px;
top:60px;
height:35px;
font-family:nuni_reg  }

.inp_pro:focus{ 
outline:0 none;
box-shadow:0px 0px 2px 4px rgba(0,154,219,0.3) }

#fname_inp{ 
top:110px }

#lname_inp{ 
top:160px }

#pass_inp{ 
top:210px }

#repass_inp{ 
top:260px }

#submit_inp{ 
position:absolute;
top:320px;
height:45px;
font-family:nuni_bold;
font-size:14px;
cursor:pointer;
width:100px;
background-color:#3490dc;
color:#FFFFFF }

#cancel_inp{ 
position:absolute;
top:320px;
height:45px;
left:40%;;
font-family:nuni_bold;
font-size:14px;
cursor:pointer;
width:100px;
background-color:#3490dc;
color:#FFFFFF }

.label{ 
position:absolute;
padding:0px 10px;
left:20%;
width:100px;
top:65px;
height:35px;
color:#3D3D3D;
font-family:nuni_reg;
text-align:right }

#fname_label{
	top:115px; 
 }
 
 #lname_label{
	top:168px; 
 }
 
  #pass_label{
	top:220px; 
 }
 
   #repass_label{
	top:270px; 
 }
