﻿html, body {
    height: 100%
}

body, .container {
    background-color: #ebebeb;
    /*font-family: Raleway;*/
    color: #555555;
}


label {
    font-size: 13px;
    color: #555555;
    line-height: 1.4;
    text-transform: uppercase;
    font-weight: inherit;
}

.rounded-btn {
    font-size: 16px;
    color: #fff;
    line-height: 1.2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    min-width: 150px;
    height: 55px;
    background-color: #0da1c6;
    border-radius: 27px;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

button {
    outline: none !important;
    border: none;
    background: transparent;
}

.form-group {
    margin-bottom: 36px;
}

    .form-group label {
        margin-bottom: 11px;
    }

    .form-group input {
        height: 40px;
        font-size: 18px;
        border-radius: 2px;
    }

.login-panel {
    border-radius: 10px;
    border-width: 0px;
    /*min-height: 500px;*/
}


    /*footer {
    font-size: 0.75em;
    padding: 10px;
    position: absolute;
    left: 0;
    bottom: 0;
}

footer, footer .container {
    color: #000;
    background-color: #b5bbc8 !important;
}*/

    .login-panel .panel-footer {
        font-size: .75em;
        background-color: #b5bbc8;
        border-bottom-right-radius: 10px;
        border-bottom-left-radius: 10px;
    }

    .login-panel .logo {
        /*width: 400px;*/
        max-height: 100px;
    }

.wrapper {
    height: 100%;
}

.content-wrapper {
    min-height: 100vh;
    display: flex;
    align-items: center;
}
