﻿body {
}
    	#login-container {
								margin: 0;
								margin-top:20px;
				}
.account-form-containers {
    text-align:center;
    margin-top:10%;
    position:relative;
}

input[type="text"], input[type="password"], input[type="Email"] {
    width:300px;
    text-align:center;
}
#login-form-qa-buttons {
    width: 150px;
    position: absolute;
    right:-100px;
    top:78px;
}

#login-form-qa-buttons input {
    width:150px;
    white-space:normal;
    font-size:12px;
    margin-top:5px;
}
.container {
				width:500px !important;
}

#login-container {
				width:100% !important;
}
.span12 {
				width: 100% !important;
}
@media (max-width:600px) {
				#login-form-qa-buttons {
								position:static;
								width:100%;
								text-align:center;
				}
				#login-container {
								width: 100%;
				}
				.light-blue-box {
								margin:auto;
								margin-top:40px;
								width:80%;
				}
				.container {
								width: 100% !important;
				}				
}
@media (max-width:480px) {
				input[type="text"], input[type="password"] {
								width:250px;
								margin-left:3px;
				}
				.row {
								margin-left: 0px;
				}
				.light-blue-box {
								width: 95%;
				}
}
