﻿
.Login {
    margin:auto;
    margin-top: 8%;
    margin-bottom: 8%;
    background-image: url('../Images/Login.png');
    background-size:contain;
    height: 196px;
    width: 400px;
    position:relative;
}

.divUser {
    position:relative;
    top:30px;
    left:30px;
    color:white;
    font-family: 'Franklin Gothic Book';
    font-size: 20px;
}

.divUser input[type=text] {
    height:20px;
    width:200px;
    margin-left:60px;
    border-radius:5px;
    border:solid;
    border-width:1px;
    border-color: #4C4C4C;
    opacity:0.7;
    font-family: 'Franklin Gothic Book';
    font-size: 15px;
}

.divPassword {
    position:relative;
    top:40px;
    left:30px;
    color:white;
    font-family: 'Franklin Gothic Book';
    font-size: 20px;
}

.divPassword input[type=Password] {
    height:20px;
    width:200px;
    margin-left:27px;
    border-radius:5px;
    border:solid;
    border-width:1px;
    border-color: #4C4C4C;
    opacity:0.7;
    font-family: 'Franklin Gothic Book';
    font-size: 15px;
}

.divDomain {
    position:relative;
    top:50px;
    left:30px;
    color:white;
    font-family: 'Franklin Gothic Book';
    font-size: 20px;
}

.divDomain input[type=text] {
    height:20px;
    width:200px;
    margin-left:56px;
    border-radius:5px;
    border:solid;
    border-width:1px;
    border-color: #4C4C4C;
    opacity:0.7;
    font-family: 'Franklin Gothic Book';
    font-size: 15px;
}

.divDomain input[type=text]:disabled {
    background:#666666;
}

.btnSignIn {
    position:relative;
    top:60px;
    right:32px;
    float:right;
}

.divMicrosoft {
    position: center;
    top: 60px;
    left: 40px;
}