@charset "utf-8";
/* CSS Document */

body, html {
    height: 100%;
	background: #000;
	/*background-image:url(../img/bg_login_2.jpg);*/
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center;
	position:relative;
	/*animation: bg 10s ease;*/
}

.shadow{
	position:fixed;
	opacity: .7;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background: -moz-radial-gradient(0% 100%, ellipse cover, rgba(104,128,138,.4) 10%,rgba(138,114,76,0) 40%),-moz-linear-gradient(top,  rgba(57,173,219,.25) 0%, rgba(42,60,87,.4) 100%), -moz-linear-gradient(-45deg,  #1ABB9C 0%, #092756 100%);
	background: -webkit-radial-gradient(0% 100%, ellipse cover, rgba(104,128,138,.4) 10%,rgba(138,114,76,0) 40%), -webkit-linear-gradient(top,  rgba(57,173,219,.25) 0%,rgba(42,60,87,.4) 100%), -webkit-linear-gradient(-45deg,  #1ABB9C 0%,#092756 100%);
	background: -o-radial-gradient(0% 100%, ellipse cover, rgba(104,128,138,.4) 10%,rgba(138,114,76,0) 40%), -o-linear-gradient(top,  rgba(57,173,219,.25) 0%,rgba(42,60,87,.4) 100%), -o-linear-gradient(-45deg,  #1ABB9C 0%,#092756 100%);
	background: -ms-radial-gradient(0% 100%, ellipse cover, rgba(104,128,138,.4) 10%,rgba(138,114,76,0) 40%), -ms-linear-gradient(top,  rgba(57,173,219,.25) 0%,rgba(42,60,87,.4) 100%), -ms-linear-gradient(-45deg,  #1ABB9C 0%,#092756 100%);
	background: -webkit-radial-gradient(0% 100%, ellipse cover, rgba(104,128,138,.4) 10%,rgba(138,114,76,0) 40%), linear-gradient(to bottom,  rgba(57,173,219,.25) 0%,rgba(42,60,87,.4) 100%), linear-gradient(135deg,  #1ABB9C 0%,#092756 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3E1D6D', endColorstr='#092756',GradientType=1 );
}


.login_box {
    background: #f7f7f7;
    border: 2px solid rgba(96, 125, 139, 0.26);
    padding: 5px 10px;
    margin-bottom: 20px;
}
	
.input_title{
    color:rgba(164, 164, 164, 0.9);
    padding-left:3px;
	margin-bottom: 2px;
}

hr{
    width:100%;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
}
    
.welcome{
    font-family: "myriad-pro",sans-serif;
    font-style: normal;
    font-weight: 100;
    color:#FFFFFF;
    margin-bottom:25px;
    margin-top:50px;

}

.login_title{
    font-family: "myriad-pro",sans-serif;
    font-style: normal;
    font-weight: 100;
    color:rgba(164, 164, 164, 0.44);
}

.card-container.card {
    max-width: 350px;

}


/*
 * Card component
 */
.card {
    background-color: #2A3F54;
    padding: 1px 25px 30px;
    margin: 0 auto 25px;
    margin-top: 15%x;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -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);
    border: 1px solid rgba(0, 0, 0, 0.2);
    padding-top: 20px;
}

.profile-img-card {
    width: 96px;
    height: 96px;
    margin: 0 auto 10px;
    display: block;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

/*
 * Form styles
 */
.profile-name-card {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin: 10px 0 0;
    min-height: 1em;
}

.reauth-email {
    display: block;
    color: #404040;
    line-height: 2;
    margin-bottom: 10px;
    font-size: 14px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.form-signin #inputEmail,
.form-signin #inputPassword {
    direction: ltr;
    height: 44px;
    font-size: 16px;
}

.form-signin input[type=email],
.form-signin input[type=password],
.form-signin input[type=text],
.form-signin button {
    width: 100%;
    display: block;

    z-index: 1;
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.form-signin .form-control:focus {
    border-color: rgb(104, 145, 162);
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgb(104, 145, 162);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgb(104, 145, 162);
}



.btn.btn-signin:hover,
.btn.btn-signin:active,
.btn.btn-signin:focus {
    background-color: rgb(12, 97, 33);
}

.forgot-password {
    color: rgb(104, 145, 162);
}

.forgot-password:hover,
.forgot-password:active,
.forgot-password:focus{
    color: rgb(12, 97, 33);
}

.container{
	position:relative;
	z-index:1000;
}

.welcome img {
    /*width: 100%;*/
    max-height: 70px;
    margin: 10px;
}

.line{
	display: inline-block;
    background-color: rgba(255, 255, 255, 0.26);
    width: 2px;
    height: 75px;
    border-radius: 4px;
    margin: 0 15px;
    vertical-align: middle;
}

.circle{
    display: inline-block;
    background-color: rgba(255, 255, 255, 0.36);
    width: 5px;
    height: 5px;
    border-radius: 100%;
    margin: 0 15px;
    position: relative;
}

.circle::after{
    content: "";
    position: absolute;
    width: 21px;
    height: 21px;
    border-radius: 100%;
    top: -100%;
    left: -100%;
    margin-top: -3px;
    margin-left: -3px;
    border: 2px solid rgba(255, 255, 255, 0.27);
}

.container.footer {
    text-align: center;
    color: #fff;
    margin: 20px 0;
}

.alert {
    margin: 0;
    margin-bottom: 20px;
}


@keyframes bg{
	
	0%{
		background-size: 150% auto;
	}
	
	100%{
		background-size: 100% auto;
	}
	
}



.animate_bg{
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: linear-gradient(225deg, #3a87ad, #1abb9c, #2a3f54);
	background-size: 600% 600%;

	-webkit-animation: AnimationName 31s ease infinite;
	-moz-animation: AnimationName 31s ease infinite;
	animation: AnimationName 31s ease infinite;
	opacity: .6;
}



@-webkit-keyframes AnimationName {
    0%{background-position:91% 0%}
    50%{background-position:10% 100%}
    100%{background-position:91% 0%}
}
@-moz-keyframes AnimationName {
    0%{background-position:91% 0%}
    50%{background-position:10% 100%}
    100%{background-position:91% 0%}
}
@keyframes AnimationName { 
    0%{background-position:91% 0%}
    50%{background-position:10% 100%}
    100%{background-position:91% 0%}
}



@media screen and (max-width: 768px) { 
	
	.welcome{
		margin: 20px;
		margin-top: 50px;
	}
	
	.welcome img{
		max-width: 100px;
	}
	
	.cb-slideshow li div h3{
		display: none;
	}
}