.modal-content{
    text-align: center;
    color: white;
}
.modal-content .modal-body{
    width: 550px;
    margin: 5rem auto;
}
.modal-content .header{
    font-weight: bold;
    font-size: 30px;
}
.modal-content .sub-header{
    color: #ccc;
    font-weight: bold;
}
.modal-content input{
    display: block;
    width: 100%;
    border-radius: 5px;
    padding: 7px 10px;
    margin-bottom: 7px;
    border: none;
}
.modal-content .password-wrap{
    display: flex;
    justify-content: space-between;
}
.modal-content .password-wrap a{
    color: white;
}
.select-membership{
    display: flex;
    justify-content: space-between;
}
.select-membership .border-bottom{
    border-bottom: 1px solid #ccc !important;
    margin-bottom: 1rem;
    flex: 1;
}
.select-membership .border-bottom.active{
    border-bottom: 3px solid;
    margin-bottom: 1rem;
}
.select-membership a{
    display: block;
    flex: 1;
    padding: 10px;
    font-size: 20px;
    font-weight: bold;
    white-space: pre;
    margin-right: 100px;
}
.select-membership .active a{
    border-bottom: 3px solid dodgerblue;
}
select, input, textarea{
    width: 100%;
    padding: 10px;
    margin-top: 1rem;
    border: 1px solid #aaa;
    border-radius: 5px;
}
.download-item{
    background-color: white;
    border-radius: 1em;
    padding: 1em 3em;
    margin: 2em .5em;
    opacity: .5;
}
.download-item.active{
    opacity: 1;
    cursor: pointer;
}
.download-item img{width: 95px;}