.my-profile label, .my-profile input, .my-profile select{
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
}
.my-profile input, .my-profile select {
    vertical-align: top;
    width: calc(100% - 260px);
    box-sizing: border-box;
    padding: 2px 5px;
}
.my-profile label{
    width: 250px;
}
.my-profile .row{
    /*padding-bottom: 15px;*/
}
.my-profile-form{
    padding-top: 50px;
}
.my-profile select{
    width: calc(100% - 260px);
    height: 33px;
}
.my-profile-form>div:nth-child(1)>div>div>div{
    padding-bottom: 30px;
}
button{
    width: 116px;
    display: inline-block;
    box-sizing: border-box;
    padding: 15px 28px;;
    border-radius: 24px;
    background-color: #1baaeb;
    color: #fff;
    border: none;
    outline: 0;
    margin: 20px 0;
    font-size: 15px;
}
button:hover{
    opacity: .8;
}
.text-center{
    text-align: center;
}
.pt-20{
    padding-top: 20px;
}
.errBox {
    position: relative;
    vertical-align: top;
}

.errorText {
    position: absolute;
    left: 0;
    top: 32px;
    width: 310px;
    font-size: 15px;
    color: red;
}
