.center {
    margin: auto;
    width: 60%;
    border: 3px solid #12aaeb;
    padding: 10px;
}
.img-size{
    height: 15%;
    margin-top: 10px;
}
.submit-btn{
    width:90%;
    margin-left: 10%;
    background: #12AAEB!important;
}
.no-bottom-margin{
    margin-bottom: 0px!important;
}
.ten-bottom-margin{
    margin-bottom: 10px!important;
}
.centWidth{
    width: 100%;
}
.fifty-margin-top{
    margin-top: 50px;
}
.noPadding{
    padding: 0px;
}
.org_btn{
    background-color: #12aaeb;
    border:1px solid transparent;
    color: #fff;
    text-transform: uppercase;
    padding: 0;
    font-size: 14px;
    padding:5px;
}
.login-body{
    background: rgba(147,206,222,1);
    background: -moz-linear-gradient(left, rgba(147,206,222,1) 0%, rgba(117,189,209,1) 41%, rgba(73,165,191,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(147,206,222,1)), color-stop(41%, rgba(117,189,209,1)), color-stop(100%, rgba(73,165,191,1)));
    background: -webkit-linear-gradient(left, rgba(147,206,222,1) 0%, rgba(117,189,209,1) 41%, rgba(73,165,191,1) 100%);
    background: -o-linear-gradient(left, rgba(147,206,222,1) 0%, rgba(117,189,209,1) 41%, rgba(73,165,191,1) 100%);
    background: -ms-linear-gradient(left, rgba(147,206,222,1) 0%, rgba(117,189,209,1) 41%, rgba(73,165,191,1) 100%);
    background: linear-gradient(to bottom right, rgba(147, 206, 222, 0.69) 0%, #f5f5f5 41%, rgb(8, 85, 147) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#93cede', endColorstr='#49a5bf', GradientType=1 );
}
@-webkit-keyframes spinny {
    0% {
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg)
    }
    50% {
        -webkit-transform: rotateY(180deg);
        transform: rotateY(180deg)
    }
    100% {
        -webkit-transform: rotateY(360deg);
        transform: rotateY(360deg)
    }
}
@keyframes spinny {
    0% {
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg)
    }
    50% {
        -webkit-transform: rotateY(180deg);
        transform: rotateY(180deg)
    }
    100% {
        -webkit-transform: rotateY(360deg);
        transform: rotateY(360deg)
    }
}
.shipsy-logo-class{
    width: 70px;
    height: 70px;
    margin: auto;
    margin-top:25% ;
    background: url('../images/shipsy_logo.svg') no-repeat 0px 0px;
}
.spin-that-bird {
    -webkit-animation: spinny 1s infinite;
    animation: spinny 1s infinite;
    -webkit-animation-direction: normal;
    animation-direction: normal;
}
@-webkit-keyframes blurring {
    0%{opacity: 1}
    100%{
        opacity: 0;
    }

}
@keyframes blurring {
    0%{opacity: 1}
    100%{
        opacity: 0;
    }

}
.blur-text{
    color: #065492;
    -webkit-animation:blurring 800ms infinite;
    animation:blurring 800ms infinite;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;

}
#dropdown1{
    margin-left: 10%;
}
#spin-load{
    display: block;
    height: 100%;
    width: 100%;
    text-align: center;
}
#cardDiv{
    display: block;
}
div[ng-controller="LoginController as login"] md-content{
	background: #fff;
	padding: 0;
}

.loginWrapper .dtdcLogo{
	max-width: 400px;
}

.loginWrapper{
	box-shadow: none;
}

.powerByText{
	text-align: center;
	color: #15609b;
	font-weight: 600;
}

.powerByText > span > img{
	width:22px;
}