html,
body{
    height: 100%;
    

}

body{
    display: flex;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 40px;
    background: #141414;
}
.welcontext{
    
    color: #ccc;
    font-size: 12px;
}
.logintext{
    color: #fff;
    font-size: 20px;
}
.form-signin{
    width: 100%;
    max-width: 330px;
    padding: 15px;
    margin: auto;
    border: solid #1E1E1E ;
    border-radius: 5px;
    background: #1E1E1E;
}

.form-signin input[type="text"]{
    border:solid #ccc 2px;
    background: #141414;
}
.form-signin input[type="text"]:focus,
.form-signin input[type="text"]:valid{
    color: white;
}
.form-signin input[type="text"]::placeholder{
    color: #ccc;
}


.form-signin input[type="password"]
{
    border:solid #ccc 2px;
    background: #141414;
}
.form-signin input[type="password"]:focus,
.form-signin input[type="password"]:valid{
    color: white;
}

.form-signin input[type="password"]::placeholder{
    color: #ccc;
}


.form-label ,
a,
.footer {
    color: #ccc;
    
}

a:hover{
    color : #fff
}