html {
    font-size: 14px;
}

#wrapper {
    margin-right: auto;
    margin-left: auto;
    width: 900px;
}
.user-pwd-box {
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
    width: 120px;
}
.edit-icon-pic{
    width:16px!important;
    height:16px!important;
}

.checkname_exit {
    color: #ef8a42 !important;
    background-color: #808080;
    border: 1px solid #ccc;
    border-radius: 10px;
    width: 430px;
    height: 40px;
    text-align: center;
}
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}


/*
html {
  position: relative;
  min-height: 100%;
}*/
/*
body {
  margin-bottom: 60px;
}*/
