﻿body {
    /*background-color: #27B1E3;*/
    //background-image: url('../images/Login/Login.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

.main {
    width: 0;
    height: 0;
    position: fixed;
    left: 50%;
    right: 50%;
    top: 50%;
    bottom: 50%;
}

    .main form {
        width: 300px;
        margin-left: 150px;
    }



.content {
/*float: right;
margin-right: 113px;
text-align: center;
width: 410px;*/
display: inline-block;
margin-left: 113px;
text-align: center;
vertical-align: middle;
width: 400px;
}


.title1 {
    color: black;
    font-size: 3.5em;
    text-align: center;
    width: 100%;
}

.title2 {
    color: #FCBE01;
    font-size: 2.2em;
}

    .title2 > span {
        color: black;
    }

        .title2 > span > span {
            font-size: 1.1em;
        }

.title3 {
    color: black;
    font-size: 22px;
}

.checkbox {
    margin-left: 10px;
}

    .checkbox label {
        color: black;
    }

.button {
    width: 150px;
    margin-left: 40px;
    background-color: #fdc005;
    color: white;
}

.logingTable {
    width: 100%; 
    height: 100%;
}
.logingTable td{
    width: auto; 
    height: auto;
    background-color: #FAFAFA;
}

