



/*// Small devices (landscape phones, 576px)*/
/*@media (max-width: 767.99px) {*/

body {
    font-family: 'Prompt', sans-serif !important;
    font-size: 14px;
    height: 100%;
    margin: 0px;
}

.bgcompany {
    background-image: url('../../images/background.jpeg');
    height: 600px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 50%;
}

.logo-login {
    width: 83px;
    height: 83px;
}

.box-login {
    position: absolute;
    top: 30%;
    background-color: white;
    border-color: #BD7E3F;
    border-width: 4px;
    border-style: solid;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
    border-radius: 20px;
    padding: 20px;
    width: 90%;
    font-size: 18px !important;
    color: #BD7E3F;
}

.box-login-title {
    font-size: 18px;
}

.box-login-label {
    font-size: 14px !important;
}

.box-login-text {
    font-size: 14px !important;
    border-radius: 10px;
    color: #BD7E3F;
    padding-left: 30px;
}

.field-icon {
    float: right;
    margin-right: 20px;
    margin-top: -31px;
    position: relative;
    z-index: 2;
    font-size: 22px !important;
}

.btn-link {
    font-weight: 400;
    color: #E5BA73 !important;
    text-decoration: none;
}

.btn-primary {
    color: #fff;
    background-color: #BD7E3F !important;
    border-color: #BD7E3F !important;
}

.radio {
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    border: 4px solid #ccc;
    border-top-color: #bbb;
    border-left-color: #bbb;
    background: #fff;
    width: 25px;
    height: 25px;
    border-radius: 50%;
}

    .radio:checked {
        border: 20px solid #4099ff;
    }
/*}*/

/*// Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
    .box-login {
        width: 414px;
    }
}
