﻿body::before {
    content: "";
    display: block;
    position: fixed;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #005bea;
    background: -webkit-linear-gradient(bottom, #000c1e, #00c6fb);
    background: -o-linear-gradient(bottom, #000c1e, #00c6fb);
    background: -moz-linear-gradient(bottom, #000c1e, #00c6fb);
    background: linear-gradient(bottom, #000c1e, #00c6fb);
    opacity: 0.9;
}
.lockscreen {
    /*background:url('/Content/img/background.jpg');
    background-attachment:fixed;
    background-position:center;
    background-repeat:no-repeat;
    background-size:cover;*/
}
.lockscreen-item {
    border-radius: 4px;
    padding: 0;
    background: #fff;
    position: relative;
    margin: 10px auto 50px auto;
    width: 290px;
}
.lockscreen-image > img {
    border-radius: 50%;
    height: 50px;
    width: 50px;
}
.lockscreen-image {
    border-radius: 50%;
    background: #ffffff;
    left: -10px;
    padding: 5px;
    position: absolute;
    top: -12px;
    z-index: 10;
}
.lockscreen-wrapper {
    margin: 0 auto;
    margin-top: 10%;
    max-width: 400px;
    border: 4px solid #17a2b8;
    border-radius: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    background-color: #ffffffd4;
    box-shadow: 0px 10px 16px 3px #0e0e0e
}
.lockscreen-logo a {
    color: #17a2b8;
    background: #c6f0ff;
    padding: 20px 50px 20px 50px;
    border-radius: 10px;
    font-weight: bold;
    border: 3px solid #17a2b8;
}
.lockscreen-logo {
    font-size: 35px;
    font-weight: 300;
    margin-bottom: 30px;
    text-align: center;
}
.txt-w {
    color:white
}
.form-control {
    display: block;
    margin: auto;
    width: 80%;
    height: 60px;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #000000;
    background-color: #ffffff;
    background-clip: padding-box;
    border: 2px solid #17a2b8;
    border-radius: 45px;
    box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    text-align: center;
    transition: 1s;
}
.form-control:focus {
    width: 100%;
}