﻿.userconfig {
    padding-top: 10px; 
    width: 150px;
}
.userprofile {
    width: 100%;
}
.section1 {
    float: left;
    width: 50%;
}
.section2
{
    float:right;
    display:inline;
    position:absolute;
}
.section1up {
    float: left;
    width: 55%;
}
.section2up{
    display:inline;
    padding-top:5px;
}
.title {
    color: red;
    font-weight: 700;
}
.pwdlabel {
    padding-top: 10px;
    width: 150px;
}
.text-field{
    padding-top: 10px;
}
.label-field{
    padding-top: 10px; 
    width: 130px;
}
.secqatext{
    padding-top: 10px; 
    width: 300px;
}
.button-width{
    width:75%;
}
.updatepwd{
    padding-left:10px;
}
.updatepwd-label{
   padding-top: 10px;
    width: 200px;
}
#SelectedValue1,#SelectedValue2,#SelectedValue3,#ans1,#ans2,#ans3{
    max-width:300px;
}
.pwdtext{
    font-weight:700;
}
.btn1position{
    padding-left:40px;
}
.btn2position{
    padding-left:200px;
}
.sqmsg {
    color: red;
    padding-bottom:10px;
}