/*!
 * default custom style for axiom theme
 */
/* 
-------------------------------------------------- */

/* body - or any parent wrapper */
body {
    padding-top: 72px;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    background-image: url("../images/bodybg.jpg"); /* The image used */
    background-repeat: no-repeat; /* Do not repeat the image */
}

main {
    flex: 1;
}

.panel {
    /*border-radius: 16px;
    -moz-border-radius: 16px;
    -webkit-border-radius: 16px;

    box-shadow: 0 2px 4px rgba(0,0,0,0.16), 0 2px 4px rgba(0,0,0,0.23) !important;*/

    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}

.panel:hover {
    box-shadow: 0 8px 6px -6px rgba(64,64,64,0.32); /*shadow for CSS3 capable browsers.*/
    -webkit-box-shadow: 0 8px 6px -6px rgba(64,64,64,0.32);
    -moz-box-shadow: 0 8px 6px -6px rgba(64,64,64,0.32);
}

.panel-heading {
    /*border-radius: 16px;
    -moz-border-radius: 16px;
    -webkit-border-radius: 16px;

    box-shadow: 0 2px 4px rgba(0,0,0,0.16), 0 2px 4px rgba(0,0,0,0.23) !important;*/
    box-shadow: 0px 2px 3px rgba(64,64,64,0.32); /*shadow for CSS3 capable browsers.*/
    -webkit-box-shadow: 0px 2px 3px rgba(64,64,64,0.32);
    -moz-box-shadow: 0px 2px 3px rgba(64,64,64,0.32);

    border-radius: 1px;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
}

.panel-primary {
    border-color: #1BB394;
}

.panel-primary .panel-heading {
    background-color: #1BB394;
    border-color: #1BB394;
}

.footer {
    margin-top: 32px;
    padding: 10px 0;
    background-color: #34363a;
    font-size: 0.9em;
    border-top: 1px #e9e9e9 solid;
}

.footer p {
    color: #AFAFAF;
}

.footer a {
    color: #FAFAFA;
}

.footer a:hover{
    color: #1BB394;
}

.navbar-brand .img-responsive {
    max-height: 50px;
    width: auto;
}

@media screen and (max-width: 455px){
    #rc-imageselect, .g-recaptcha {
        transform:scale(0.77);
        -webkit-transform:scale(0.77);
        transform-origin:0 0;
        -webkit-transform-origin:0 0;
    }
}

/* custom mlmsoft */

.navbar-brand {
    position: relative;
    padding: 4px 0;
}

.navbar-header {
    padding-left: 20px;
}

.navbar-default {
    background: #fff;
    box-shadow: 0px 3px 6px 3px rgba(0, 0, 0, 0.06);
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
}

.btn {
    cursor: pointer;
    font-weight: 400;
    border-radius: 30px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    display: inline-block;
}

.spacediv {
    margin: 8px 0;
    padding: 16px 0;
    color: #777;
}

.hspacing {
    color: #555;
    line-height: 1.2;
}

.affimg {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.affawefont {
    margin: 32px;
    padding: 16px;
    border-radius: 64px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    text-align: center;
    background-color: #FAFAFA;
    color: #1CB394;
}
