﻿body {
    background: url(../images/bg.png) no-repeat center center fixed;
    background-size: cover;
}

@media only screen and (max-width: 768px) {
    .pageborder {
        margin-top: 260px !important;
        width: 100% !important;
    }
}

.logo {
    margin: 0 auto;
    display: block;
    padding-top: 70px;
}

.login {
    background-color: #03a3a7;
    color: #FFFFFF !important;
    margin-top: 4px;
    border-radius: 4px;
}

    .login a {
        padding: 5px 15px !important;
    }

        .login a:hover {
            color: #FFFFFF !important;
        }

.option {
    margin: 60px auto;
}

    .option a {
        text-decoration: none;
    }
/*Responsive css*/
@media screen and (max-width: 600px) {
    .w3-top, .w3-bottom {
        position: relative !important;
        width: 100%;
        z-index: 1;
    }

    .pageborder {
        margin-top: 19px !important;
        width: 100% !important;
        margin-bottom: 26%;
    }

    .w3-navbar li a, .w3-navitem, .w3-navbar li .w3-btn, .w3-navbar li .w3-input {
        display: block;
        font-size: 16px;
        padding: 8px 16px;
    }

    .w3-white, .w3-hover-white:hover {
        color: #000 !important;
        background-color: #fff !important;
        border-bottom: 4px solid #8c8989 !important;
    }

    .box {
        width: 93%;
        height: 470px;
        background-color: #E0E0E0;
        margin-top: 41px;
        border: 5px solid #03a3a7 /*#042293*/;
    }

    .logo img {
        margin-top: 8px;
        margin-bottom: 6px;
    }

    .box h2 {
        font-weight: bold;
    }

    form.signin .textbox span {
        display: block;
        margin-left: 13px;
        text-align: left;
        padding-bottom: 6px;
        font-size: 18px;
        margin-top: 14px;
    }

    .box {
        width: 93%;
        height: auto;
        background-color: #E0E0E0;
        margin-top: 41px;
        border: 5px solid #03a3a7 /*#042293*/;
        margin-bottom: 49px;
    }

    form.signin .textbox input {
        background: rgba(255, 255, 255, 1);
        border-bottom: 1px solid #333333;
        border-left: 1px solid #333333;
        border-right: 1px solid #333333;
        border-top: 1px solid #333333;
        color: #4C4C4C;
        border-radius: 3px 3px 3px 3px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        font: 16px Arial, Helvetica, sans-serif;
        padding: 10px 10px 10px;
        width: 93%;
    }

    .w3-navbar li:not(.w3-opennav) {
        float: none;
        width: 50% !important;
    }

    .w3-navbar li.w3-right {
        float: left !important;
    }

    .login {
        background-color: #0099FF;
        color: #FFFFFF !important;
        margin-top: 6px;
    }
}

@media (max-width: 767px) and (min-width: 480px) {
    .box {
        margin-bottom: 11%;
    }
}

.w3-button {
    background-color: #00a3a6;
    border: 5px solid #00a3a6;
    color: white;
    text-decoration: none;
    padding: 5px 10px;
    cursor: pointer;
    width: 100px;
    border-radius: 4px;
    border: 0px solid #696969;
}

.button_cancel {
    background: #696969;
    border: 0px solid #696969;
    width: auto;
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

    .alert h4 {
        margin-top: 0;
        color: inherit;
    }

    .alert .alert-link {
        font-weight: 700;
    }

    .alert > p, .alert > ul {
        margin-bottom: 0;
    }

        .alert > p + p {
            margin-top: 5px;
        }

.alert-dismissable, .alert-dismissible {
    padding-right: 35px;
}

    .alert-dismissable .close, .alert-dismissible .close {
        position: relative;
        top: -2px;
        right: -21px;
        color: inherit;
    }

.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

    .alert-success hr {
        border-top-color: #c9e2b3;
    }

    .alert-success .alert-link {
        color: #2b542c;
    }

.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

    .alert-info hr {
        border-top-color: #a6e1ec;
    }

    .alert-info .alert-link {
        color: #245269;
    }

.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}

    .alert-warning hr {
        border-top-color: #f7e1b5;
    }

    .alert-warning .alert-link {
        color: #66512c;
    }

.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

    .alert-danger hr {
        border-top-color: #e4b9c0;
    }

    .alert-danger .alert-link {
        color: #843534;
    }

.pageborder {
    margin-top: 50px;
    background: white;
}
