/* @import "master.css"; */

input,
select,
textarea {
    color: #38444f;
    font: normal normal 1rem Arial, Helvetica, sans-serif;
}

label.control-label {
    font-weight: 400;
}

.red_require {
    color: red;
}

.form-control {
    border-radius: 2px;
    padding: 8px 12px;
    box-shadow: none !important;
}

.text-danger {
    color: #a94442;
}

.register_page {
    overflow: hidden;
}

.register_page>.row .col-md-1 {
    align-items: center;
    display: flex;
    justify-content: center;
    position: relative;
    padding: 0 5px;
}

.register_page>.row .col-md-1:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    width: 1px;
    height: 100%;
    background: #aaa;
}

.col-md-1 .text {
    display: table-cell;
    vertical-align: middle;
    position: relative;
}

.col-md-1 .text span {
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #aaa;
    padding: 0;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    user-select: none;
}

.right {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.register_page .right .btn {
    font-size: 15px;
    padding: 8px 15px;
}

.btn-social {
    color: #fff;
}

.btn-bg-facebook {
    background-color: #506dab;
}

.btn-bg-facebook:hover,
.btn-bg-google:hover {
    color: #fff;
    opacity: .8;
}

.btn-bg-google {
    background-color: #dd4b39;
}

.pull-left {
    float: left !important;
}

.radio-inline,
.checkbox-inline {
    position: relative;
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: normal;
    cursor: pointer;
}

.pull-right {
    float: right !important;
}

.modal-body form {
    padding-bottom: 10px;
}

.btn-block {
    height: 40px;
}
form .error {
    color: #ff0000;
    padding: 2px;
}
@media (min-width: 576px) {
    .modal-dialog {
        max-width: 450px;
        margin: 1.75rem auto;
    }
}