
body {
    font-family:Mulish;
}

input {
    outline: none;
}

#loginTopBar {
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 75px;
    border-bottom: 1px #CCC;
    background-color: #2a2a2a;
}
 
#mainContainer {
	width: 500px;
    height: 500px;
    background-color: #ffffff;
    position: absolute;
    top: 150px;
    left: calc(50% - 250px);
}

#loginContainer {
	width: 100%;
    height: 100%;
    position: absolute;
    left: 20px;
    top: 0;
}

#loginLogo {
	width: 180px;
    height: 70px;
    left: calc(50% - 90px);
    top: 2.5px;
    position: absolute;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(https://doqzif30mq5b9.cloudfront.net/LTPFiles/3BD6D792-DAD0-48FC-A972-FD01F38DED2E.jpg);
}

#loginContents {
	width: calc(80% - 40px);
    height: 300px;
    position: absolute;
    top: calc(50% - 150px);
    left: 10%;
}

#loginContentsTitle {
	width: 100%;
    position: relative;
    height: 70px;
    line-height: 40px;
    text-align: center;
    color: #000000;
    font-size: 30px;
    font-weight: 600;
}

.loginContentsTitle {
	position:relative;
	height:30px;
	width:100%;
	color:#828282;
	margin-top:20px;
}

.loginContentsInput {
	width: 100%;
    border-bottom: 1px solid #b5b5b5 !important;
    height: 40px;
    padding-right: 10px;
    color: #16201d;
    font-weight: normal;
    text-align: left;
    background-color: #ffffff;
    border: 0px;
    line-height: 40px;
    font-size: 18px;
}

.inputContainer {
	margin-top: -10px;
}

#forgotPassLink {
	width:100%;
	text-align:right;
	color:#000000;
	height:40px;
	font-size:14px;
	line-height:40px;
}

#rememberMe {
	
	font-size:14px;
	color:#000000;
	position:absolute;
	left:0;
	height:40px;
	line-height:40px;
}

#signInButton {
	height: 40px;
    width: 125px;
    line-height: 40px;
    color: #ffffff;
    font-size: 17px;
    text-transform: uppercase;
    text-align: center;
    margin-top: 10px;
    border-radius: 5px;
    background-color: #235bd9;
    font-weight: 600;
    display: inline-block;
}

#signInButton:hover {
	cursor:pointer;
	opacity:0.9;
}

#cancelButton {
	height: 40px;
    width: 125px;
    line-height: 40px;
    color: #ffffff;
    font-size: 17px;
    text-transform: uppercase;
    text-align: center;
    margin-top: 20px;
    display:none;
    border-radius: 5px;
    background-color: #235bd9;
    font-weight: 600;
    margin-left:20px;
}

#cancelButton:hover {
	cursor:pointer;
	opacity:0.9;
}

#errorLoggingIn {
	height: 20px;
	display:none;
    color: #ffb2b2;
    width: 100%;
    line-height: 20px;
    background-color: #ab4744;
    font-size: 13px;
    text-align: center;
}

@media only screen and (max-width: 1220px) {

	#mainContainer
	{
		width:90%;
		left: 5%;
	}
	
	#loginContainer {
		width: 100%;
	}
}

@media only screen and (max-width: 950px) {
	#loginContainer {
		left: 0px;
		width: 100%;
	}
	
	#loginContentsTitle {
		color: #000000;
	}
	
	.loginContentsTitle {
		color:#000000;
	}
	
	#forgotPassLink {
		color:#000000;
	}
	
	#rememberMe {
		color:#000000;
	}
	#leftImageContents {
		display:none;
	}
	
	#leftImage {
		width: 100%;
	}
}

@media only screen and (max-width: 480px) {
	#loginContents {
		width: 90%;
		left:5%;
	}
	
	#loginLogo {
		right: calc(50% - 90px);
	}
	
	#forgotpass {
		display:block;
		text-align:left;
		position: absolute;
	    bottom: -20px;
	    left: 4px;
	}
	
	.loginContentsTitle {
		padding-bottom: 5px;
		color: #000000;
	}
	
	#signInButton {
		margin-top:50px;
	}
	
	
}

@media only screen and (max-height: 750px) and (max-width: 480px) {
	#loginLogo {
		display:none;
	}
	
	#mainContainer {
		width: 100%;
		left: 0;
		height:100%;
		top:0;
	}
	
	#loginContainer {
		left: 0px;
    	width: 100%;
    }
    
    #loginContents {
	    top: calc(50% - 175px);
    }
	
}
