﻿
.enterLogoText {
    font-family: 'B Nazanin', Tahoma, Geneva, sans-serif;
    /*color: mediumslateblue;*/
    /*color: deeppink;*/
    /*background: -webkit-linear-gradient(rgb(0, 0, 0), rgb(55, 55, 55));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;*/
    color: dimgray;
    font-size: 40pt;
    font-weight: bold;
    text-align: center;
}

.enterControl/*, .enterValidationText*/ {
    margin-right: 40px;
}

.enterControl {
    width: 95%;
}

.enterValidationText {
    color: red;
    font-weight: bold;
}

.background {
    background-image: url('../Images/IBMCognos.png');
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    /*padding-right: 4%;*/
    /*    vertical-align: middle;*/
    /*    padding: 13% 40px 25px 50px;*/
}

