html, body, #content{
    font-family: Rubik, sans-serif !important;
}

input{
    font-family: Rubik, sans-serif !important;
}

.box-title{
    display: flex;
    justify-content: center;
}

.box-title p{
    font-weight: bold;
    font-size: 4vh !important;
    margin: 0 0 20px 0;
    color: #333333
}

form{
    display: flex;
    height: 99%;
    width: 100%;
    margin-bottom: 0;
}

.p.error {
    color: #d21033;
}

#content .header {
    position: fixed;
    padding: 50px 90px;
    top: 0;
    left: 0;
    width: 100%;
    height: 70px;
}

body#activation #content .header {
    position: relative !important;
}

.header img{
    width: 220px;
}

#content .box {
    margin: auto;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    padding: 40px;
    font-size: 14px;
    width: 400px;
    -ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#ccffffff,endColorstr=#ccffffff)";
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.25) 0 54px 55px, rgba(0, 0, 0, 0.12) 0 -12px 30px, rgba(0, 0, 0, 0.12) 0 4px 6px, rgba(0, 0, 0, 0.17) 0 12px 13px, rgba(0, 0, 0, 0.09) 0 -3px 5px;
}

body#activation #content .box {
    width: 400px;
}

#content .box .decalog-sigb-logo {
    height: 37px;
    width: 200px;
    background: url(/assets/img/logo-decalog-sigb-noir.png) no-repeat no-repeat;
    margin: 20px 0 10px 0;
}

#content .box .decalog-portal-logo {
    height: 37px;
    /*width: 200px;*/
    background: url(/assets/img/logo-decalog-portal-noir.png) no-repeat no-repeat;
    margin: 20px 0 10px 0;
}

#content .box .p {
    font-size: 16px;
    margin: 7px 0;
}

#content .box .title {
    font-size: 1.4em !important;
    display: inline-block;
    font-weight: bold;
    width: 110px;
    line-height: 20px;
    margin: 5px 0;
    vertical-align: top;
}

#activation #content .box * {
    font-family: sans-serif;
    font-size: 14px;
}

#activation #content .label {
    display: inline-block;
    font-weight: bold;
    width: 110px;
    line-height: 20px;
    margin: 5px 0;
    vertical-align: top;
}

#activation #content .value {
    box-sizing: border-box;
    display: inline-block;
    max-width: 280px;
    line-height: 20px;
    margin: 10px 0;
}


#content .box input[type=text]:not([role=combobox]) {
    font-size: 18px;
    height: 50px;
    width: 100%;
    padding: 10px;
    margin-bottom: 20px;
    margin-top: 20px;
    box-sizing: border-box;

    border: none;
    background-color: #fff;
    position: relative;
    z-index: 0;
    border-radius: 10px;

    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

#content .box input[type=text]:focus {
    border-color: #66afe9;
    outline: 0;
    z-index: 2;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}

#content .box input.btn {
    -webkit-user-select: none;
    box-sizing: border-box;
    background-color: #406eff;
    border-radius: 10px;
    border-width: 0;
    color: rgb(255, 255, 255);
    cursor: pointer;
    font-size: 18px;
    height: 44px;
    margin: 0;
    padding: 10px 16px;
    width: 100%;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

#content .box input.btn:hover {
    background-color: #24282f;
}

#content .box a.back-to-login {
    display: inline-block;
    margin: 20px 0;
    color: gray;
    font-size: 14px;
}

#content #status.errors {
    border: none;
    padding: 0;
    margin: 0;
    background-color: transparent !important;
    font-size: 13px;
    background-image: none;
}

#content .flexPrettier {
    display: flex;
    align-items: center;
}

@media screen and (max-width: 1000px) {

    #content .box .decalog-sigb-logo{
        background-size: 22vh;
        width: 50vw;
        height: 4vh;
    }

    #content .box {
        width: 85vw;
        height: 45%;
    }

    #content .box input[type=text]:not([role=combobox]){
        font-size: 3vh;
        margin: 50px 0;
    }

    #content .box .p,
    #content .box a.back-to-login,
    #activation #content .box *,
    #content .box input.btn {
        font-size: 2vh !important;
    }

    #content .box a.back-to-login {
        margin: 30px 0;
    }

    #content .box input.btn{
        height: 6vh;
    }

    #content .flexPrettier {
        display: flex;
        align-items: center;
        flex-direction: column;
    }

    #activation #content .label {
        width: auto;
    }
}
