.mainMenu .navbar-nav li a, .mainMenu .navbar-header a {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 17px;
}

.updateProfile {
    width: 60%;
    margin: auto;
}

.emailSection {
    padding: 0;
}

.confirmSection a {
    margin-top: 39px;
}

.btn-disabled {
    background: #cccccc;
    color: #666666;
    pointer-events: none;
    cursor: not-allowed!important;
}

.updateProfileBtn {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}

.updateProfileBtn button {
    padding: 10px 30px;
    font-size: 20px;
    font-weight: 400;
}

@media screen and (max-width: 991px){
    .confirmSection a {
        margin-top: 0;
        width: 100%;
    }
    .confirmSection {
        padding: 0;
    }
    .updateProfile {
        width: 100%;
    }
    .updateProfile .registerBtn {
        margin-top: 15px;
        padding: 0;
    }
}
