﻿

@import url('../fonts/allinone/onlinewebfonts.css');

@font-face {
    font-family: JFFlat;
    src: url(../fonts/allinone/JF-Flat-regular.ttf) format("truetype"), url(../fonts/allinone/JF-Flat-regular.eot);
    font-style: normal;
}

@font-face {
    font-family: "Open Sans";
    src: url(../fonts/allinone/OpenSans-Regular.ttf) format("truetype");
    font-weight: 400;
    font-style: normal;
}

body {
    font-family: "Open Sans", JFFlat !important;
    background: #fff url(../img/bg.png) repeat;
}
.mr5
{
    margin-right: 3rem !important;
}

.h-100 {
    height: 100vh !important;
}
.global-container {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.btn-primary {
    color: #fff;
    background-color: #a6814d;
    border-color: #a6814d;
    padding: 12px;
    display: block;
}

    .btn-primary:hover {
        color: #fff;
        background-color: #a6814d;
        border-color: #a6814d;
    }

    .btn-primary:focus, .btn-primary:active {
        color: #fff;
        background-color: #a6814d;
        border-color: #a6814d;
    }

    .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
        color: #fff;
        background-color: #a6814d;
        border-color: #a6814d;
    }

    .btn-primary.focus, .btn-primary:focus {
        -webkit-box-shadow: 0 0 0 0.2rem rgba(166, 129, 77, 0.5);
        box-shadow: 0 0 0 0.2rem rgba(166, 129, 77, 0.5);
    }

    .btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
        -webkit-box-shadow: 0 0 0 0.2rem rgba(166, 129, 77, 0.5);
        box-shadow: 0 0 0 0.2rem rgba(166, 129, 77, 0.5);
    }

.card-body {
    padding: 0.5rem;
}

form {
    padding-top: 0px;
    font-size: 14px;
    margin-top: 30px;
}



.card-title {
    font-weight: 300;
}



.btn {
    font-size: 14px;
    margin-top: 20px;
}




.login-form {
    width: 30%;
    margin: 20px;
    background: #fff;     
    border-radius: 14px;
    -webkit-box-shadow: #ccc 2px 1px 6px 1px;
    box-shadow: #ccc 2px 1px 6px 1px;
    border: 1px solid #ddd;
    z-index: 1;
    padding: 8px 20px;
    left: 50%;
    top: 40%;
    transform: translate(-50%, -40%);
    position:absolute;
}

.card-body {
    padding: 15px 25px 50px 25px;
}

.sign-up {
    text-align: center;
    padding: 20px 0 0;
}



.alert {
    margin-bottom: -30px;
    font-size: 13px;
    margin-top: 20px;
}

.footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 30px;
    background: #fff;
    font-size: 12px; /* Vertically center the text there */
}


footer a, footer a:active, footer a:focus, footer a:hover {
    color: #a6814d;
    text-decoration: none;
}



@media (max-width:768px) {
    .login-form {
        width: 60%;        
    }
}

@media (max-width:600px) {
    .login-form {
        width: 70%;
    }
}
@media (max-width:480px) {
    .login-form {
        width: 85%;
    }
}


