﻿.btn-lg {   
    dispaly: inline-block;
    width: 100%;
    text-decoration: none; 
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}
.card {
    background-color: #F7F7F7;
    /* just in case there no content*/
    padding: 20px 25px 30px;
    margin: 0 auto 25px;
    margin-top: 50px;
    /* shadows and rounded borders */
    -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);
}

.card-container.card {
    max-width: 350px;
    padding: 40px 40px;
}

.login-container {
    border-radius: 0;
    box-shadow: 0 0 9px -3px #000000;
    /*padding: 30px;
    width: 350px;*/
    padding: 30px 30px 40px;
    width: 425px;
    margin: auto;
    background-color: white;
}

.page-container {
    /*position: absolute;*/
    display: block;
    /*width: 100%;
    height: 100%;*/
    padding: 2%;
    /*max-height: 100%;
    min-height: 99%;
    background-color: #003550;
    background: url(../images/stat-bg2.jpg) no-repeat fixed center center/cover;*/
}
.panel-info > .panel-heading {
    color: #FFF !important;
    background-color: #FFF !important;
    border-color: #003550 !important;
}
.login-branding a {
    display: block;
    text-align: center;
    margin: 0 auto;
    overflow: hidden;
    /*padding: 20px 0px;*/
    padding: 0px 0px;
    width: 80%;
}

.login-branding img {
    width: 96%;
    display: block;
}

.login-container .form-control {
    height: 40px;
    background-color: #F5F5F5 !important;
}

    .login-container .form-control:focus {
        border-bottom: 1px solid #006A4E;
    }

.clear {
    margin-bottom: 5%;
    clear: both;
}

.footer {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1rem;
    text-align: right;
    font-weight: bold;
    color: #dc4d16;
    font-size: 16px;
}

@media (max-width: 767px) {
    .footer {
        position: relative;
        text-align: center;
    }
}

@media all and (max-width: 500px) {
    .login-container {
        width: 100% !important;
    }

    .login-branding {
        width: 100% !important;
    }
}

.orange-text {
    color: #dc4d16;
}

.field-validation-error {
    color: red;
}

form {
    padding: 20px 25px 0px 25px;
}

.spLoginswing {
    position: relative;
    -webkit-animation: 3s ease infinite swing;
    -moz-animation: 3s ease infinite swing;
    animation: 3s ease infinite swing;
    -webkit-transform-origin: center top;
    -moz-transform-origin: center top;
    transform-origin: center top;
    top: -15px;
}


@-moz-keyframes swing {
    0% {
        -moz-transform: rotate(5deg);
    }

    50% {
        -moz-transform: rotate(-5deg);
    }

    100% {
        -moz-transform: rotate(5deg);
    }
}

@keyframes swing {
    0% {
        transform: rotate(5deg);
    }

    50% {
        transform: rotate(-5deg);
    }

    100% {
        transform: rotate(5deg);
    }
}

@-webkit-keyframes swing {
    0% {
        -webkit-transform: rotate(5deg);
    }

    50% {
        -webkit-transform: rotate(-5deg);
    }

    100% {
        -webkit-transform: rotate(5deg);
    }
}


/*--------------LOGIN Release---------------------------*/

body.loginSp {
    position: relative;
}

.advertBox {
    box-shadow: 0 0 8px 1px rgba(255, 255, 255, 0.34);
    padding: 0;
    color: #fff;
    width: 100%;
    border: 1px solid #fff;
    border-radius: 4px;
}

    .advertBox marquee {
        min-height: 350px;
    }

    .advertBox div {
        position: relative;
    }

    .advertBox.leftBoxxm {
        left: 10%;
    }

    .advertBox.rightBoxxm {
        display: none;
    }


.swingLogo {
    height: 200px;
    width: 200px;
    display: block;
    z-index: 2147483647;
    margin: 0 auto;
    clear: both;
}

.advertBox h2 {
    margin-top: 0;
    background: #fff;
    padding: 4px 10px;
    color: #2D3E50;
}

.advertBox ul {
    max-height: 190px;
    overflow-y: auto;
}

.advertBox li {
}

.mainUpddate {
    top: 0;
    width: 425px;
    position: absolute;
    right: 20px;
    z-index: 999999;
}

body.loginSp {
    position: inherit;
    background: #003550 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}
.btn-success:hover, .btn-success:focus, .btn-success:active {
    color: #fff;
    background-color: #449d44;
    border-color: #398439;
}
.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.forgot-password {
    text-align: right;
    width: 100%;
}
.forgot-password a {
    color: #337ab7;
    text-decoration: underline;
}