.login-box, .register-box {
    position: fixed;
    width: 360px;
    margin: -190px 0 0 -160px;
    left: 50%;
    top: 50%;
}
.login-box-body, .register-box-body {
    transition: 0.3s;
    background-color: #b7353373 !important;
    box-shadow: 0 0 20px 6px rgba(0, 0, 0, 0.2);
    padding: 20px;
    border-top: 0;
    color: #666;
}
.login-box-msg, .register-box-msg{
	color: white !important;
}
@media screen and (max-width: 500px){
	.login-box-body, .register-box-body {
	    box-shadow: 0 0 20px 6px rgba(0, 0, 0, 0.2);
	    padding: 40px 40px;
	    border-radius: 0 !important;
	}.login-box, .register-box {
    position: fixed;
    width: 360px;
    margin: -190px 0 0 -160px;
    left: 50%;
    top: 50%;
}
.login-box-body, .register-box-body {
    transition: 0.3s;
   
    box-shadow: 0 0 20px 6px rgba(0, 0, 0, 0.2);
    padding: 20px;
    border-top: 0;
    color: #666;
}
.login-box-msg, .register-box-msg{
    color: #000 !important;
}
@media screen and (max-width: 500px){
    .login-box-body, .register-box-body {
        box-shadow: 0 0 20px 6px rgba(0, 0, 0, 0.2);
        padding: 40px 40px;
        border-radius: 0 !important;
    }

    .login-box, .register-box {
        position: absolute;
        width: 100%;
        margin: 0;
        left: 0;
        top: 20%;
    }
}
label{
    color: black;
}

/*FIX BOOTSTRAB*/
.form-control {
    width: 100%;
    font-size: 14px;
    color: #000000;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 10px;
    box-shadow: none;
}

	.login-box, .register-box {
	    position: absolute;
	    width: 100%;
	    margin: 0;
	    left: 0;
	    top: 20%;
	}
}
label{
	color: black;
}

/*FIX BOOTSTRAB*/
.form-control {
    width: 100%;
    font-size: 14px;
    color: #000000;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0px;
    box-shadow: none;
}