.form-signin {
	max-width: 330px;
	padding: 15px;
	margin: 0 auto;
}

.form-signin .form-signin-heading, .form-signin .checkbox {
	margin-bottom: 10px;
}

.form-signin .checkbox {
	font-weight: normal;
}
.form-signin .form-control {
	position: relative;
	font-size: 16px;
	height: auto;
	padding: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.form-signin .form-control:focus {
	z-index: 2;
}

.form-signin input[type="text"] {
	margin-bottom: -1px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.form-signin input[type="password"] {
	margin-bottom: 10px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.account-wall {
	margin-top: 20px;
	padding: 40px 0px 20px 0px;
	background-color: #f7f7f7;
	-moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}

.login-title {
	color: #555;
	font-size: 36px;
	font-weight: 400;
	display: block;
}

.profile-img {
	width: auto;
	height: auto;
	margin: 0 auto 10px;
	display: block;
    max-width: 300px;
    max-height: 150px;
    margin-left: auto;
    margin-right: auto;
}

.need-help {
	margin-top: 10px;
}

.new-account {
	display: block;
	margin-top: 10px;
}

/* REQUIRED */
.page-alerts {
    margin-bottom: 20px;
}

.page-alerts .page-alert {
    border-radius: 0;
    margin-bottom: 0;
}

.login-row{
    margin: 10px 0px 10px 0px;
    background-color: transparent;
    border-bottom: 1px solid #bbbbbb;
}

.login-ck{
    margin: 15px 0px 15px 15px;
    background-color: transparent;
}

.login-row select {
    width: 85%;
    text-indent: 12px;
    height: 45px;
    background-color: transparent;
    border: none;
    transition: border-bottom ease-in-out 0.8s;
    -webkit-transition: border-bottom ease-in-out 0.8s;
}

.login-row input{  
    width:85%;
    transition: border-bottom ease-in-out 0.8s;
    -webkit-transition: border-bottom ease-in-out 0.8s;
}

.login-row input:focus{
    border-bottom: 1px solid #3276b1;
    width: 100%;
}

@media only screen and (max-width: 800px)  {
    .form-pos {
        position: relative;
        background-color: #f7f7f7;
        width: 100%;
        min-width: 380px;
        -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
        -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
        box-shadow: 0px 8px 8px rgba(0, 0, 0, 0.3);
        margin-top: 5%;
    }
}

.form-pos {
    position: relative;
    background-color: #f7f7f7;
    width: 26%;
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 8px 8px rgba(0, 0, 0, 0.3);
    margin-top: 5%;
    left: 36%;
}

.form-pos .bord{
    padding: 25px 25px 25px 25px;
}

.form-pos .login{
    font-size: 14px;
    background-color: transparent;
    border:0;
    height: 45px;
    text-indent: 25px;
    outline: none;
}

#sdIN{
    width: 100%;
    height: 50px;
    font-size:20px;
}

.dash{
    border: 1px solid #cccccc;
    width:45%;
    opacity: 0.6;
    display:inline-block;
        
}

.lorem{
    color: #cccccc;
    font-size: 10px;
    margin:18px 0 0 0;
    opacity: 0.8;
    width:10%;
    display:inline-block;
}

label {
	font-weight: 300;
}