mip-form input[type=datetime],
mip-form input[type=email],
mip-form input[type=input],
mip-form input[type=number],
mip-form input[type=tel],
mip-form input[type=text],
mip-form input[type=url] {
    padding-right: 30px
}

mip-form input,
mip-form select,
mip-form textarea {
    border: 1px solid #f1f1f1;
    padding: 6px;
    display: block;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    resize: none;
    font-size: 16px
}

mip-form div {
    display: block;
    font-size: 1rem;
    padding: 0
}

.form-group {
    display: flex;
    flex-direction: row;
    margin-top: 1rem;
    color: #807d7d;
    align-items: center;
}

.col-sm-2 {
    flex: 0 0 23.67%
}

.col-sm-10 {
    flex: 0 0 76.33%;
    padding: 0 10% 0 3%;
    position: relative
}

.control-label {
    text-align: right;
    font-size: 1rem;
    color: #807d7d
}

.female {
    color: #312c2c
}

.male {
    color: #76787b
}

.sex-radio label {
    padding: .3rem
}

mip-form .form-group .cover {
    width: 5rem;
    height: 5rem;
    overflow: hidden;
    font-size: 5rem;
    padding: none;
    color: #ccc;
    display: flex;
    align-items: center;
}

.col-center {
    margin: 0 auto;
    width: 20rem
}

.col-center .btn {
    width: 100%;
    color: white;
    background-color: #c364f1;
    font-size: 1rem;
    border: 0;
    padding: .2rem
}

.mip-fill-content {
    display: block;
    min-width: 100%;
    max-width: 100%;
    height: 100%;
    margin: auto
}

.lightbox {
    max-width: 520px;
    margin: 0 auto;
    padding: 10px;
    background: white
}

.lightbox p {
    margin: 80px 0;
    display: block
}

#btn-open,
.lightbox-close {
    border: 1px solid #f1f1f1;
    border-radius: 5px;
    padding: 10px 20px;
    margin: 20px 0;
    font-size: 14px;
    background: #fff;
    display: block;
    box-sizing: border-box;
    text-align: center
}

.profiles {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap
}

.place-profile {
    flex: 0 0 23%;
    margin-bottom: 1rem;
    box-sizing: border-box
}

.place-profile.selected {
    border: 1px solid #9200fe;
    border-radius: 50%
}

.helper {
    display: none
}

mip-selector[radioStyle] [option][selected]:before {
    background-color: #9200e7
}

mip-selector[radioStyle] [option]:before {
    width: 16px;
    height: 16px;
    line-height: 16px;
    border: 1px solid #9200e7
}

mip-selector[radioStyle] [option] {
    color: #312c2c
}

.login-logo {
    width: 5rem;
    height: 5rem;
    border-radius: 2.5rem;
    background-color: #9200fe;
    color: #fff;
    font-weight: bolder;
    font-style: italic;
    font-size: 5rem;
    line-height: 5rem;
    margin: 2rem auto;
    text-align: center
}

#login-form input {
    width: 20rem;
    padding-right: 1rem
}

#login-form .form-group {
    margin-bottom: 1rem
}

.register_link {
    text-align: center;
    font-size: .8rem;
    color: #868383;
    text-decoration: underline
}

.register-content {
    padding-top: 0;
    overflow: hidden
}