body {
    background: -moz-linear-gradient(53deg, rgba(11,219,164,1) 0%, rgba(100,153,232,1) 100%); /* ff3.6+ */
    background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, rgba(11,219,164,1)), color-stop(100%, rgba(100,153,232,1))); /* safari4+,chrome */
    background: -webkit-linear-gradient(53deg, rgba(11,219,164,1) 0%, rgba(100,153,232,1) 100%); /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(53deg, rgba(11,219,164,1) 0%, rgba(100,153,232,1) 100%); /* opera 11.10+ */
    background: -ms-linear-gradient(53deg, rgba(11,219,164,1) 0%, rgba(100,153,232,1) 100%); /* ie10+ */
    background: linear-gradient(90deg, rgba(11,219,164,1) 0%, rgba(100,153,232,1) 100%); /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6499E8', endColorstr='#0BDBA4',GradientType=0 ); /* ie6-9 */
}

.wrap img{
    width: 70px;
    height: 80px;
    margin-bottom:50px;
}

[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='tel'], [type='time'], [type='url'], [type='color'],
textarea {
    border: none;
    border-bottom: 1px solid #d4d2d2;
    background-color: rgba(0,0,0,0);
    color: #fff;
    box-shadow: none;
    padding: 0px;
    font-size: 13px;
    height: 30px;
}

[type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus,
textarea:focus {
    border: none;
    border-bottom: 1px solid #d4d2d2;
    background-color: rgba(0,0,0,0);
    color: #fff;
    box-shadow: none;
    padding: 0px;
    font-size: 13px;
    height: 30px;
}

.wrap {
    width: 300px;
    overflow: hidden;
    margin: auto;
    margin-top: 10%;
    text-align: center;
    align-content: center;
}

.label-style {
    text-align: left;
    color:#eee;
    font-size:13px;
}

.password-wrapper {
    position: relative;
}

.password + .unmask {
    position: absolute;
    right: 0;
    top: 30%;
    color: white;
    font-size: 13px;
}

.is-invalid-input:not(:focus) {
    border-color: #cc4b37;
    background-color: rgba(0, 0, 0, 0);
}
/*--------------------------Tool-tip------------------------------------------*/
.has-tip {
    display: inline-block;
    border-bottom: 1px #8a8a8a;
    font-weight: bold;
    cursor: pointer;
    margin-left: 0px;
    font-weight: normal;
    color: #fff;
}

a.has-tip:hover{
    background-color: #4aadd4;
    color: #fff;
    font-weight: normal;
}

.tooltip {
    position: fixed;
    max-width: 300px;
    padding: 15px;
    border-radius: 0;
    background-color: #1779ba;
    text-align: justify;
    color: #fefefe;
}

#randomfield {
    cursor: auto;
    background-color: #ffffff;
    color: black;
    text-align: center;
    font-size: large;
    width: 80px;
    margin-left: 105px;
    color: #c3c3c3;
    margin-top: 30px;
    user-select: none;
}

.error {
    display: flex;
    margin-top: -0.5rem;
    margin-bottom: 1rem;
    font-size: 0.75rem;
    font-weight: bold;
    color: #cc4b37;
    display: none;
}

.error_msg {
    color: #c82333;
    font-size: 0.75rem;
    font-weight: bold;
    background-color: #f8d7da;
    border: 1px solid #c82333;
    margin-bottom: 20px;
}
