﻿.full {
    background: url('/Images/AMLGROUP.png') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: 50%;
    -o-background-size: cover;
    width: 100%;
    min-height: 100%;
}
.loginPageText {
    background-color: white;
    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;
    }
