/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *

 * Stylesheet: styles
 * Clean Project v1.2
 * Autor / Author: Oreka - info@orekaconsultores.com
 * Use this file to write your custom styles

 *  * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
:root{
    --color1:#6aaeab;
    --color2:#8940cc;
    --color3:#fbb03b;
}
.alertPage{
    align-items: center;
    background-color: #220251;
    box-sizing: border-box;
    color: #fff;
    font-size: 3em;
    height: 100%;
    justify-content: center;
    left: 50%;
    padding: 30px;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
}
body.compensate-for-scrollbar{
    overflow: auto;
}
input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: transparent solid 1px;
}
input:-webkit-autofill {
    box-shadow: 0 0 0 30px transparent inset;
    background-color: rgb(0, 0,0) !important;
}
.persistentopacity
{
    opacity:1 !important;
}
#globalmsg
{
    display:block !important;
}
.login_box
{
    color:#FFF;
    font-size:1.3em;
    margin:10% auto 0 auto;
    max-width:355px;
}
.login_box.build
{
    color:#542B7C;
}
.login_box .box_label
{
    padding:5px 10px 0 10px;
    margin-left:5px;
}
.login_box.prod .box_label
{
    display:none;
}
.login_box.build .box_label
{
    border:#542B7C 1px solid;
    border-bottom:0;
    border-radius:3px 3px 0 0;
    color:#542B7C;
}
.login_box.dev .box_label
{
    border:#436E6C 1px solid;
    border-bottom:0;
    border-radius:3px 3px 0 0;
    color:#436E6C;
}
.login_box.prod .inner
{
    background: #27123a;
    background: -moz-linear-gradient(51deg, #27123a 0%, #502775 51%, #27123a 100%);
    background: -webkit-linear-gradient(51deg, #27123a 0%,#502775 51%,#27123a 100%);
    background: linear-gradient(51deg, #27123a 0%,#502775 51%,#27123a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#27123a', endColorstr='#27123a',GradientType=1 );
    border:1px solid #27123a;
}
.login_box.build .inner
{
    background: #FFF;
    border:1px solid #27123a;
   
}
.login_box.dev .inner
{
    background: #6AAEAB;
    background: -moz-linear-gradient(51deg, #436e6c 0%, #6AAEAB 51%, #436e6c 100%);
    background: -webkit-linear-gradient(51deg, #436e6c 0%,#6AAEAB 51%,#436e6c 100%);
    background: linear-gradient(51deg, #436e6c 0%,#6AAEAB 51%,#436e6c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#436e6c', endColorstr='#6AAEAB',GradientType=1 );
    border:0;
}
.login_box .inner
{
    box-sizing: border-box;
    border-radius:6px;
    padding:50px 30px;
}
.login_box input::placeholder
{
    color:#FFF;
}
.login_box input.error
{
    border-bottom-color:#de4141;
}
.login_box label.error
{
   color:#de4141;
   display:inline-block;
    margin-top:5px;
    margin-left:35px;
}
.login_box label.success
{
    color:#6aaeab;
    display:inline-block;
    margin-top:5px;
    margin-left:35px;
}
.login_box.build input::placeholder
{
    color:#542B7C;
}
.login_box .o-icon
{
    font-size:1.7em;
}
.login_box p
{
    margin:30px 0 0 0;
}
.login_box input
{
    background:transparent;
    border:0;
    box-sizing: border-box;
    border-bottom:1px solid #FFF;
    color:#FFF;
    max-width: 260px;
    padding:5px;
    width:100%;
    transition: width 0.5s ease-out;
        
}
.login_box.build input
{
    border-bottom:1px solid #542B7C;
    color:#542B7C;
}
.login_box input:focus
{
    width:80%;
    transition: width 0.5s ease-in-out;
}
.login_box form a
{
    font-size: 0.8em;
    text-decoration: underline;
    margin-left: 30px;
    display: inline-block;
    margin-top: 8px;
}
.login_box a:hover
{
    opacity:0.5;
}
.login_box h4
{
    background:url(../images/cloud_w.svg) no-repeat center center;
    height:95px;
    margin-bottom:50px;
    text-indent: -9999px;
}
.login_box.build h4
{
    background-image:url(../images/cloud_p.svg);
}
.login_box form button
{
    background:transparent;
    border:1px solid #FFF;
    border-radius:3px;
    color:#FFF;
    display:block;
    padding:7px 10px;
    max-width:150px;
    margin:0 auto;
    width:100%;
}
.login_box.dev form button
{
    background:transparent;
    border:1px solid #FFF;
    color:#FFF;
}
.login_box.build form button{
    border-color: #542B7C;
    color: #542B7C;
}
.login_box form button:hover
{
    opacity:0.5;
}
.login_box form button:active
{
    position:relative;
    top:-3px;
}
.login_box .login_list
{
    color:#27123a;
    margin-top:10px;
    text-align: right;
}
.login_box.dev .login_list
{
    color:#436E6C;
}
.login_box .login_list li
{
    display:inline-block;
    margin-left:15px;
}

@media screen and (max-width: 768px) {
    .login_box {
        color: #FFF;
        font-size: 1.3em;
        height: 100vh;
        margin: 0;
        max-width: 100%;
    }
    .login_box .inner {
        border-radius: 0;
    }
    .login_box.prod .inner{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        height: 100%;
    }
    
    .login_box.prod form {
        width: 100%;
        margin: 0 auto;
        max-width: 320px;
    }
    .login_box.dev .inner{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        height: 100%;
    }
    
    .login_box.dev form {
        width: 100%;
        margin: 0 auto;
        max-width: 320px;
    }
    .login_box.dev .box_label {
        display: none;
    }
}