﻿.accountpageboxborder {
    border: 1px solid #c6c4bf;
    width: 35vw;
    padding: 10px;
    box-shadow: 5px 10px 8px #c6c4bf;
    border-radius: 1.3rem;
}

.form-controls {
    display: inline-block;
    width: 35vh;
    height: 30px;
    padding: 6px 12px;
    margin-bottom: 3px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555;
    float: right;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.margin-right {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-end;
}

.margin-bottom {
    margin-bottom: 8px;
    padding: 2px;
}
.headerdiv {
    width: 42%;
    margin: auto;
    padding-top: 10px;
    padding-bottom: 10px;
}
.margin-bottom {
    margin-bottom: 10px;
}
.titlemargin-bottom {
    margin-bottom: 16px;
}