﻿@font-face {
    font-family: 'BKoodakBold';
    src: url(../fonts/BKoodakBold.eot) format('eot'), url('../fonts/BKoodakBold.ttf') format('truetype'), url('../fonts/BKoodakBold.woff') format('woff');
}

body {
    overflow: hidden;
    font-family: BKoodakBold,'BKoodakBold',tahoma !important;
    -webkit-user-select: none;
    -moz-user-select: -moz-none;
    -ms-user-select: none;
}

canvas {
    height: 100vh;
    background-color: #16a085;
    width: 100%;
}

#webcoderskull {
    position: absolute;
    left: 0;
    right: 0;
    top: 25%;
    padding: 0 10px;
    width: 100%;
    text-align: center;
}


::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #ffffff !important;
    opacity: 1; /* Firefox */
    font-size: 18px !important;
}

.form-login {
    background-color: rgba(0,0,0,0.55);
    padding-top: 10px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 15px;
    border-color: #d2d2d2;
    border-width: 5px;
    color: white;
    box-shadow: 0 1px 0 #cfcfcf;
    z-index: 1000;
    top: 0 !important;
    width: 30%;
    margin: auto;
}

    .form-login #Logo {
        margin-top: -93px;
    }

.form-control {
    background: transparent !important;
    color: white !important;
    font-size: 18px !important;
    font-family: BKoodakBold,'BKoodakBold',tahoma !important;
    font-size: 18px;
}

h1 {
    color: white !important;
    padding-bottom: 10px;
    padding-top: -5px;
    margin-top: -20px;
}

.form-control {
    border-radius: 10px;
    margin-bottom: 15px;
    text-align: center;
}

#CaptchaBox {
    width: 100%;
    height: 30px;
    margin-bottom: 10px;
}

    #CaptchaBox input {
        width: 40%;
    }

    #CaptchaBox img {
        width: 50%;
        margin-right: 5px;
        border: 0;
        height: 30px;
        background-color: black;
        opacity: 0.8;
        border-radius: 2px;
    }

#btn-logIn {
    font-size: 20px;
    margin-top: 25px;
}

#Option-Box {
    padding-bottom: 30px;
}

.option {
    float: right;
    margin-top: 10px;
    margin-bottom: 10px;
    text-decoration: none !important;
    color: white;
    cursor: pointer;
    font-size: 18px;
    font-family: BKoodakBold,'BKoodakBold',tahoma !important;
}

    .option:hover {
        color: gold !important;
    }

    .option #LblRemember {
        font-size: 18px;
        font-family: BKoodakBold,'BKoodakBold',tahoma !important;
    }

input[type="checkbox"] {
    display: none;
}

    input[type="checkbox"] + label {
        display: block;
        position: relative;
        padding-left: 35px;
        margin-bottom: 20px;
        /*font: 14px/20px 'Open Sans', Arial, sans-serif;*/
        color: #ddd;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
    }

        input[type="checkbox"] + label:last-child {
            margin-bottom: 0;
        }

        input[type="checkbox"] + label:before {
            content: '';
            display: block;
            width: 20px;
            height: 20px;
            border: 1px solid #6cc0e5;
            position: absolute;
            left: 0;
            top: 0;
            opacity: .6;
            -webkit-transition: all .12s, border-color .08s;
            transition: all .12s, border-color .08s;
        }

    input[type="checkbox"]:checked + label:before {
        width: 10px;
        top: -5px;
        left: 5px;
        border-radius: 0;
        opacity: 1;
        border-top-color: transparent;
        border-left-color: transparent;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        border-bottom-color: #60e918;
        border-right-color: #60e918;
    }

#BottomSide {
    margin-top: 10px;
    height: 30px;
    border-radius: 5px;
    font-family: BKoodakBold,'BKoodakBold',tahoma !important;
}

    #BottomSide ul {
        display: inline-block;
        list-style: none;
        padding: 0 !important;
        margin: 0;
        float: right !important;
    }

        #BottomSide ul li {
            font-size: 15px;
            font-family: BKoodakBold,'BKoodakBold',tahoma !important;
            float: right !important;
            margin-top: -5px;
            padding-right: 10px;
        }

            #BottomSide ul li a {
                text-decoration: none;
                color: white !important;
                cursor: pointer;
                font-family: BKoodakBold,'BKoodakBold',tahoma !important;
                font-size: 17px;
            }

            #BottomSide ul li:hover a {
                color: gold !important;
            }

            #BottomSide ul li a span {
                padding-left: 5px !important;
            }


@media(max-width:768px) {

    #webcoderskull {
        top: 15%;
    }

    .form-login {
        width: 100%;
    }

    #CaptchaBox input {
        width: 40% !important;
    }

    #CaptchaBox img {
        width: 50%;
    }
}

@media(min-width:768px)and (max-width:1024px) {
    .form-login {
        width: 70%;
    }
}

@media(min-width:1024px)and (max-width:1400px) {
    .form-login {
    }
}