img{
    width: 100%;
    height: 100%;
}

body,html{
    margin: 0;
    padding: 0;
}

.dis-row{
    display: inline-flex;
    display: flex;
    justify-content: center;
    width: 100%;
}

.PersonalInformation-top{
    width: 90%;
    min-height: 50px;
    background-color: #e4e9fc;
    margin-left: 5%;
    margin-top: 20px;
}
.PersonalInformation-bottom{
    width: 90%;
    height: 50px;
    /*background-color: #e4e9fc;*/
    margin-top: 10px;
    margin-left: 5%;
}

.PersonalInformation-bottom button{
    background-color:#002bec;
    color:white;
    width: 100%;
    height: 45px;
    border:0;
    font-size: 16px;
    box-sizing: content-box;
    border-radius: 5px;
}
/*button:hover{*/
/*    background-color: #a54b4a;*/
/*}*/



.PersonalInformation-top-span{
    margin-left: 10px;
    line-height: 50px;
    text-align: center;
    font-weight: normal;
    color: #3c51ea;

}

.PersonalInformation-top-img{

    margin: auto 0;
    width: 20px;
    height: 20px;
}



.PersonalInformation-body{
    width: 100%;
    min-height: 100px;
}

.PersonalInformation-body-hr{
    color: #e4e9fc;
}

.PersonalInformation-body-text{
    width: 100%;
    float: left;
    display: inline-flex;
    margin-top: 15px;
    /*margin-left: 10%;*/
    color: #000000;
}
.PersonalInformation-body-text span{
    width: 50px;
    height: 30px;
    float: left;
    font-weight: lighter;
    font-size: 14px;
}

.PersonalInformation-body-text textarea{
    min-height: 100px;
    float: left;
    width: calc(100% - 15px);
    padding-left: 5px;
    padding-right: 5px;
    border: 1px solid #EEEEEE;
    padding-top: 3px;
    padding-bottom: 3px;
}

.PersonalInformation-body-text-nameInput{
    width: calc(90% - 10px);
    /*margin-left: 15px;*/
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    border-bottom: 1px solid #EEEEEE;
    border-top:none;
    border-left:none;
    border-right:none;
    padding-top: 3px;
    padding-bottom: 3px;
    line-height: 30px;
    margin-left: 5%;
    /*border-bottom: 1px solid #EEEEEE;*/
}

.PersonalInformation-body-text-remarkTextarea{
    /*margin-left: 17px;*/
    width: calc(90% - 10px);
    float: left;
    margin-bottom: 20px;
    padding: 5px;
    margin-left: 5%;

}

.PersonalInformation-body-text-remarkTextarea-textarea{

}




