/* ==========================================================================
   Login Box styles
   ========================================================================== */

/*Change Backgound image here */
html {
    height: 100%;
}

body {
    background-color: rgba(239, 240, 204, 1);
    min-height: 100%;
}

.alert {
    margin: 20px auto;
    width: 70%;
}

#login-block {
    padding-top: 50px;
    padding-bottom: 25px;
}

    #login-block h3 {
        color: #424242;
        text-align: center;
        font-size: 1.9em;
        opacity: 1;
        text-shadow: 2px 2px 2px #fff;
        font-weight: bold;
    }

.login-box {
    max-width: 480px;
    background: transparent url(../../img/login-bg.png) repeat;
    border: 7px solid rgba(168, 168, 168, 0.5);
    -webkit-background-clip: padding-box; /* for Safari */
    -moz-background-clip: padding-box; /* for old Firefox */
    -o-background-clip: padding-box; /* for old Firefox */
    background-clip: padding-box; /* for IE9+, Firefox 4+, Opera, Chrome */
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    padding-bottom: 20px;
}

.login-logo {
    text-align: center;
    padding: 15px 0 10px;
}

    .login-logo img {
        border: 0;
    }

.login-form form p {
    width: 80%;
    margin: 5px auto 10px;
    text-align: center;
}
/* for logo animation */
.login-logo a {
    opacity: 1;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

    .login-logo a:hover {
        opacity: 0.7;
    }

.login-box hr {
    margin: 10px auto 20px;
    width: 70%;
    border-top: 1px solid #dddbda;
    border-bottom: 1px solid #FFF;
}

/* Login Form */
.login-form input {
    display: block;
    margin: 0 auto 15px;
    width: 70%;
    background: #fff;
    border: 1px solid #bfbfbf;
    color: #6c6c6c;
    padding: 8px;
}

/* Login Button */
.btn.btn-red {
    min-width: 122px;
    width: auto;
    display: block;
    margin: 20px auto 20px;
    color: white;
    text-transform: uppercase;
    text-shadow: 1px 2px 2px #c44c4c;
    background: #e75a5a;
    border: 1px solid #953a3a;
    -webkit-box-shadow: inset 0 1px 2px #ff8c8c;
    -moz-box-shadow: inset 0 1px 2px #ff8c8c;
    box-shadow: inset 0 1px 2px #ff8c8c;
    -webkit-transition: background .5s ease-in-out;
    -moz-transition: background .5s ease-in-out;
    -o-transition: background .5s ease-in-out;
    transition: background .5s ease-in-out;
    margin-left: 14%;
}

.btn.btn-primary {
    min-width: 122px;
    width: auto;
    display: block;
    margin: 20px auto 20px;
    color: white;
    text-transform: uppercase;
    text-shadow: 1px 2px 2px #c44c4c;
    background: #4a9eff;
    border: 1px solid #4a9eff;
    -webkit-box-shadow: inset 0 1px 2px #4a9eff;
    -moz-box-shadow: inset 0 1px 2px #4a9eff;
    box-shadow: inset 0 1px 2px #4a9eff;
    -webkit-transition: background .5s ease-in-out;
    -moz-transition: background .5s ease-in-out;
    -o-transition: background .5s ease-in-out;
    transition: background .5s ease-in-out;
    margin-left: 53%;
    margin-top: -57px;
}

@media(max-width:468px) {
    .btn.btn-primary {
        min-width: 107px;
    }

    .btn.btn-red {
        min-width: 100px;
        margin-left: 12%;
    }
}

.btn.btn-red:hover {
    background: #d94444;
}

.btn.btn-red.btn-reset {
    width: 180px;
}

.login-links {
    text-align: center;
}

    .login-links a {
        color: #2B2B2B;
        display: inline-block;
        padding: 5px;
        -webkit-transition: all .5s ease;
        -moz-transition: all .5s ease;
        -ms-transition: all .5s ease;
        -o-transition: all .5s ease;
        transition: all .5s ease;
        ;
    }

        .login-links a:hover {
            text-decoration: none;
            color: #4981B4;
        }

label.checkbox {
    width: 70%;
    display: block;
    margin: 0 auto;
}

    label.checkbox input {
        width: 14px;
        margin: 4px 0 0;
        padding: 0;
        background: none;
        border: 0;
    }

#footer-text, #footer-text a {
    text-align: center;
    color: #424242;
    opacity: 1;
}

/* Social Login */
.social-login {
    margin: 10px 0 5px;
}

    .social-login .btn {
        text-align: center;
        margin: 5px auto;
        color: #FFF;
        text-shadow: 1px 1px 1px #333;
        width: 90% -webkit-box-shadow: 0px 0px 10px #FFF;
        -moz-box-shadow: 0px 0px 10px #FFF;
        box-shadow: 0px 0px 10px #FFF;
    }

.btn.btn-facebook {
    border: 1px solid #2D4479;
    -webkit-box-shadow: inset 0 1px 2px #5272BF, 0px 0px 15px #FFF;
    -moz-box-shadow: inset 0 1px 2px #5272bf, 0px 0px 15px #FFF;
    box-shadow: inset 0 1px 2px #5272BF, 0px 0px 15px #FFF;
    background: #385496;
    background-size: 100%;
    background-image: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#4365B4),color-stop(100%,#385496));
    background-image: -webkit-linear-gradient(top,#4365B4,#385496);
    background-image: -moz-linear-gradient(top,#4365B4,#385496);
    background-image: -o-linear-gradient(top,#4365B4,#385496);
    background-image: linear-gradient(top,#4365B4,#385496);
    font-size: 12px;
}

    .btn.btn-facebook:hover {
        background: #365293;
        background-size: 100%;
        background-image: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#4365B4),color-stop(100%,#365293));
        background-image: -webkit-linear-gradient(top,#4365B4,#365293);
        background-image: -moz-linear-gradient(top,#4365B4,#365293);
        background-image: -o-linear-gradient(top,#4365B4,#365293);
        background-image: linear-gradient(top,#4365B4,#365293);
        -webkit-transition: box-shadow .05s ease-in-out;
        -moz-transition: box-shadow .05s ease-in-out;
        -o-transition: box-shadow .05s ease-in-out;
        transition: box-shadow .05s ease-in-out;
    }

.btn.btn-twitter {
    border: 1px solid #2189FF;
    -webkit-box-shadow: inset 0 1px 2px #8DC2FF, 0px 0px 15px #FFF;
    -moz-box-shadow: inset 0 1px 2px #8dc2ff, 0px 0px 15px #FFF;
    box-shadow: inset 0 1px 2px #8DC2FF, 0px 0px 15px #FFF;
    background: #4A9EFF;
    background-size: 100%;
    background-image: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#73B4FF),color-stop(100%,#4A9EFF));
    background-image: -webkit-linear-gradient(top,#73B4FF,#4A9EFF);
    background-image: -moz-linear-gradient(top,#73B4FF,#4A9EFF);
    background-image: -o-linear-gradient(top,#73B4FF,#4A9EFF);
    background-image: linear-gradient(top,#73B4FF,#4A9EFF);
    font-size: 12px;
}

    .btn.btn-twitter:hover {
        background: #459CFF;
        background-size: 100%;
        background-image: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#73B4FF),color-stop(100%,#459CFF));
        background-image: -webkit-linear-gradient(top,#73B4FF,#459CFF);
        background-image: -moz-linear-gradient(top,#73B4FF,#459CFF);
        background-image: -o-linear-gradient(top,#73B4FF,#459CFF);
        background-image: linear-gradient(top,#73B4FF,#459CFF);
        -webkit-transition: box-shadow .05s ease-in-out;
        -moz-transition: box-shadow .05s ease-in-out;
        -o-transition: box-shadow .05s ease-in-out;
        transition: box-shadow .05s ease-in-out;
    }

.fb-login, .twit-login {
    -webkit-animation-delay: .8s;
    -moz-animation-delay: .8s;
    -o-animation-delay: .8s;
    animation-delay: .8s;
}


/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers)
=================================================================== */
@media only screen and (max-width: 479px) {
    #login-block {
        padding-top: 10px;
        padding-bottom: 25px;
    }
}

/* Tablet Portrait Size to Tablet Landscape Size (devices and browsers)
=================================================================== */
@media only screen and (min-width: 480px) and (max-width: 767px) {
    #login-block {
        margin: 0 auto;
        width: 420px;
    }
}



















.a-btn {
    width: 120px;
    height: 120px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: block;
    margin: 20px;
    float: left;
    background: #f0ad4e;
    position: relative;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(246, 212, 163, 0.5) inset, 0px -1px 5px 4px rgba(170, 77, 27, 0.2) inset, 0px 0px 0px 7px #fff, 0px 0px 1px 8px rgba(188, 188, 188, 0.4), 0px 0px 0px 9px #fff;
    -moz-box-shadow: 0px 0px 5px 0px rgba(246, 212, 163, 0.5) inset, 0px -1px 5px 4px rgba(170, 77, 27, 0.2) inset, 0px 0px 0px 7px #fff, 0px 0px 1px 8px rgba(188, 188, 188, 0.4), 0px 0px 0px 9px #fff;
    box-shadow: 0px 0px 5px 0px rgba(246, 212, 163, 0.5) inset, 0px -1px 5px 4px rgba(170, 77, 27, 0.2) inset, 0px 0px 0px 7px #fff, 0px 0px 1px 8px rgba(188, 188, 188, 0.4), 0px 0px 0px 9px #fff;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

    .a-btn span {
        display: table-cell;
        width: 80px;
        height: 80px;
        padding: 20px;
        text-align: center;
        vertical-align: middle;
        font-size: 26px;
        color: #fff;
        text-shadow: 0px 1px 1px #A03F16;
        font-family: "Arvo", "Myriad Pro", "Trebuchet MS", sans-serif;
        -webkit-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        transition: all 0.3s linear;
    }

        .a-btn span:nth-child(1),
        .a-btn span:nth-child(3) {
            position: absolute;
            top: 0px;
            left: 0px;
            font-size: 40px;
            line-height: 36px;
            opacity: 0;
        }

        .a-btn span:nth-child(1) {
            background: transparent url(../../images/star.png) no-repeat center center;
            opacity: 0.2;
        }

    .a-btn:hover {
        background: rgba(170, 77, 27, 0.6);
        -webkit-box-shadow: 0px 0px 5px 0px rgba(246, 212, 163, 0.5) inset, 0px -1px 5px 4px rgba(170, 77, 27, 0.2) inset, 0px 0px 0px 7px #fff, 1px 4px 5px 8px rgba(188, 188, 188, 0.6), 0px 0px 0px 9px #fff;
        -moz-box-shadow: 0px 0px 5px 0px rgba(246, 212, 163, 0.5) inset, 0px -1px 5px 4px rgba(170, 77, 27, 0.2) inset, 0px 0px 0px 7px #fff, 1px 4px 5px 8px rgba(188, 188, 188, 0.6), 0px 0px 0px 9px #fff;
        box-shadow: 0px 0px 5px 0px rgba(246, 212, 163, 0.5) inset, 0px -1px 5px 4px rgba(170, 77, 27, 0.2) inset, 0px 0px 0px 7px #fff, 1px 4px 5px 8px rgba(188, 188, 188, 0.6), 0px 0px 0px 9px #fff;
    }

        .a-btn:hover span:nth-child(3) {
            opacity: 1;
        }

        .a-btn:hover span:nth-child(2) {
            opacity: 0;
            -webkit-transform: scale(0);
            -moz-transform: scale(0);
            transform: scale(0);
        }

        .a-btn:hover span:nth-child(1) {
            -webkit-animation: rotate 1s linear;
            -moz-animation: rotate 1s linear;
            animation: rotate 1s linear;
        }

    .a-btn:active {
        -webkit-box-shadow: 0px 0px 5px 0px rgba(246, 212, 163, 0.5) inset, 0px -1px 5px 4px rgba(170, 77, 27, 0.2) inset, 0px 0px 0px 7px #fff, 0px -1px 0px 8px rgba(188, 188, 188, 0.3), 0px 0px 0px 10px #fff;
        -moz-box-shadow: 0px 0px 5px 0px rgba(246, 212, 163, 0.5) inset, 0px -1px 5px 4px rgba(170, 77, 27, 0.2) inset, 0px 0px 0px 7px #fff, 0px -1px 0px 8px rgba(188, 188, 188, 0.3), 0px 0px 0px 10px #fff;
        box-shadow: 0px 0px 5px 0px rgba(246, 212, 163, 0.5) inset, 0px -1px 5px 4px rgba(170, 77, 27, 0.2) inset, 0px 0px 0px 7px #fff, 0px -1px 0px 8px rgba(188, 188, 188, 0.3), 0px 0px 0px 10px #fff;
    }

        .a-btn:active span:nth-child(2) {
            color: rgba(170, 77, 27, 0.8);
            text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.6);
        }

@keyframes rotate {
    0% {
        transform: scale(1) rotate(0);
    }

    50% {
        transform: scale(0.5) rotate(180deg);
    }

    100% {
        transform: scale(1) rotate(360deg);
    }
}

@-webkit-keyframes rotate {
    0% {
        -webkit-transform: scale(1) rotate(0);
    }

    50% {
        -webkit-transform: scale(0.5) rotate(180deg);
    }

    100% {
        -webkit-transform: scale(1) rotate(360deg);
    }
}

@-moz-keyframes rotate {
    0% {
        -moz-transform: scale(1) rotate(0);
    }

    50% {
        -moz-transform: scale(0.5) rotate(180deg);
    }

    100% {
        -moz-transform: scale(1) rotate(360deg);
    }
}


.button-wrapper {
    width: 100%;
    margin: 0 auto;
    padding: 0 30px;
}


.content {
    position: relative;
    width: 100% margin: 0 auto;
}


@media (min-width: 992px) and (max-width: 1199px) {
    .col-md-offset-4 {
        margin-left: 30% !important;
    }

    .col-md-4 {
        width: 40% !important;
    }
}


.steps-img {
    text-align: center;
    width: 74%;
    display: inline-block;
    padding: 0% 13% 5%;
}

    .steps-img h3 {
        color: #333 !important;
        margin-top: 0px !important;
        text-shadow: 2px 2px 2px #fff !important;
    }



    .steps-img img {
        width: 100%;
    }
