html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
*, *:before, *:after {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}
html,body{

}
#particles-js {
  position: absolute;
  width: 100%;
  height: 100%;
       background: linear-gradient(135deg, #071e40, #0e5186);
  background-size: cover;
  top: 0;
  left: 0;
  z-index: 0;
}

.login-box {
  position: relative;
  z-index: 1; /* keep login form above particles */
  background: rgba(255, 255, 255, 0.9);
  padding: 20px;
  border-radius: 10px;
}
.mc-cycle{
	height: 100%;
}
.mc-image{background-repeat: no-repeat;background-color: white !important;background-size: cover;}
.login-box{
    max-width: 350px;
    width: 90%;
    /* margin: 0 496px 0 auto; */
    margin-top: 20vh;
    z-index: 9999999;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
    border-radius: 15px;
    margin-bottom: 30px;
    overflow: hidden;
    float: right;
    position: relative;
    right: 106px;
}
.login-box a{
	color: rgba(255, 255, 255, 0.84);
	cursor: pointer;
	font-size: 13px;
}
.login-box a:hover,.login-box a:focus{
	color: rgba(255, 255, 255, 1);
	text-decoration:none;
}
.login-box .logo{
	width:100%;
	height: 130px;
	padding: 20px 10px 20px 10px;
	    background: rgb(7 32 63);
    border-radius: 14px;
}
.login-box .logo img{
    /* height: 215%; */
    display: block;
    width: 81%;
    /* margin: -41px; */
    margin-left: 20px;
}
.login-box .form{
	width:100%;
	padding: 10px 15px 15px 15px;
	background: rgba(211, 219, 224, 0.28);
}
.login-box .user,.login-box .pass{
	margin: 20px 0;
	width: 100%;
	position: relative;
}
.login-box .user:before,.login-box .pass:before{
	font-family: fontAwesome;
	position: absolute;
	left: 10px;
	font-size: 16px;
	width: 23px;
	top: 10px;
	border-right: 1px solid rgba(0, 0, 0, 0.34);
	padding-left: 2px;
}
.login-box .user:before{
	content: "\f007"
}
.login-box .pass:before{
	content: "\f084"
}
.login-box .form-control{
	padding-left: 40px;
}

#arrow_left, #arrow_right {
	bottom:30px;
	height:67px;
	position: fixed;
	right:30px;
	width:36px;
	z-index:1000;
}
#arrow_left {
	right:86px;
}

#arrow_left:hover, #arrow_right:hover {
	bottom:29px;
}
#arrow_left:active, #arrow_right:active {
	bottom:28px;
}
.blueskylogo{
	position: fixed;
	bottom: 25pt;
	left: 25pt;
}


.btn-info.btn{
    background: #07203f;
    border-radius: 9px;
    border-color: #000000;
    padding: 7px 25px;
}
.form-control{
	border-radius:25px;
	height:40px;
}


@media only screen and (max-width:745px){


.btn-info.btn{
 background: #137bb3;
 border-radius: 7px;
 border-color: #044a6f;
 text-transform: uppercase;
}
.form-control{
 border-radius:0;
 height:40px;
}

}


@media only screen and (max-width: 479px){
 
.login-box { max-width: 100%; width: 90%; margin:85px auto;}

#arrow_left, #arrow_right { bottom: -110px; height: 67px; position: absolute; width:40px; z-index: 1000;}

#arrow_left:hover, #arrow_right:hover {  bottom: -110px;}

#arrow_right img{width:40%;}
 
#arrow_left img{width:40%;} 
 
.blueskylogo img{width:45%;}

.blueskylogo { position: relative; bottom: 25pt; left: 0px;display: inline-block;}
 
}


@media only screen and (min-width: 480px) and (max-width: 699px){
 
 
 
 .login-box { max-width: 100%; width: 90%; margin:85px auto;}

#arrow_left, #arrow_right { bottom: -110px; height: 67px; position: absolute; width:60px; z-index: 1000;}

#arrow_left:hover, #arrow_right:hover {  bottom: -110px;}

#arrow_right img{width:40%;}
 
#arrow_left img{width:40%;} 
 
.blueskylogo img{width:45%;}

.blueskylogo { position: relative; bottom: 25pt; left: 0px;display: inline-block;}
}


@media only screen and (min-width: 700px) and (max-width: 767px){
 
 
 
  
 
 .login-box { max-width: 100%; width: 90%; margin:85px auto;}

#arrow_left, #arrow_right { bottom: -110px; height: 67px; position: absolute; width:80px; z-index: 1000;}

#arrow_left:hover, #arrow_right:hover {  bottom: -110px;}

#arrow_right img{width:40%;}
 
#arrow_left img{width:40%;} 
 
.blueskylogo img{width:45%;}

.blueskylogo { position: relative; bottom: 25pt; left: 0px;display: inline-block;}
}

@media only screen and (min-width: 768px) and (max-width: 991px){
 
 
 .login-box { max-width: 100%; width: 90%; margin:85px auto;}

#arrow_left, #arrow_right { bottom: -110px; height: 67px; position: absolute; width:80px; z-index: 1000;}

#arrow_left:hover, #arrow_right:hover {  bottom: -110px;}

#arrow_right img{width:40%;}
 
#arrow_left img{width:40%;} 
 
.blueskylogo img{width:45%;}

.blueskylogo { position: relative; bottom: 25pt; left: 0px;display: inline-block;}
}



