/***
Login page
***/
/* logo page */

.html {
    background: url(../images/back.jpg) repeat;
    background-size: cover;
    min-height: 100%;
}

.login {
    background: transparent;
}

.login .logo {
    margin: 0 auto;
    margin-top: 60px;
    padding: 15px;
    text-align: center;
}

.fas, .fa, .fa-solid:not(.fa-copy) {
    position: relative;
    z-index: 1;
    left: 5px;
    top: -28px;
    color: #cccccc;
    cursor: pointer;
    width: 0;
}

.fa-solid.fa-comment-dots {
    top: -75px;
}

input.form-control, .login input {
    background-color: #fff;
    width: 100%;
    border: none;
    outline: none;
    height: 34px;
    padding-left: 30px;
}

#dashboard_form_observaciones {
    width: 100%;
    border: none;
    outline: none;
    margin-bottom: 20px;
    padding-left: 25px;
}

.login .content, form[name="dashboard_form"], form[name="registration_form"] {
    background: url(../images/bg-white-lock.png) repeat;
    width: 360px;
    margin: 0 auto;
    margin-bottom: 0px;
    padding: 30px;
    padding-top: 20px;
    padding-bottom: 70px;
}


.btn-primary {
    color: white;
    background-color: #2474f6;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    float: right;
    margin-top: 20px;
}


/* footer copyright */
.login .copyright {
    text-align: center;
    margin: 0 auto;
    padding: 10px;
    color: #eee;
    font-size: 13px;
}

.bloque-politica {
    width: 360px;
    margin: 0 auto;
    margin-bottom: 0px;
    padding: 30px;
    padding-top: 20px;
    padding-bottom: 15px;
    color: white;


}

button[data-setter] {
    outline: none;
    background: transparent;
    border: none;
    font-family: 'Roboto';
    font-weight: 300;
    font-size: 18px;
    width: 25px;
    height: 30px;
    color: #F7958E;
    cursor: pointer;
}
button[data-setter]:hover { opacity: 0.5; }
.setters {
    position: absolute;
    left: 85px;
    top: 75px;
}
.minutes-set {
    float: left;
    margin-right: 28px;
}
.seconds-set { float: right; }
.controlls {
    position: absolute;
    right: 75px;
    top: 105px;
    text-align: center;
}
.display-remain-time {
    font-family: 'Roboto';
    font-weight: 100;
    font-size: 65px;
    color: #F7958E;
}
#pause {
    outline: none;
    background: transparent;
    border: none;
    margin-top: 10px;
    width: 50px;
    height: 50px;
    position: relative;
}
.play::before {
    display: block;
    content: "";
    position: absolute;
    top: 8px;
    left: 16px;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 22px solid #F7958E;
}
.pause::after {
    content: "";
    position: absolute;
    top: 8px;
    left: 12px;
    width: 15px;
    height: 30px;
    background-color: transparent;
    border-radius: 1px;
    border: 5px solid #F7958E;
    border-top: none;
    border-bottom: none;
}
#pause:hover { opacity: 0.8; }
.e-c-base {
    fill: none;
    stroke: #B6B6B6;
    stroke-width: 4px
}
.e-c-progress {
    fill: none;
    stroke: #F7958E;
    stroke-width: 4px;
    transition: stroke-dashoffset 0.7s;
}
.e-c-pointer {
    fill: #FFF;
    stroke: #F7958E;
    stroke-width: 2px;
}
#e-pointer { transition: transform 0.7s; }
.clock{
    float: right;
}
.setters{
    display: none;
}
#btn-url{
    margin-right: 10px;
    background-color:#f0f0f0;
    color: #555;
    text-decoration: none;
}
#btn-url:hover{
    margin-right: 10px;
    background-color:#f6f6f6;
    border:none;
    text-decoration: none;
}
#dashboard_form_url{
    display: none;
}
.login input#dashboard_form_url{
    padding-left: 0px;
}

.info-content input.form-control{
    width:calc(99% - 91px);
    display: inline-block;
    margin-left:-20px;
}
.info-content .fa-user,.info-content .fa-unlock{
position: relative;
left: -5px;
color: #ccc;
display: inline-block;
top: 0px; 
}
.info-content .btn-primary{
    display: inline-block;
    margin-top: 0px;
}
.input-form-info {
    margin-top:20px;
    margin-bottom:20px;
}
@media only screen and (max-width: 999px) {
    .login .content, form[name="dashboard_form"], form[name="registration_form"] {
        width: calc(100% - 20%);
        padding-top: 10px;
    } 
    .login .content {
        margin-top: 50px;
    }
    .login .logo {
        margin-top: 0px;
    }
    .circle svg{
        width:90px;
    }

    .clock {
        transform: none;
    }
    .display-remain-time {
        font-size: 25px;
    }
    .circle{
        position: fixed;
        top: 100px;
        left: 10px;
    }
    .display-remain-time{
        font-size: 20px;
    }
    .controlls {
        display:none;
    }
    .play{
        dispaly:none;
    }
    svg{
        margin-top: -100px;
        position: fixed;
        right: 0px;
        top: 110px;
    }
}
#btn-preview{
    float: none;
    width:100%;
}
label{
    color:#fff;
}

