﻿.full {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.loginPageText {
    background-color: transparent;
    border-top: 1px;
    border-left: 1px;
    border-right: 1px;
    border-bottom-width: 5px;
    border-bottom-color: blue;
    -webkit-animation-delay: 1s;
}
.loginPageText::-webkit-input-placeholder {font-weight:bold; color:black;}
.loginPageText:-moz-placeholder {font-weight:bold; color:black;}
.loginPageText:-ms-input-placeholder {font-weight:bold; color:black;}