﻿.bg {
    background-image: url(../images/bg.jpg);
    background-repeat:repeat;
    background-size: cover;
    height: 100%; overflow:auto;
	}

/*.login-box {
    width: 900px;
    height: 615px;
    background-color: #fff;
    margin: 0 auto;
    -webkit-box-shadow: 0px 0px 25px -2px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 25px -2px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 25px -2px rgba(0,0,0,0.75);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}*/

.form-row {
        position: relative;
        margin-bottom: 20px !important;
    }

    .form-label {
        position: absolute !important;
        top: 5px;
        left: 25px;
        color: #999;
        cursor: text;
        transition: all .15s ease-in-out 0s !important;
        font-weight: 500;
        font-size: 16px;
    }
	
	
    .form-label-1 {
        position: absolute !important;
        top: 5px;
        left: 15px;
        color: #999;
        cursor: text;
        transition: all .15s ease-in-out 0s !important;
        font-weight: 500;
        font-size: 16px;
    }

    .form-textbox,
    .form-submit,
    .form-select {
        width: 100%;
        padding: 5px 0px;
    }

    .form-textbox {
        border: 1px solid #d2d6de;
        padding-left: 10px;
        padding-right: 10px;
    }


        .form-textbox:focus ~ .form-label,
        .form-textbox:valid ~ .form-label {
            top: -1.4em;
            left: 15px;
            font-size: 1em;
            color: inherit;
            cursor: pointer;
            font-weight: 500;
            color: #999;
        }


.text-center{text-align: center !important;}
.border-r0{border-radius: 0px !important;}
.padding-tl{padding-top: 7px !important; padding-left: 10px !important;}

.login-box {
    width: 900px;
    height: 615px;
    background-color: #fff;
    margin: 0 auto;
    -webkit-box-shadow: 0px 0px 25px -2px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 25px -2px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 25px -2px rgba(0,0,0,0.75);
    position: fixed;
   top: 50%;
   left: 50%;
   -webkit-transform: translate(-50%, -50%);
   transform: translate(-50%, -50%);
}

.form-group {
    margin-bottom: 20px;
}

.info-box {
    background-color: #626262;
    padding: 25px 0px;
    position: relative;
    display: block;
    width: 100%;
    bottom: 0;
    font-family: Roboto;
    font-size: 16px;
    color: #bababa;
	margin: 0px;
}

    .info-box a {
        color: #ffffff;
    }

.content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -60%);
	-webkit-transform: translate(-50%, -60%);
    width: 290px;
}

.links-login {
    position: absolute;
    top: 45%;
    left: 50%;
	transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    width: 325px;
    margin-bottom: 0px;
}

.logo {
    margin-bottom: 0px;
}

.links-login a {
    display: block;
    border: 0px;
}

    .links-login a img {
        display: inline-block;
    }

.list-group-text {
    /*display: inline-grid;*/
    position: absolute;
    top: 25%;
    margin-left: 62px;
}

.list-group-item-heading {
    margin: 0px;
}

.list-group-item {
    padding: 10px 0px;
}

.form-signin .form-signin-heading,
.form-signin .checkbox {
    margin-bottom: 10px;
}

.form-signin .checkbox {
    font-weight: normal;
}

.form-signin .form-control {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5px 10px 10px 20px;
    font-size: 16px;
    border-bottom: 1px solid #d3d3d3;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    border-radius: 0px;
    box-shadow: none;
    -webkit-box-shadow: none;
    font-family: Roboto;
}

    .form-signin .form-control:focus {
        z-index: 2;
    }

.form-signin input[type="email"] {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    font-family: Roboto;
    font-size: 17px;
}

.form-signin input[type="password"] {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    font-family: Roboto;
    font-size: 17px;
}

.form-control:focus {
    box-shadow: none;
}

a.list-group-item .list-group-item-heading, button.list-group-item .list-group-item-heading {
    font-family: Roboto;
    font-size: 18px;
    color: #535353;
}


p.list-group-item-text {
    font-family: Roboto;
    font-size: 15px;
    color: #929090;
}

.powered-box {
    padding: 25px 0px;
    position: absolute;
    display: block;
    width: 100%;
    bottom: 0;
}

.btn-primary {
    background-color: #9c9c9c;
    border-radius: 0px;
    border: 0px;
    text-transform: uppercase;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    padding:10px 0;
}

    .btn-primary:hover {
        background-color: #d3d3d3;
        color: #000000;
    }

.checkbox label{
    font-family: Roboto;
    font-size: 15px;
    color: #363636;
}

.form-signin .checkbox a{
    font-family: Roboto;
    font-size: 15px;
    color: #929090;
}

.customHeight {
    height: 100%;
}

.border-right {
    border-right: 1px solid #d3d3d3;
}

.ico-password {
    background-image: url(../images/ico-lock.jpg);
    background-repeat: no-repeat;
    background-position: center left;
}

.ico-user {
    background-image: url(../images/ico-user.jpg);
    background-repeat: no-repeat;
    background-position: center left;
}

.panel-info {
    border: none !important;
}

.mainbox {
    position: absolute;
    top: 50%;
    left: 50% !important;
    padding: 20px 0px 0px 0px;
    background-color: #fff;
    transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.5), 0 3px 18px 0 rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.5), 0 3px 18px 0 rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.5), 0 3px 18px 0 rgba(0, 0, 0, 0.5);
}
.login-model{padding: 15px 25px;}

@media only screen and (max-width:979px) and (min-width:768px) {
    .container {
        width: 100%;
        padding: 0px;
        margin: 0px;
    }

    .login-box {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        width: 90%;
        position: relative;
        top: 0;
        transform: none;
		-webkit-transform: none;
		-moz-box-transform: none;
        left: 0;
        margin-top: 40px;
		height:451px;
    }

    .content {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -65%);
		-webkit-transform: translate(-50%, -65%);
        width: 100%;
		max-width:300px;
    }

    .info-box {
        position: absolute;
        width: 100%;
        display: block;
       
        font-size: 12px;
        padding: 12px;
    }

    .links-login {
        position: relative;
        top: 20px;
        left: 0;
        transform: none;
		-webkit-transform: none;
        width: 100%;
        margin-bottom: 0px;
    }

    .powered-box {
        padding: 25px 0px;
        position: relative;
        display: block;
        width: 100%;
        bottom: 0;
    }

    a.list-group-item .list-group-item-heading, button.list-group-item .list-group-item-heading {
        font-size: 16px;
    }

    .customHeight {
        height: 100%;
    }

    .border-right {
        border-right: 1px solid #d3d3d3;
    }
}

@media screen and (max-width: 767px){

.login-box{margin-top: 0px;}
.logo img{max-width:286px; max-height:84px;}
.login-box .customHeight{height:auto;}
	
}

@media only screen and (max-width:768px) and (min-width:600px) {
	
    .container {
        width: 100%;
        padding: 0px;
        margin: 0px;
    }

    .login-box {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        width: 100%;
        position: relative;
        top: 0;
        transform: none;
		-webkit-transform: none;
        left: 0;
        margin-top: 20px;
    }

    .content {
        position: relative;
        top: 0%;
        left: 0%;
        transform: none;
		-webkit-transform: none;
        width: 100%;
		max-width:400px;
		margin:20px auto;
    }

    .info-box {
        position: relative;
        width: 100%;
        display: block;
        margin: 0px;
        font-size: 12px;
        padding: 12px;
    }

    .links-login {
        position: relative;
        top: 20px;
        left: 0;
        transform: none;
		-webkit-transform: none;
        width: 100%;
        margin-bottom: 0px;
		max-width: 400px;
    margin: 0 auto;
    }

    .powered-box {
        padding: 25px 0px;
        position: relative;
        display: block;
        width: 100%;
        bottom: 0;
    }

    a.list-group-item .list-group-item-heading, button.list-group-item .list-group-item-heading {
        font-size: 16px;
    }

    .customHeight {
        height: initial;
    }

    .border-right {
        border-right: 0px solid #d3d3d3;
    }
}

@media only screen and (max-width:599px) and (min-width:361px) {

	.bg {
    background-image: url(../images/bg.jpg);
    background-repeat: repeat-y;
    background-size: cover;
    height: 100%;
    overflow: auto;
}
	
    .container {
        width: 100%;
        padding: 0px;
        margin: 0px;
    }

    .login-box {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        width: 100%;
        position: relative;
        top: 0;
        transform: none;
		-webkit-transform: none;
        left: 0;
        margin-top: 20px;
    }

    .content {
        position: relative;
        top: 0;
        left: 0;
        transform: none;
		-webkit-transform: none;
        width: 100%;
    }

    .info-box {
        position: relative;
        width: 100%;
        display: block;
        margin: 0px;
        font-size: 12px;
        padding: 12px;
    }

    .links-login {
        position: relative;
        top: 20px;
        left: 0;
        transform: none;
		-webkit-transform: none;
        width: 100%;
        margin-bottom: 0px;
    }

    .powered-box {
        padding: 25px 0px;
        position: relative;
        display: block;
        width: 100%;
        bottom: 0;
		background-color:#fff;
		margin:20px 0px 0px 0px;
    }

    a.list-group-item .list-group-item-heading, button.list-group-item .list-group-item-heading {
        font-size: 16px;
    }

    .customHeight {
        height: initial;
    }

    .border-right {
        border-right: 0px solid #d3d3d3;
    }
}


@media only screen and (max-width:360px) {
.bg {
    background-image: url(../images/bg.jpg);
    background-repeat: repeat-y ;
    background-size: cover;
    height: 100%;
    overflow: auto;
}
    .container {
        width: 100%;
        padding: 0px;
        margin: 0px;
    }

    .login-box {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        width: 100%;
        position: relative;
        top: 0;
        transform: none;
		-webkit-transform: none;
        left: 0;
        margin-top: 20px;
    }

    .content {
        position: relative;
        top: 0;
        left: 0;
        transform: none;
		-webkit-transform: none;
        width: 100%;
    }

    .info-box {
        position: relative;
        width: 100%;
        display: block;
        margin: 0px;
        font-size: 12px;
        padding: 12px;
    }

    .links-login {
        position: relative;
        top: 20px;
        left: 0;
        transform: none;
		-webkit-transform: none;
        width: 100%;
        margin-bottom: 0px;
    }

    .powered-box {
        padding: 25px 0px;
        position: relative;
        display: block;
        width: 100%;
        bottom: 0;
    }

    a.list-group-item .list-group-item-heading, button.list-group-item .list-group-item-heading {
        font-size: 16px;
    }

    .customHeight {
        height: initial;
    }

    .border-right {
        border-right: 0px solid #d3d3d3;
    }
}

@media screen and (max-width:320px) {


    .container {
        width: 100%;
        padding: 0px;
        margin: 0px;
    }

    .login-box {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        width: 100%;
        position: relative;
        top: 0;
        transform: none;
		-webkit-transform: none;
        left: 0;
        margin-top: 20px;
		height:auto;
    }

    .content {
        position: relative;
        top: 0;
        left: 0;
        transform: none;
		-webkit-transform: none;
        width: 100%;
    }

    .info-box {
        position: relative;
        width: 100%;
        display: block;
        margin: 0px;
        font-size: 12px;
        padding: 12px;
    }

    .links-login {
        position: relative;
        top: 20px;
        left: 0;
        transform: none;
		-webkit-transform: none;
        width: 100%;
        margin-bottom: 0px;
    }
	
	
    .powered-box {
       padding: 25px 0px;
    position: relative;
    display: block;
    width: 100%;
    bottom: 0;
    }

    a.list-group-item .list-group-item-heading, button.list-group-item .list-group-item-heading {
        font-size: 16px;
    }

    .customHeight {
        height: initial;
    }

    .border-right {
        border-right: 0px solid #d3d3d3;
    }
}
