
body{
    background-color: #E6E6E6;
    overflow-y: hidden;
}
.logo{
	height: 18px;
	width: 18px;
	margin-left: 8px;
	margin-right: 24px;
}
#domainLogoContent {
    background-color: #FFFFFF;
    border-bottom: 3px solid #DDDDDD;
    height: auto;
    margin: 0px;
    line-height: 58px;
}
div#mainContent {
    background: #FFFFFF;
    min-height: 220px;
    max-width: 400px;
    width: 100%;
    margin: auto;
    margin-top: 60px;
    border-radius: 2px;
    padding: 30px 0 12px;
    box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.1);
}
div#service-area {
    display: inline-block;
    margin: auto;
    vertical-align: top;
    font-family: 'Roboto',sans-serif;
    max-width: 450px;
    width: 100%;
    text-align: center;
}
span#sub-title {
    font-size: 20px;
    margin-bottom: 10px;
    -webkit-font-smoothing: antialiased;
}
div#sign-in-button {
    margin-top: 40px;
    padding: 0 50px;
    white-space: nowrap;
}
.service {
    display: flex;
    align-items: center;
    background-repeat: repeat-x;
    color: rgba(0,0,0,0.54);
    font-weight: bold;
    line-height: 40px;
    text-decoration: none;
    height: 40px;
    background: #FFFFFF;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    margin-top: 10px;
    border-radius: 2px;
    width: 80%;
    margin: auto;
    outline: none;
    border-color: rgb(216, 216, 216) rgb(209, 209, 209) rgb(186, 186, 186);
    border-style: solid;
    border-width: 1px;
    padding: 1px 7px 2px;
    border: 0;
    font-size: 14px;
}

span.buttonLabel{
    padding-right: 8px;
}
.service:hover{
	background-color: #EEEEEE;
	outline: none;
}

.service:active {
        box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);     
}
form {
	margin: 0px;
	padding: 0px;
}
.errorGuide {
    font-family: sans-serif;
    font-size: 15px;
    margin-top: 32px;
    color: #E84855;
    font-weight: bold;
    padding: 0 30px;
}
table {
	border-collapse: collapse;
}
table tr td {
	padding: 0px;
}
table.consoleTableContainer tr td {
	padding: 6px;
}

@media screen and (max-width:480px){
    /*for mobile devices*/
    body{
        background-color: #FFFFFF;
    }
	div#mainContent {
        margin-top: 15px;
	    background: #FFFFFF;
	    height: 600px;
        max-width: 480px;
        box-shadow: none;
        padding: 5px 0 12px;
    }
    div#service-area{
        margin-top: 50px;
    }
    div#sign-in-button{
        margin-top: 0;
        padding: 0 20px;
    }
    .service{
        width: 80%;
        min-width: 200px;
        margin-top: 15px;
        height: 40px;
        line-height: inherit;
    }
    div#domainLogoContent{
        margin-top: 20px;
    }
    
}
@media screen and (min-width:481px) and ( max-width:1024px){
    /*for tablet devices*/
    div#mainContent{
        max-width: 400px;
        margin-top: 15px;
    }
    .service{
        max-width: 387px;
        height: 40px;
    }
    table{
        margin-top: 120px;
    }
    div#domainLogoContent{
        border: none;
        background: none;
    }
}