/***
Login page
***/

/* logo page */
html{
	height: 100% !important;
	width: 100% !important;
	overflow: scroll !important;
	overflow-x: hidden !important;
	overflow-y: auto !important;
}
.loginpage {
   margin: 0;
   padding: 0;
   height: 100% !important;
   width: 100% !important;
   /*overflow: hidden !important;*/
  	background-color: #14649b;
    background-repeat: repeat-x;
    /*IE<9>*/
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#14649b, endColorstr=#1C85FB);
    /*IE8+*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#14649b, endColorstr=#1C85FB)";
    /* Safari 4-5, Chrome 1-9 */
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#14649b), to(#1174b2));
    /* Safari 5.1, Chrome 10+ */
    background: -webkit-linear-gradient(top, #14649b, #1174b2);
    /* Firefox 3.6+ */
    background: -moz-linear-gradient(top, #14649b, #1174b2);
    /* IE 10 */
    background: -ms-linear-gradient(top, #14649b, #1174b2);
    /* Opera 11.10+ */
    background: -o-linear-gradient(top, #14649b, #1174b2);
    /*border: 1px solid #448abb;*/
   	border: 1px solid #FFFFFF;
  
}

.login {
}

    .login .logo {
        margin: 0 auto;
        margin-top: 60px;
        padding: 15px;
        text-align: center;
        position:relative;
    }

    .login .content {
        background-color: #fff;
        width: 393px;
        margin-bottom: 0px;
        padding-top: 20px;
        padding-bottom: 15px;
        border-radius: 8px;
        /*behavior: url(PIE.htc);*/
        margin-left: auto;
        margin-right: auto;
        margin-top: 0;
        padding-left: 30px;
        padding-right: 30px;
    }
    	
    	.login .content i {
            cursor: pointer;
            animation: arise 4s 1;
            -webkit-animation:arise 4s 1;/*Safari and Chrome*/
        }
        @keyframes arise{
        	from{opacity: 0;}
        	to{opacity: 1;}
     }
        @-webkit-keyframes arise{   /*Safari and Chrome*/
        	from{opacity: 0;}
        	to{opacity: 1;}
        }

        .login .content h3 {
            color: #000;
        }

        .login .content h4 {
            color: #555;
        }

        .login .content p {
            color: #222;
        }

        .login .content .login-form,
        .login .content .forget-form {
            padding: 0px;
            margin: 0px;
        }

        .login .content .forget-form {
            display: none;
        }

        .login .content .register-form {
            display: none;
        }

        .login .content .form-title {
            font-weight: 300;
            font-size: 30px;
            margin-bottom: 25px;
            color: #000;
        }

        .login .content .form-actions {
            background-color: #fff;
            clear: both;
            border: 0px;
            border-bottom: 1px solid #eee;
            padding: 0px 30px 25px 30px;
            margin-left: -30px;
            margin-right: -30px;
        }

            .login .content .form-actions .checkbox {
                margin-left: 0;
                padding-left: 0;
            }

        .login .content .forget-form .form-actions {
            border: 0;
            margin-bottom: 0;
            padding-bottom: 20px;
        }

        .login .content .register-form .form-actions {
            border: 0;
            margin-bottom: 0;
            padding-bottom: 0px;
        }

        .login .content .form-actions .checkbox {
            margin-top: 8px;
            display: inline-block;
        }

        .login .content .form-actions .btn {
            margin-top: 1px;
        }

        .login .content .forget-password {
            margin-top: 25px;
        }

        .login .content .create-account {
            border-top: 1px dotted #eee;
            padding-top: 10px;
            margin-top: 15px;
        }

            .login .content .create-account a {
                display: inline-block;
                margin-top: 5px;
            }

        /* select2 dropdowns */


        .login .content .select2-container i {
            display: inline-block;
            position: relative;
            color: #ccc;
            z-index: 1;
            top: 1px;
            margin: 4px 4px 0px 3px;
            width: 16px;
            height: 16px;
            font-size: 16px;
            text-align: center;
        }

        .login .content .has-error .select2-container i {
            color: #b94a48;
        }

        .login .content .select2-container a span {
            font-size: 13px;
        }

            .login .content .select2-container a span img {
                margin-left: 4px;
            }

    /* footer copyright */
    .login .copyright {
        text-align: center;
        margin: 0 auto;
        padding: 10px;
        color: #999;
        font-size: 13px;
        /*position: fixed;*/
       	position: absolute;
        left: 0;
        bottom: 0;
        text-align: center;
        width: 100%;
        padding-bottom: 8px;
        overflow: hidden;
    }

@media (max-width: 320px) {
    .login .content .form-title {
        font-weight: 300;
        text-align:center;
        font-size: 26px;
        margin-bottom: 25px;
    }
    .login .content {
        background-color: #fff;
        width: 300px !important;
    }
    .login .content .form-title{
    	font-size: 24px !important;
    }
    .row.text.text-center{
    	font-size: 12px !important;
    }
}

@media (max-width: 480px) {
    .login .content .form-title {
        font-weight: 300;
        text-align:center;
        font-size: 26px;
        margin-bottom: 25px;
    }
    .login .content {
        background-color: #fff;
        width: 320px;
    }
}

@media (min-width: 500px) {
    .login .content .form-title {
        font-weight: 300;
        text-align:center;
        font-size: 26px;
        margin-bottom: 25px;
    }
}

@media (min-width: 768px) {
    .login .content .form-title {
        font-weight: 300;
        text-align:center;
        font-size: 30px;
        margin-bottom: 25px;
    }
}


@media (min-width: 992px) {
    .login .content .form-title {
        font-weight: 300;
        text-align: center;
        font-size: 32px;
        margin-bottom: 25px;
    }
}
