div#sign-in-button {
	
}
.service {
    display: flex;
    align-items: center;
    background-repeat: repeat-x;
    color: #49545C;
    line-height: 40px;
    margin-bottom: 10px;
    text-decoration: none;
    height: 40px;
    max-width: 400px;
    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: 100%;
    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;
}
.service:hover{
	background-color: #c7c7c7;
	outline: none;
	box-shadow: none;
}
.logo{
	height: 18px;
	width: 18px;
	margin-left: 8px;
	margin-right: 24px;
}
div#service-area {
    display: inline-block;
    margin: auto;
    vertical-align: top;
    font-family: 'Roboto',sans-serif;
    max-width: 450px;
    width: 100%;
    text-align: center;
}
@media screen and (max-width:320px){
    /*for iPhone 5/SE*/
    body{
        background-color: #FFFFFF;
    }
    div#mainContent{
        margin-top: 15px;
	    background: #FFFFFF;
	    height: 600px;
        max-width: 480px;
        box-shadow: none;
        padding: 5px 6px 12px;
    }
    .service{
        max-width: 480px;
        margin-top: 15px;
        height: 50px;
    }
    div#domainLogoContent{
        margin-top: 20px;
    }
    div#service-area{
        margin-top: 40px;
    }
    div#sign-in-button{
        margin-top: 0;
    }
}
@media screen and (min-width:330px) 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 30px 12px;
    }
    div#service-area{
        margin-top: 50px;
    }
    div#sign-in-button{
        margin-top: 0;
    }
    .service{
        max-width: 480px;
        margin-top: 15px;
        height: 50px;
    }
    div#domainLogoContent{
        margin-top: 20px;
    }
    
}
@media screen and (min-width:768px) and ( max-width:1024px){
    /*for tablet devices*/
    div#mainContent{
        height: 380px;
        max-width: 400px;
        margin-top: 15px;
    }
    .service{
        max-width: 387px;
        height: 45px;
    }
    table{
        margin-top: 120px;
    }
    div#domainLogoContent{
        border: none;
        background: none;
    }
}