body
{
    background-image: url(../../images/fondos/login.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-color: #464646;
}

.contenedor
{
    height: 500px;
    margin-top: 30px;
    background: #F2F2F2;
    border-radius: 4px;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.75);
    padding-top: 30px;
}

.btn-primary
{
    color: #fff;
    background-color: #006A45 !important;
    border-color: #006A45 !important;
}

.form-signin #usr,
.form-signin #pwd {
    direction: ltr;
    height: 44px;
    font-size: 18px;
}

.form-signin input[type=password],
.form-signin input[type=text],
.form-signin button {
    width: 100%;
    display: block;
    margin-bottom: 15px;
    z-index: 1;
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 0px;
}

.form-control:focus {
    border-color: #ced4da;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.boton
{
    height: 50px;
    margin-top: 10px;
    cursor: pointer;
}

.buying-selling
{
    border: 1px solid #ced4da;
    width: 150px; 
    height: 50px;
    padding: 10px;
    position: relative;
}

.buying-selling-word
{
    font-size: 14px;
    margin-left: 15px;
    text-shadow: 0 0px 0 #fff;
}

.radio-dot1:before, 
.radio-dot1:after,
.radio-dot2:before, 
.radio-dot2:after
{
    content: "";
    display: block;
    position: absolute;
    background: #fff;
    border-radius: 100%;
}

.radio-dot1:before
{
    width: 20px;
    height: 20px;
    border: 1px solid #ccc;
    top: 10px;
    left: 20px;
}

.radio-dot1:after
{
    width: 12px;
    height: 12px;
    border-radius: 100%;
    top: 14px;
    left: 24px;
}

.radio-dot2:before
{
    width: 20px;
    height: 20px;
    border: 1px solid #ccc;
    top: 10px;
    left: 30px;
}

.radio-dot2:after
{
    width: 12px;
    height: 12px;
    border-radius: 100%;
    top: 14px;
    left: 34px;
}

.btn:focus, .btn.focus
{
    border-color: #005cbf;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.buying-selling.active
{
    background: #006A45;
}

.buying-selling.active .buying-selling-word
{
    color: #fff;
}

.buying-selling.active .radio-dot:after
{
    background: #006A45;
}

.buying-selling.active .radio-dot:before
{
    background: #fff;
    border-color: #006A45;
}

.buying-selling:hover .radio-dot:before
{
    border-color: #adadad;
}

.buying-selling.active:hover .radio-dot:before
{
    border-color: #006A45;
}

.buying-selling.active .radio-dot:after
{
    background: #006A45;
}

.buying-selling:hover .radio-dot:after 
{
    background: #e6e6e6;
}

.buying-selling.active:hover .radio-dot:after 
{
    background: #006A45;
}

@media (max-width: 400px) {
    .mobile-br {
        display: none;   
    }

    .buying-selling {
        width: 49%;
        padding: 10px;
        position: relative;
    }
}