﻿@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,100,700,500);

body {
    padding-top: 7%;
    background: #f7f7f7;
    color: #666666;
    font-family: 'Roboto', sans-serif;
    font-weight: 100;
}

body {
    width: 100%;
    background: linear-gradient(left, #1d8cce, #1675AE, #126599, #0f5989);
    background: -webkit-linear-gradient(left, #1d8cce, #1675AE, #126599, #0f5989);
    background: -moz-linear-gradient(left, #1d8cce, #1675AE, #126599, #0f5989);
    background: -o-linear-gradient(left, #1d8cce, #1675AE, #126599, #0f5989);
    /*background: linear-gradient(to right, #1d8cce, #1675AE, #126599, #0f5989);
  background: -webkit-linear-gradient(to right, #1d8cce, #1675AE, #126599, #0f5989);
  background: -moz-linear-gradient(to right, #1d8cce, #1675AE, #126599, #0f5989);
  background: -o-linear-gradient(to right, #1d8cce, #1675AE, #126599, #0f5989);*/
    /*background: linear-gradient(to right, #22d686, #24d3d3, #22d686, #24d3d3);*/
    background-size: 600% 100%;
}

@-webkit-keyframes HeroBG {
    0% {
        background-position: 0 0;
    }

    50% {
        background-position: 100% 0;
    }

    100% {
        background-position: 0 0;
    }
}

@keyframes HeroBG {
    0% {
        background-position: 0 0;
    }

    50% {
        background-position: 100% 0;
    }

    100% {
        background-position: 0 0;
    }
}

.card {
    border-radius: 5px;
}

label {
    font-weight: 300;
}

.card-login {
    max-width: 550px;
    margin: auto;
    border: none;
    -webkit-box-shadow: 0px 0px 49px 14px rgba(188,190,194,0.05);
    -moz-box-shadow: 0px 0px 49px 14px rgba(188,190,194,0.05);
    box-shadow: 0px 0px 49px 14px rgba(188,190,194,0.05);
}

    .card-login .checkbox {
        padding-left: 20px;
    }

        .card-login .checkbox label {
            padding-left: 25px;
            font-weight: 300;
            display: inline-block;
            position: relative;
        }

        .card-login .checkbox input[type=checkbox] {
            margin-left: 0;
        }

        .card-login .checkbox label::before {
            content: "";
            display: inline-block;
            position: absolute;
            width: 17px;
            height: 17px;
            left: 0;
            margin-left: 0px;
            border: 1px solid #cccccc;
            border-radius: 3px;
            background-color: #fff;
            -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
            -moz-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
            -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
            transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
        }


        .card-login .checkbox label::after {
            display: inline-block;
            position: absolute;
            width: 16px;
            height: 16px;
            left: 0;
            top: 0;
            margin-left: 0px;
            padding-left: 3px;
            padding-top: 1px;
            font-size: 11px;
            color: #555555;
        }

        .card-login .checkbox input[type="checkbox"] {
            opacity: 0;
        }

            .card-login .checkbox input[type="checkbox"]:focus + label::before {
                outline: thin dotted;
                outline: 5px auto -webkit-focus-ring-color;
                outline-offset: -2px;
            }

            .card-login .checkbox input[type="checkbox"]:checked + label::after {
                font-family: 'FontAwesome';
                content: "\f00c";
            }

    .card-login h2 {
        font-size: 20px;
        font-weight: 300;
        margin: 30px;
    }

    .card-login .form-group {
        padding: 0 30px;
    }

    .card-login input[type="text"],
    .card-login input[type="email"],
    .card-login input[type="password"] {
        height: 45px;
        border: 0;
        font-size: 16px;
        -webkit-transition: all 0.1s linear;
        -moz-transition: all 0.1s linear;
        -o-transition: all 1s linear;
        transition: all 0.1s linear;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        border-bottom: 1px solid #e7e7e7;
        border-radius: 0;
        padding: 6px 15px;
    }

    .card-login input:hover,
    .card-login input:focus {
        outline: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        border-color: #ccc;
    }

.btn-login {
    background-color: #E8E9EC;
    outline: none;
    color: #2D3B55;
    font-size: 14px;
    height: auto;
    font-weight: normal;
    padding: 14px 0;
    text-transform: uppercase;
    border: none;
    border-radius: 0px;
    box-shadow: none;
}

    .btn-login:hover,
    .btn-login:focus {
        color: #fff;
        background-color: #2D3B55;
    }

a.disabled {
    pointer-events: none;
    cursor: default;
}

.no-logo {
    text-align: center;
    font-size: 3em;
    font-weight: 200;
}
