#divContent div.row {
    margin: 20px 0px;
    color: white;
}

#divContent div.row p {
    font-size: 1.6rem;
    color: rgba(255, 69, 44, 1);
    line-height: 1.5;
}

#divContent button#register {
    color: rgb(224, 224, 224);
    background-color: rgba(255, 69, 44, 1);
    border-radius: 10px;
    text-align: center;
    font-size: 1.6rem;
    padding: 12px 10px;
}

#divContent button#register:hover {
    color: #333;
    border: #333 1px solid;
}

#divContent div.col-md-6 input {
    width: 100%;
    background-color: transparent;
    border: none;
    border-bottom: rgba(255, 69, 44, 1) 1px solid;
    padding-top: 5px;
    padding-bottom: 6px;
    font-size: 1.6rem;
}

.dropdown-menu {
    background: #080D19;
}

.dropdown-menu>li>a.SelOP {
    color: rgba(255, 69, 44, 1);
    background: #080D19;
}

.dropdown-menu>li>a.SelOP:hover{
    background: #18284c;
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 100%;
}

.qrSel {
    background-color: transparent;
    width: 100%;
    border: none;
    border-bottom: rgba(255, 69, 44, 1) 1px solid;
    border-radius: 0;
    font-size: 1.6rem;
}

.qrSel:hover,
.qrSel:focus {
    color: rgba(255, 69, 44, 1);
}


#divContent div.col-md-12:not(button),
#divContent div.col-md-12 a{
    color: rgba(255, 69, 44, 1);
}


input.invalid {
    color: #ff5722;
    border: 2px solid #ff5722 !important;
}
